Skip to content

Commit

Permalink
Update Web/HTML/Element/button (mdn#4301)
Browse files Browse the repository at this point in the history
Remove unnecessary element
  • Loading branch information
mfuji09 authored Apr 21, 2021
1 parent eecc4e9 commit 505d987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/html/element/button/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ <h4 id="Example_2">Example</h4>
&lt;/button&gt;
</pre>

<p id="Result_3">If you want to visually hide the button's text, an accessible way to do so is to use <a href="https://gomakethings.com/hidden-content-for-better-a11y/#hiding-the-link">a combination of CSS properties</a> to remove it visually from the screen, but keep it parsable by assistive technology.</p>
<p>If you want to visually hide the button's text, an accessible way to do so is to use <a href="https://gomakethings.com/hidden-content-for-better-a11y/#hiding-the-link">a combination of CSS properties</a> to remove it visually from the screen, but keep it parsable by assistive technology.</p>

<p>However, it is worth noting that leaving the button text visually apparent can aid people who may not be familiar with the icon's meaning or understand the button's purpose. This is especially relevant for people who are not technologically sophisticated, or who may have different cultural interpretations for the icon the button uses.</p>

Expand Down

0 comments on commit 505d987

Please sign in to comment.