Adding accessibility features
Made the theme button toggable by keyboard Added aria-label to many <a> without any text (usually, they contains Font Awesome icons) Added aria-hidden whenever necessary Labelled the "Copy URL and Description" contained in footer Added an hidden label for the menu toggle for mobile accessibility Changed some colors to meet the Color Contrast AA level: https://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-contrast.html
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
<h1 id="addons" class="anchor"><a href="#addons"><i class="fas fa-link anchor-icon"></i></a> Recommended Browser Add-ons</h1>
|
||||
<h1 id="addons" class="anchor"><a href="#addons" aria-label="Recommended Browser Add-ons' section"><i aria-hidden="true" class="fas fa-link anchor-icon"></i></a> Recommended Browser Add-ons</h1>
|
||||
|
||||
<div class="alert alert-secondary" role="alert">
|
||||
Not all of these add-ons are necessary, and many provide redundant functionality. Choose the ones you need, and <a class="alert-link" href="https://blog.privacytools.io/firefox-privacy-an-introduction-to-safe/">learn more with our guide to Firefox Privacy</a>.
|
||||
|
Reference in New Issue
Block a user