Skip to content

Commit 0f31dbf

Browse files
editorial fixes (#449)
* editorial fixes * Update index.html * Update index.html --------- Co-authored-by: Scott O'Hara <[email protected]>
1 parent 06d76a6 commit 0f31dbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ <h2>ARIA semantics that extend and diverge from HTML</h2>
220220
and using `aria-disabled=true` would communicate the hyperlink as being disabled to
221221
assistive technologies, but would not actually disable the element. The most effective way
222222
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
223+
the [^a^] element, creating a placeholder. Then, ARIA can be applied to this
224224
placeholder link to communicate the element's intended role and state.
225225
</p>
226226
<pre class="HTML example" title="Communicate a disabled link with ARIA">

0 commit comments

Comments
 (0)