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:
@ -41,10 +41,10 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h3>Copy URL and Description</h3>
|
||||
<h3><label for="copyUrl">Copy URL and Description</label></h3>
|
||||
|
||||
<p>
|
||||
<input type="text" value="{{ site.name }} - Encryption and tools to protect against global mass surveillance - {{ site.production_url }}" class="form-control input-lg onclick-select">
|
||||
<input id="copyUrl" type="text" value="{{ site.name }} - Encryption and tools to protect against global mass surveillance - {{ site.production_url }}" class="form-control input-lg onclick-select">
|
||||
<span class="help-block">For easy copy and paste. Share this text snippet.</span>
|
||||
</p>
|
||||
|
||||
|
Reference in New Issue
Block a user