Skip to content

Commit 4d74df8

Browse files
Update index.md
1 parent e42ef62 commit 4d74df8

1 file changed

Lines changed: 24 additions & 1 deletion

File tree

  • docs/getting-started/accessibility-patterns-index
Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,24 @@
1-
temp...
1+
# Accessibility Pattern Index
2+
3+
## Understand How Accessibility Patterns Are Used
4+
This section provides a structured overview of accessibility patterns identified through WAVE, organized into three categories: Features, Structural Elements, and ARIA. Each category groups related patterns that address how users interact with content, how that content is structured, and how additional semantics are communicated to assistive technologies. Use the table below to explore individual patterns (e.g., aria-button, aria-hidden), understand their purpose, and learn how to implement them correctly to support accessible, standards-compliant experiences.
5+
6+
👉 Start with Structure → build the Feature → enhance with ARIA
7+
8+
### Structural Element
9+
Documentation about accessibility patterns related to semantic HTML elements that define the structure, organization, and relationships within a page. These patterns include headings, lists, landmarks, tables, and other structural components that enable assistive technologies to interpret and navigate content effectively.
10+
11+
### Feature
12+
Documentation about accessibility patterns related to user-facing functionality and interface behaviors that enable users to perceive, understand, and interact with content. These patterns include images, links, forms, navigation aids, and other interactive elements that must be accessible to all users across different devices and assistive technologies.
13+
14+
### ARIA
15+
Documentation about accessibility patterns that use ARIA roles, states, and properties to enhance or communicate meaning, behavior, and dynamic changes to assistive technologies when native HTML alone is not sufficient. These patterns focus on ensuring that custom or interactive components are properly announced, labeled, and usable by screen
16+
reader and keyboard users.
17+
18+
[INSERT TABLE]
19+
20+
---
21+
22+
- Page Status: In Progress
23+
- Authors:
24+
- Bonnie Wolfe

0 commit comments

Comments
 (0)