]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
port docs fix from 2.3.0-wip to new css page
authorMark Otto <otto@github.com>
Wed, 6 Feb 2013 06:29:01 +0000 (22:29 -0800)
committerMark Otto <otto@github.com>
Wed, 6 Feb 2013 06:29:01 +0000 (22:29 -0800)
docs/css.html
docs/templates/pages/css.mustache

index 12dd53edb1c869279854033edfeefdbb3e06c56b..56e1aa8d3349c42fe6bbbd60363e660a9bf8ac37 100644 (file)
@@ -1281,6 +1281,7 @@ For example, &lt;code&gt;&amp;lt;section&amp;gt;&lt;/code&gt; should be wrapped
 
           <h3 id="forms-invalid-inputs">Invalid inputs</h3>
           <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>
+          <p>This is not available in versions of Internet Explorer 7-9 due to lack of support for CSS pseudo selectors.</p>
           <form class="bs-docs-example form-inline">
             <input class="span3" type="email" placeholder="test@example.com" required>
           </form>
index e45b66be064c02813388ac662ef58a1729d4bbc9..5ba70041aa2ac57af0162f3c0dc7315dbf9286dc 100644 (file)
@@ -1221,6 +1221,7 @@ For example, &lt;code&gt;&amp;lt;section&amp;gt;&lt;/code&gt; should be wrapped
 
           <h3 id="forms-invalid-inputs">Invalid inputs</h3>
           <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>
+          <p>This is not available in versions of Internet Explorer 7-9 due to lack of support for CSS pseudo selectors.</p>
           <form class="bs-docs-example form-inline">
             <input class="span3" type="email" placeholder="test@example.com" required>
           </form>