From 7e8a811922f690a2e407bcfe9c0401134c923324 Mon Sep 17 00:00:00 2001 From: William Belle Date: Wed, 3 Jul 2019 08:08:18 +0200 Subject: [PATCH] fix links in accessibility doc --- docs/accessibility.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/accessibility.html b/docs/accessibility.html index 011cedc16..ec9ec2ef7 100644 --- a/docs/accessibility.html +++ b/docs/accessibility.html @@ -11,7 +11,7 @@

Specific recommendations

Colors and contrasts

Good color contrasts for accessibility mean using colors that provide maximum contrast. You need to make sure there is enough contrast between the content and its background.

-

Please refer to the color palette page. The accessibility table provides color pairings that respect this recommendation.

+

Please refer to the color palette page. The accessibility table provides color pairings that respect this recommendation.

HTML5

Use HTML5 as much as possible, don't use a basic <div> everywhere and prefer the correct and semantic elements instead.

@@ -20,7 +20,7 @@

Aria

Use Aria tags whenever it's needed, and remember it is better to not use an aria tag than to use the wrong one.

Skip links (access nav)

-

Don't forget to add the skip links to every page of your project. They should allow the user to more easily get to the main areas of the website.

+

Don't forget to add the skip links to every page of your project. They should allow the user to more easily get to the main areas of the website.

To do that:

  1. Set main area to: <main role="main" id="main">