From a86f5d24f8ce1c0ce06be74ed3602fbb83ea6594 Mon Sep 17 00:00:00 2001 From: Kevin Suttle Date: Sun, 11 Aug 2013 21:41:31 -0400 Subject: [PATCH] Give forms and search fields proper ARIA roles http://blog.paciellogroup.com/2013/02/using-wai-aria-landmarks-2013/#tablex http://www.w3.org/TR/wai-aria/roles#form http://www.w3.org/TR/wai-aria/roles#search --- components.html | 30 +++++++++++++++--------------- css.html | 14 +++++++------- customize.html | 2 +- 3 files changed, 23 insertions(+), 23 deletions(-) diff --git a/components.html b/components.html index 8a10b21f84..ea75fe32d4 100644 --- a/components.html +++ b/components.html @@ -532,7 +532,7 @@ base_url: "../"

Basic input group

-
+
@ @@ -569,7 +569,7 @@ base_url: "../"

Optional sizes

Add the relative form sizing classes to the .input-group-addon.

- +
@ @@ -692,7 +692,7 @@ base_url: "../"

Buttons with dropdowns

- +
@@ -762,7 +762,7 @@ base_url: "../" {% endhighlight %}

Segmented dropdown groups

- +
@@ -1083,14 +1083,14 @@ base_url: "../"
{% highlight html %} - + @@ -1285,8 +1285,8 @@ body { padding-bottom: 70px; } - -
@@ -1405,8 +1405,8 @@ body { padding-bottom: 70px; } -
{% highlight html %} -
+
@@ -1544,7 +1544,7 @@ For example, <section> should be wrapped as inline.
{% highlight html %} -
+
@@ -1616,7 +1616,7 @@ For example, <section> should be wrapped as inline. {% highlight html %} -
+
diff --git a/customize.html b/customize.html index 8c407beef5..ab62f5c3a2 100644 --- a/customize.html +++ b/customize.html @@ -8,7 +8,7 @@ base_url: "../" - +