Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixed a typo (mdn#41427)
  • Loading branch information
ImadSaddik authored Oct 7, 2025
commit dd6ae9b5fceff2279800c6e16e074fd8cac9d0bc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ A great deal of web content can be made accessible just by making sure the corre
<td>
<ul>
<li>Use semantic HTML, aka "The right element for the right job", because the browser provides so many built-in accessibility hooks.</li>
<li>Accessible best practices such as alt text, good link best, form labels, and table row and column headings and scoping.</li>
<li>Accessible best practices such as alt text, good link text, form labels, and table row and column headings and scoping.</li>
<li>Using simple plain language, steering clear of slang and abbreviations where possible, and providing definitions where it is not possible.</li>
<li>The concept and practice of keyboard accessibility.</li>
<li>The importance of source order.</li>
Expand Down