You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getting-started/accessibility-patterns-index/index.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ Each category groups related patterns that address how users interact with conte
15
15
### 👉 Start with Structure → build the Feature → enhance with ARIA
16
16
Begin with semantic HTML to establish meaning, implement the user-facing functionality, and only use ARIA when native HTML cannot fully convey behavior or relationships. Avoid replacing native elements with ARIA unless necessary.
17
17
18
+
#### Examples
18
19
19
20
<details><summary>Example: Form Input with Error Messaging</summary>
0 commit comments