From dfae51056720a517841c21ccd33191ac215e550f Mon Sep 17 00:00:00 2001 From: Marius Olbertz Date: Thu, 5 Oct 2017 21:30:42 +0200 Subject: [PATCH] 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. --- docs/pages/abide.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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.

-- 2.47.2