aboutsummaryrefslogtreecommitdiff
path: root/docs/css.html
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2012-12-10 01:46:16 -0800
committerChris Rebert <[email protected]>2012-12-10 01:46:16 -0800
commit8c8a14ab59553984d6bb2b1d080e9f3917d6e981 (patch)
tree3ddd526e676949e37aaf9edfa4dfbf446457c589 /docs/css.html
parent48759eee941729a2e21a89215123b2e05c0b8549 (diff)
downloadbootstrap-8c8a14ab59553984d6bb2b1d080e9f3917d6e981.tar.xz
bootstrap-8c8a14ab59553984d6bb2b1d080e9f3917d6e981.zip
document caveat regarding fieldset legend and #6199
Diffstat (limited to 'docs/css.html')
-rw-r--r--docs/css.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/css.html b/docs/css.html
index f2f54a3fc..7f67fa294 100644
--- a/docs/css.html
+++ b/docs/css.html
@@ -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>