From: Marius Olbertz Date: Thu, 5 Oct 2017 19:30:42 +0000 (+0200) Subject: Improved accessibility of Abide page. X-Git-Tag: v6.6.0~3^2~311^2~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfae51056;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Improved accessibility of Abide page. Added aria-onerrormessage attributes where needed. See [here (Spec)](https://www.w3.org/TR/wai-aria-1.1/#aria-errormessage). Fixed multiple elements having the same ID. --- diff --git a/docs/pages/abide.md b/docs/pages/abide.md index 2c4bf8e9c..0082ddd95 100644 --- a/docs/pages/abide.md +++ b/docs/pages/abide.md @@ -29,30 +29,30 @@ These input types create a text field: `text`, `date`, `datetime`, `datetime-loc
-

Here's how you use this input field!

+

Here's how you use this input field!

-

Enter a password please.

+

Enter a password please.

-

This field is using the `data-equalto="password"` attribute, causing it to match the password field above.

+

This field is using the `data-equalto="password"` attribute, causing it to match the password field above.