II.
LibraryProcess overview
Reference · livelib-process:ux-ui-design--wcag-compliance
specializations/ux-ui-design/wcag-compliance overview
WCAG Compliance Validation - Comprehensive WCAG 2.1/2.2 Level AA/AAA compliance validation with automated testing, manual assessment, screen reader validation, keyboard navigation testing, and detailed remediation planning for accessible web experiences.
Attributes
displayName
specializations/ux-ui-design/wcag-compliance
description
WCAG Compliance Validation - Comprehensive WCAG 2.1/2.2 Level AA/AAA compliance validation with automated testing,
manual assessment, screen reader validation, keyboard navigation testing, and detailed remediation planning for accessible web experiences.
libraryPath
library/specializations/ux-ui-design/wcag-compliance.js
specialization
ux-ui-design
references
- - WCAG 2.1: https://www.w3.org/WAI/WCAG21/quickref/
- - WCAG 2.2: https://www.w3.org/WAI/WCAG22/quickref/
- - axe-core: https://github.com/dequelabs/axe-core
- - WAVE: https://wave.webaim.org/
- - Lighthouse: https://developers.google.com/web/tools/lighthouse
- - ARIA Practices: https://www.w3.org/WAI/ARIA/apg/
- - VPAT: https://www.itic.org/policy/accessibility/vpat
- - Section 508: https://www.section508.gov/
example
const result = await orchestrate('specializations/ux-ui-design/wcag-compliance', {
projectName: 'E-Commerce Platform',
applicationUrl: 'https://example.com',
wcagLevel: 'AA',
scope: ['home', 'products', 'cart', 'checkout', 'account'],
testingApproach: 'comprehensive',
remediationRequired: true,
generateVPAT: false
});
usesAgents
- general-purpose
Outgoing edges
lib_applies_to_domain1
- domain:web-development·DomainWeb Development
lib_belongs_to_specialization1
- specialization:ux-ui-design·Specialization
lib_implements_workflow2
- workflow:user-feedback-loop·WorkflowUser Feedback Loop
- workflow:product-discovery·WorkflowProduct Discovery
lib_involves_role2
- role:product-designer·RoleProduct Designer
- role:ux-researcher·RoleUX Researcher
lib_requires_skill_area2
- skill-area:design-systems·SkillAreaDesign Systems
- skill-area:interaction-design·SkillAreaInteraction Design
Incoming edges
None.