]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
document caveat regarding fieldset legend and #6199 6199/head
authorChris Rebert <github@rebertia.com>
Mon, 10 Dec 2012 09:46:16 +0000 (01:46 -0800)
committerChris Rebert <github@rebertia.com>
Mon, 10 Dec 2012 09:46:16 +0000 (01:46 -0800)
docs/css.html
docs/templates/pages/css.mustache

index f2f54a3fc103b222142ee9bfb417fa3fedab33b7..7f67fa294743f3571340b8e7b2641b8f897d4c63 100644 (file)
@@ -1759,7 +1759,8 @@ For example, &lt;code&gt;&lt;section&gt;&lt;/code&gt; should be wrapped as inlin
 </pre>
           <p>
             <span class="label label-info">Heads up!</span>
-            <code>&lt;a&gt;</code> buttons within a <code>fieldset[disabled]</code> will be styled like they each had the <code>.disabled</code> class, but this only affects aesthetics; you must use custom JavaScript to actually make such links non-functional.
+            Contrary to the HTML5 spec, form controls within a <code>fieldset</code>'s <code>legend</code> will also be disabled.<br>
+            Also, <code>&lt;a&gt;</code> buttons within a <code>fieldset[disabled]</code> will be styled like they each had the <code>.disabled</code> class, but this only affects aesthetics; you must use custom JavaScript to actually make such links non-functional.
           </p>
 
           <h3>Validation states</h3>
index 790c0442bcc4a9f3dc2a2575d03f8fdeb60cc64a..cdaf5a847c1284992e64c625cadecee395c0b5bd 100644 (file)
@@ -1699,7 +1699,8 @@ For example, &lt;code&gt;&lt;section&gt;&lt;/code&gt; should be wrapped as inlin
 </pre>
           <p>
             <span class="label label-info">Heads up!</span>
-            <code>&lt;a&gt;</code> buttons within a <code>fieldset[disabled]</code> will be styled like they each had the <code>.disabled</code> class, but this only affects aesthetics; you must use custom JavaScript to actually make such links non-functional.
+            Contrary to the HTML5 spec, form controls within a <code>fieldset</code>'s <code>legend</code> will also be disabled.<br>
+            Also, <code>&lt;a&gt;</code> buttons within a <code>fieldset[disabled]</code> will be styled like they each had the <code>.disabled</code> class, but this only affects aesthetics; you must use custom JavaScript to actually make such links non-functional.
           </p>
 
           <h3>Validation states</h3>