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: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -139,9 +139,9 @@ You can turn it into a button with aria-pressed by providing the following prope
139
139
<A11y role="link" href="https://url.com".../>
140
140
```
141
141
142
-
Uses this`pointer` cursor. Special attributes: `href`.
142
+
Uses the`pointer` cursor. Special attributes: `href`.
143
143
144
-
This role is meant to emulate the behaviour of a regular html link. It should be used in combination with something that will trigger navigation on click. Just like the button one, it is accessible to all kind of user.
144
+
This role is meant to emulate the behaviour of a regular html link. It should be used in combination with something that will trigger navigation on click.
145
145
146
146
```diff
147
147
- Don't forget to provide the href attribute as he is required for screen readers to read it correctly !
0 commit comments