We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06d76a6 commit 0f31dbfCopy full SHA for 0f31dbf
index.html
@@ -220,7 +220,7 @@ <h2>ARIA semantics that extend and diverge from HTML</h2>
220
and using `aria-disabled=true` would communicate the hyperlink as being disabled to
221
assistive technologies, but would not actually disable the element. The most effective way
222
to both communicate and actually disable a hyperlink would be to remove the `href` from
223
- the [^a^] element, creating a placeholder. Then, use ARIA can be applied to this
+ the [^a^] element, creating a placeholder. Then, ARIA can be applied to this
224
placeholder link to communicate the element's intended role and state.
225
</p>
226
<pre class="HTML example" title="Communicate a disabled link with ARIA">
0 commit comments