diff options
| author | Mark Otto <[email protected]> | 2013-08-11 19:18:36 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-11 19:18:36 -0700 |
| commit | f47a1905e2847e528d982fbd454b2b8c8ce900bb (patch) | |
| tree | c963aaa5d3a5a2547c586f4c1130099a7f4935b2 /customize.html | |
| parent | 63425cd8043d05225bef2fd156c85af002eae59b (diff) | |
| parent | a86f5d24f8ce1c0ce06be74ed3602fbb83ea6594 (diff) | |
| download | bootstrap-f47a1905e2847e528d982fbd454b2b8c8ce900bb.tar.xz bootstrap-f47a1905e2847e528d982fbd454b2b8c8ce900bb.zip | |
Merge pull request #9352 from kevinSuttle/aria-forms
Give forms and search fields proper ARIA roles
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> |
