From: Marius Olbertz Date: Sat, 16 Jun 2018 07:14:06 +0000 (+0200) Subject: Use pull request #10699 from Owlbertz/abide-accessibility for v6.5.0 X-Git-Tag: v6.5.0-rc.1^2~154 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39bea9a5d231667201775c08e2c65af5d6a8e16f;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Use pull request #10699 from Owlbertz/abide-accessibility for v6.5.0 51a255840 Implemented accessibility for Abide. dfae51056 Improved accessibility of Abide page. 3e512b9a5 Added unittests for aria-invalid in Abide. 835cf0458 docs: improve accessibility of abide examples 07b2d7670 feat: add [aria-live] on [data-abide-error] on form validation 88abca78c feat: automatically add [aria-describedby] and [for] attributes in Abide d1acd32dc feat: add `a11yAttributes` option on Abide to disable a11y attribute insertion f55efd50c feat: set `[aria-live]` on Abide global erros on init 6cf661906 docs: add basic doc about a11y attributes in Abide 32efbc2b0 test: add unit tests for Abide.addA11yAttributes() 8e7fa0614 test: add unit test for Abide.addGlobalErrorA11yAttributes() edf21d231 test: add visual test for Abide accessibility c6a690677 fix: fix side-effect of jQuery .filter() in Abide.addA11yAttributes c6e4b562c feat: add [role=label] to all form errors in Abide Co-Authored-By: Nicolas Coden Signed-off-by: Nicolas Coden --- diff --git a/docs/pages/abide.md b/docs/pages/abide.md index 2c4bf8e9c..c22716d63 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.

@@ -120,15 +120,15 @@ These input types create a text field: `text`, `date`, `datetime`, `datetime-loc --- @@ -141,14 +141,19 @@ When the Form Errors cannot be placed next to its field, like in an Input Group, ```html_example
-