]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix #10070 by resyncing fieldset disabled live example & example code
authorChris Rebert <code@rebertia.com>
Fri, 23 Aug 2013 17:18:39 +0000 (10:18 -0700)
committerChris Rebert <code@rebertia.com>
Fri, 23 Aug 2013 17:18:39 +0000 (10:18 -0700)
css.html

index 8aae2488db09d5ae1675d7f136d97021c8713656..d4c19a91cbc1b325cfb605385a877332423faa58 100644 (file)
--- a/css.html
+++ b/css.html
@@ -1802,7 +1802,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
       <p>While Bootstrap will apply these styles in all browsers, Internet Explorer 9 and below don't actually support the <code>disabled</code> attribute on a <code>&lt;fieldset&gt;</code>. Use custom JavaScript to disable the fieldset in these browsers.</p>
     </div>
 
-    <form class="bs-example">
+    <form class="bs-example" role="form">
       <fieldset disabled>
         <div class="form-group">
           <label for="disabledTextInput">Disabled input</label>
@@ -1823,7 +1823,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
       </fieldset>
     </form>
 {% highlight html %}
-<form class="form-inline" role="form">
+<form role="form">
   <fieldset disabled>
     <div class="form-group">
       <label for="disabledTextInput">Disabled input</label>