From 63cd4e96b3511853361b1c47dff05496e62c4e9a Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Thu, 30 Mar 2017 22:45:36 +0100 Subject: Add explicit aria-label to placeholder-only inputs While `placeholder` is nominally valid per spec http://rawgit.com/w3c/html-api-map/master/index.html#accessible-name-and-description-calculation it is inelegant, a fallback, and not supported in ios/safari/voiceover and android/chrome/talkback, to name a few combinations `aria-describedby` is also not really the right tool for providing a name/label equivalent, so remove that from the list of possible alternative methods / clarify how it can be used --- docs/examples/carousel/index.html | 2 +- docs/examples/dashboard/index.html | 2 +- docs/examples/jumbotron/index.html | 2 +- docs/examples/navbar-top-fixed/index.html | 2 +- docs/examples/navbar-top/index.html | 2 +- docs/examples/navbars/index.html | 6 +++--- docs/examples/offcanvas/index.html | 2 +- docs/examples/starter-template/index.html | 2 +- docs/examples/sticky-footer-navbar/index.html | 2 +- 9 files changed, 11 insertions(+), 11 deletions(-) (limited to 'docs/examples') diff --git a/docs/examples/carousel/index.html b/docs/examples/carousel/index.html index 6ccb10805..e746c5915 100644 --- a/docs/examples/carousel/index.html +++ b/docs/examples/carousel/index.html @@ -35,7 +35,7 @@
- +
diff --git a/docs/examples/dashboard/index.html b/docs/examples/dashboard/index.html index 33f5e0549..5270f1705 100644 --- a/docs/examples/dashboard/index.html +++ b/docs/examples/dashboard/index.html @@ -39,7 +39,7 @@
- +
diff --git a/docs/examples/jumbotron/index.html b/docs/examples/jumbotron/index.html index d2cb0a4b7..8ac227e23 100644 --- a/docs/examples/jumbotron/index.html +++ b/docs/examples/jumbotron/index.html @@ -45,7 +45,7 @@
- +
diff --git a/docs/examples/navbar-top-fixed/index.html b/docs/examples/navbar-top-fixed/index.html index b7eee96cd..e7685c5be 100644 --- a/docs/examples/navbar-top-fixed/index.html +++ b/docs/examples/navbar-top-fixed/index.html @@ -36,7 +36,7 @@
- +
diff --git a/docs/examples/navbar-top/index.html b/docs/examples/navbar-top/index.html index e01006986..c748a33a5 100644 --- a/docs/examples/navbar-top/index.html +++ b/docs/examples/navbar-top/index.html @@ -36,7 +36,7 @@
- +
diff --git a/docs/examples/navbars/index.html b/docs/examples/navbars/index.html index 056213e35..d3c53edc5 100644 --- a/docs/examples/navbars/index.html +++ b/docs/examples/navbars/index.html @@ -45,7 +45,7 @@
- +
@@ -238,7 +238,7 @@
- +
@@ -300,7 +300,7 @@
- +
diff --git a/docs/examples/offcanvas/index.html b/docs/examples/offcanvas/index.html index 001e50871..8183714b1 100644 --- a/docs/examples/offcanvas/index.html +++ b/docs/examples/offcanvas/index.html @@ -45,7 +45,7 @@
- +
diff --git a/docs/examples/starter-template/index.html b/docs/examples/starter-template/index.html index e99674e5d..37e5b04f3 100644 --- a/docs/examples/starter-template/index.html +++ b/docs/examples/starter-template/index.html @@ -45,7 +45,7 @@
- +
diff --git a/docs/examples/sticky-footer-navbar/index.html b/docs/examples/sticky-footer-navbar/index.html index 0d7ee66ef..dffcbc464 100644 --- a/docs/examples/sticky-footer-navbar/index.html +++ b/docs/examples/sticky-footer-navbar/index.html @@ -37,7 +37,7 @@
- +
-- cgit v1.2.3