II.
LibraryProcess overview
Reference · livelib-process:desktop-development--desktop-accessibility
specializations/desktop-development/desktop-accessibility overview
Desktop Accessibility Implementation - Implement comprehensive accessibility features including screen reader support, keyboard navigation, high contrast modes, and WCAG compliance.
Attributes
displayName
specializations/desktop-development/desktop-accessibility
description
Desktop Accessibility Implementation - Implement comprehensive accessibility features including
screen reader support, keyboard navigation, high contrast modes, and WCAG compliance.
libraryPath
library/specializations/desktop-development/desktop-accessibility.js
specialization
desktop-development
references
- - WCAG 2.1: https://www.w3.org/WAI/WCAG21/quickref/
- - Electron Accessibility: https://www.electronjs.org/docs/latest/tutorial/accessibility
example
const result = await orchestrate('specializations/desktop-development/desktop-accessibility', {
projectName: 'MyDesktopApp',
framework: 'Electron',
accessibilityLevel: 'WCAG-AA',
targetPlatforms: ['windows', 'macos', 'linux']
});
usesAgents
- axe-core-runner
- screen-reader-test-helper
- keyboard-developer
- high-contrast-developer
- focus-developer
- motion-developer
- aria-developer
- wcag-compliance-checker
Outgoing edges
lib_applies_to_domain1
- domain:software-engineering·DomainSoftware Engineering
lib_belongs_to_specialization1
- specialization:desktop-development·Specialization
lib_covers_topic1
- topic:accessibility·TopicAccessibility
lib_implements_workflow2
- workflow:desktop-app-release·WorkflowDesktop App Release
- workflow:release-management·Workflow
lib_involves_role2
- role:desktop-developer·RoleDesktop Application Developer
- role:fullstack-engineer·RoleFullstack Engineer
lib_requires_skill_area3
- skill-area:desktop-ui-frameworks·SkillAreaDesktop UI Frameworks
- skill-area:cross-platform-desktop·SkillAreaCross-Platform Desktop Development
- skill-area:accessibility-first-design·SkillAreaAccessibility-First Design
Incoming edges
None.