diff options
| author | Patrick H. Lauke <[email protected]> | 2014-11-14 01:27:47 +0000 |
|---|---|---|
| committer | Patrick H. Lauke <[email protected]> | 2014-11-14 10:52:56 +0000 |
| commit | 25cac1ea9a70ab192a4b4fb49b972de2f342d240 (patch) | |
| tree | b2448bd46b5f1c63d9a3b99ebe16b33eeedaa4aa /docs/_includes/components | |
| parent | 27d9d35ffd2ec9787374247b373d0cf96cdad3e8 (diff) | |
| download | bootstrap-25cac1ea9a70ab192a4b4fb49b972de2f342d240.tar.xz bootstrap-25cac1ea9a70ab192a4b4fb49b972de2f342d240.zip | |
Redundant role="form" on <form>s
Diffstat (limited to 'docs/_includes/components')
| -rw-r--r-- | docs/_includes/components/input-groups.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/_includes/components/input-groups.html b/docs/_includes/components/input-groups.html index c94b60c11..221fcad54 100644 --- a/docs/_includes/components/input-groups.html +++ b/docs/_includes/components/input-groups.html @@ -22,7 +22,7 @@ <p>Place one add-on or button on either side of an input. You may also place one on both sides of an input.</p> <p><strong class="text-danger">We do not support multiple add-ons on a single side.</strong></p> <p><strong class="text-danger">We do not support multiple form-controls in a single input group.</strong></p> - <form class="bs-example bs-example-form" role="form"> + <form class="bs-example bs-example-form"> <div class="input-group"> <span class="input-group-addon">@</span> <input type="text" class="form-control" placeholder="Username"> @@ -59,7 +59,7 @@ <h2 id="input-groups-sizing">Sizing</h2> <p>Add the relative form sizing classes to the <code>.input-group</code> itself and contents within will automatically resizeāno need for repeating the form control size classes on each element.</p> - <form class="bs-example bs-example-form" role="form"> + <form class="bs-example bs-example-form"> <div class="input-group input-group-lg"> <span class="input-group-addon">@</span> <input type="text" class="form-control" placeholder="Username"> @@ -182,7 +182,7 @@ <h2 id="input-groups-buttons-dropdowns">Buttons with dropdowns</h2> <p></p> - <form class="bs-example bs-example-form" role="form"> + <form class="bs-example bs-example-form"> <div class="row"> <div class="col-lg-6"> <div class="input-group"> @@ -252,7 +252,7 @@ {% endhighlight %} <h2 id="input-groups-buttons-segmented">Segmented buttons</h2> - <form class="bs-example bs-example-form" role="form"> + <form class="bs-example bs-example-form"> <div class="row"> <div class="col-lg-6"> <div class="input-group"> |
