Skip to content

Commit 72fd7ff

Browse files
tsvettagaearon
authored andcommitted
Update accessibility.md (#708)
Fix for broken links to W3C
1 parent b1d705a commit 72fd7ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/docs/accessibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ initially triggered the modal.
203203
A more complex user experience should not mean a less accessible one. Whereas accessibility is most easily achieved by coding as close to HTML as possible,
204204
even the most complex widget can be coded accessibly.
205205

206-
Here we require knowledge of [ARIA Roles](https://www.w3.org/TR/wai-aria/roles) as well as [ARIA States and Properties](https://www.w3.org/TR/wai-aria/states_and_properties).
206+
Here we require knowledge of [ARIA Roles](https://www.w3.org/TR/wai-aria/#roles) as well as [ARIA States and Properties](https://www.w3.org/TR/wai-aria/#states_and_properties).
207207
These are toolboxes filled with HTML attributes that are fully supported in JSX and enable us to construct fully accessible, highly functional React components.
208208

209209
Each type of widget has a specific design pattern and is expected to function in a certain way by users and user agents alike:

0 commit comments

Comments
 (0)