From: Chris Rebert Date: Mon, 10 Dec 2012 09:46:16 +0000 (-0800) Subject: document caveat regarding fieldset legend and #6199 X-Git-Tag: v3.0.0-rc1~836^2~10^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8c8a14ab59553984d6bb2b1d080e9f3917d6e981;p=thirdparty%2Fbootstrap.git document caveat regarding fieldset legend and #6199 --- diff --git a/docs/css.html b/docs/css.html index f2f54a3fc1..7f67fa2947 100644 --- a/docs/css.html +++ b/docs/css.html @@ -1759,7 +1759,8 @@ For example, <code><section></code> should be wrapped as inlin

Heads up! - <a> buttons within a fieldset[disabled] will be styled like they each had the .disabled 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 fieldset's legend will also be disabled.
+ Also, <a> buttons within a fieldset[disabled] will be styled like they each had the .disabled class, but this only affects aesthetics; you must use custom JavaScript to actually make such links non-functional.

Validation states

diff --git a/docs/templates/pages/css.mustache b/docs/templates/pages/css.mustache index 790c0442bc..cdaf5a847c 100644 --- a/docs/templates/pages/css.mustache +++ b/docs/templates/pages/css.mustache @@ -1699,7 +1699,8 @@ For example, <code><section></code> should be wrapped as inlin

Heads up! - <a> buttons within a fieldset[disabled] will be styled like they each had the .disabled 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 fieldset's legend will also be disabled.
+ Also, <a> buttons within a fieldset[disabled] will be styled like they each had the .disabled class, but this only affects aesthetics; you must use custom JavaScript to actually make such links non-functional.

Validation states