diff options
| author | Kevin Suttle <[email protected]> | 2013-08-11 21:41:31 -0400 |
|---|---|---|
| committer | Kevin Suttle <[email protected]> | 2013-08-11 21:45:50 -0400 |
| commit | a86f5d24f8ce1c0ce06be74ed3602fbb83ea6594 (patch) | |
| tree | c963aaa5d3a5a2547c586f4c1130099a7f4935b2 /customize.html | |
| parent | 63425cd8043d05225bef2fd156c85af002eae59b (diff) | |
| download | bootstrap-a86f5d24f8ce1c0ce06be74ed3602fbb83ea6594.tar.xz bootstrap-a86f5d24f8ce1c0ce06be74ed3602fbb83ea6594.zip | |
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
Diffstat (limited to 'customize.html')
| -rw-r--r-- | customize.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/customize.html b/customize.html index 8c407beef..ab62f5c3a 100644 --- a/customize.html +++ b/customize.html @@ -8,7 +8,7 @@ base_url: "../" <!-- Customize ================================================== --> -<form class="bs-customizer"> +<form class="bs-customizer" role="form"> <div class="bs-docs-section" id="less-section"> <div class="page-header"> <button class="btn btn-default toggle" type="button">Toggle all</button> |
