II.
LibrarySkill overview
Reference · livelib-skill:web-development--keyboard-navigation
keyboard-navigation overview
Keyboard accessibility, focus management, and shortcuts.
Attributes
displayName
keyboard-navigation
description
Keyboard accessibility, focus management, and shortcuts.
libraryPath
library/specializations/web-development/skills/keyboard-navigation/SKILL.md
specialization
web-development
contentSummary
# Keyboard Navigation Skill
Expert assistance for keyboard accessibility.
## Capabilities
- Implement keyboard navigation
- Manage focus
- Create keyboard shortcuts
- Handle focus trapping
- Test keyboard access
## Focus Management
```tsx
// Focus trap for modals
function useFoc
Outgoing edges
lib_applies_to_domain1
- domain:web-development·DomainWeb Development
lib_belongs_to_specialization1
- specialization:web-development·Specialization
lib_covers_topic1
- topic:accessibility·TopicAccessibility
lib_involves_role2
- role:frontend-engineer·RoleFrontend Engineer
- role:qa-engineer·RoleQA Engineer
lib_requires_skill_area2
- skill-area:web-accessibility·SkillAreaWeb Accessibility (a11y)
- skill-area:accessibility-testing·SkillAreaAccessibility Testing
Incoming edges
None.