II.
LibraryProcess overview
Reference · livelib-process:ux-ui-design--accessibility-audit
specializations/ux-ui-design/accessibility-audit overview
Accessibility Audit and Remediation - Comprehensive accessibility evaluation with WCAG compliance assessment, barrier identification, inclusive design recommendations, and actionable remediation roadmap for creating accessible digital experiences.
Attributes
displayName
specializations/ux-ui-design/accessibility-audit
description
Accessibility Audit and Remediation - Comprehensive accessibility evaluation with WCAG compliance assessment, barrier identification,
inclusive design recommendations, and actionable remediation roadmap for creating accessible digital experiences.
libraryPath
library/specializations/ux-ui-design/accessibility-audit.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/
- - ARIA Authoring Practices: https://www.w3.org/WAI/ARIA/apg/
- - WebAIM: https://webaim.org/
- - Deque Accessibility: https://www.deque.com/
- - A11Y Project: https://www.a11yproject.com/
- - Inclusive Design Principles: https://inclusivedesignprinciples.org/
- - Section 508: https://www.section508.gov/
- - EN 301 549: https://www.etsi.org/deliver/etsi_en/301500_301599/301549/
example
const result = await orchestrate('specializations/ux-ui-design/accessibility-audit', {
projectName: 'E-Commerce Platform',
productUrl: 'https://example.com',
wcagLevel: 'AA',
scope: ['home', 'product-listing', 'product-detail', 'checkout', 'account'],
userPersonas: ['screen-reader-user', 'keyboard-only-user', 'low-vision-user', 'cognitive-disability-user'],
assistiveTechnologies: ['NVDA', 'JAWS', 'VoiceOver', 'Dragon'],
includeRemediation: true,
includeUsabilityTesting: true
});
usesAgents
- general-purpose
Outgoing edges
lib_applies_to_domain1
- domain:web-development·DomainWeb Development
lib_belongs_to_specialization1
- specialization:ux-ui-design·Specialization
lib_covers_topic1
- topic:accessibility·TopicAccessibility
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_area3
- skill-area:design-systems·SkillAreaDesign Systems
- skill-area:interaction-design·SkillAreaInteraction Design
- skill-area:accessibility-first-design·SkillAreaAccessibility-First Design
Incoming edges
None.