8000 Fixes #6808: mention IE lame-itude in docs for invalid inputs · rusongyu/bootstrap@accfdaa · GitHub
[go: up one dir, main page]

Skip to content

Commit accfdaa

Browse files
committed
Fixes twbs#6808: mention IE lame-itude in docs for invalid inputs
1 parent 0fe9148 commit accfdaa

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/base-css.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1585,6 +1585,7 @@ <h3>Input focus</h3>
15851585

15861586
<h3>Invalid inputs</h3>
15871587
<p>Style inputs via default browser functionality with <code>:invalid</code>. Specify a <code>type</code>, add the <code>required</code> attribute if the field is not optional, and (if applicable) specify a <code>pattern</code>.</p>
1588+
<p>This is not available in versions of Internet Explorer 7-9 due to lack of support for CSS pseudo selectors.</p>
15881589
<form class="bs-docs-example form-inline">
15891590
<input class="span3" type="email" placeholder="test@example.com" required>
15901591
</form>

docs/templates/pages/base-css.mustache

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1522,6 +1522,7 @@
15221522

15231523
<h3>{{_i}}Invalid inputs{{/i}}</h3>
15241524
<p>{{_i}}Style inputs via default browser functionality with <code>:invalid</code>. Specify a <code>type</code>, add the <code>required</code> attribute if the field is not optional, and (if applicable) specify a <code>pattern</code>.{{/i}}</p>
1525+
<p>{{_i}}This is not available in versions of Internet Explorer 7-9 due to lack of support for CSS pseudo selectors.{{/i}}</p>
15251526
<form class="bs-docs-example form-inline">
15261527
<input class="span3" type="email" placeholder="test@example.com" required>
15271528
</form>

0 commit comments

Comments
 (0)
0