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
These design tokens follow the [Design Tokens Format](https://design-tokens.github.io/community-group/format/) specification and can be used with various token transformation tools to generate platform-specific variables.
@@ -411,7 +454,7 @@ These design tokens follow the [Design Tokens Format](https://design-tokens.gith
411
454
### Articles
412
455
413
456
- [button: The Button element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button)
414
-
-[I’ve been doing buttons wrong! Have you?](https://uxplanet.org/ive-been-doing-buttons-wrong-have-you-2117c0066613) by Adham Dannaway
457
+
- [I've been doing buttons wrong! Have you?](https://uxplanet.org/ive-been-doing-buttons-wrong-have-you-2117c0066613) by Adham Dannaway
415
458
- [A comprehensive guide to buttons](https://uxplanet.org/a-comprehensive-guide-to-buttons-8f3b8a1c6f0d) by UX Planet
416
459
- [A comprehensive guide to designing UX buttons](https://www.invisionapp.com/inside-design/comprehensive-guide-designing-ux-buttons/?ref=checklist.design) by InVision
Copy file name to clipboardExpand all lines: templates/docs/component.mdx.hbs
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -95,6 +95,20 @@ end
95
95
```html
96
96
<!-- Basic implementation example -->
97
97
```
98
+
## Accessibility
99
+
100
+
### ARIA Attributes
101
+
102
+
**Required ARIA attributes:**
103
+
- [Required ARIA attribute 1]
104
+
- [Required ARIA attribute 2]
105
+
106
+
### Screen Reader Support
107
+
108
+
**Implementation example:**
109
+
```html
110
+
<!-- Basic implementation example -->
111
+
```
98
112
99
113
## SEO
100
114
@@ -110,6 +124,10 @@ end
110
124
- [Test case 1]
111
125
- [Test case 2]
112
126
127
+
## Browser Support
128
+
129
+
<BrowserSupportfeatures={[]} />
130
+
113
131
## Design Tokens
114
132
115
133
These design tokens follow the [Design Tokens Format](https://design-tokens.github.io/community-group/format/) specification and can be used with various token transformation tools to generate platform-specific variables.
0 commit comments