mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
Safari handles <fieldset disabled> just fine; fixes #8698
This makes me wonder whether recent IE might actually support this too. If not, your move IE Team.
This commit is contained in:
parent
b9ff423443
commit
89746174b7
2
css.html
2
css.html
@ -1466,7 +1466,7 @@ For example, <code><section></code> should be wrapped as inline.
|
|||||||
|
|
||||||
<div class="bs-callout bs-callout-danger">
|
<div class="bs-callout bs-callout-danger">
|
||||||
<h4>Cross-browser compatibility</h4>
|
<h4>Cross-browser compatibility</h4>
|
||||||
<p>While Bootstrap will apply these styles in all browsers, IE and Safari don't actually support the <code>disabled</code> attribute on a <code><fieldset></code>. Use custom JavaScript to disable the fieldset in these browsers.</p>
|
<p>While Bootstrap will apply these styles in all browsers, Internet Explorer doesn't actually support the <code>disabled</code> attribute on a <code><fieldset></code>. Use custom JavaScript to disable the fieldset in that case.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<form class="bs-example form-inline">
|
<form class="bs-example form-inline">
|
||||||
|
Loading…
Reference in New Issue
Block a user