Skip to content

Commit 5ecbbc1

Browse files
Update index.md
1 parent f1b9522 commit 5ecbbc1

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

  • docs/getting-started/accessibility-patterns-index

docs/getting-started/accessibility-patterns-index/index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ Begin with semantic HTML to establish meaning, implement the user-facing functio
4444
- **ARIA**
4545
Use `aria-expanded` and `aria-controls` to communicate the current state and relationship between the trigger and the content region.
4646

47-
Use the table below to explore individual patterns, understand their purpose, and learn how to implement them correctly to support accessible, standards-compliant experiences.
48-
49-
5047

5148
??? Info "Example: Navigation with Skip Link"
5249

@@ -62,6 +59,7 @@ Begin with semantic HTML to establish meaning, implement the user-facing functio
6259
Use ARIA landmarks or labels only if needed to further clarify regions when multiple similar elements exist.
6360

6461

62+
Use the table below to explore individual patterns, understand their purpose, and learn how to implement them correctly to support accessible, standards-compliant experiences.
6563
[INSERT TABLE]
6664

6765
---

0 commit comments

Comments
 (0)