]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Getting Started docs: Add MDN links for features not supported in IE9
authorChris Rebert <github@chrisrebert.com>
Wed, 7 Oct 2015 04:00:03 +0000 (21:00 -0700)
committerChris Rebert <github@chrisrebert.com>
Wed, 7 Oct 2015 04:00:03 +0000 (21:00 -0700)
[skip sauce]

docs/getting-started/browsers-devices.md

index bcaf57c3e27f57171be0f1191c4f3bd720bb020a..b1d2d1f8e86ae64ec2fe2bdcbe5c5fd997ca9c1d 100644 (file)
@@ -112,27 +112,27 @@ Internet Explorer 9 is also supported, however, please be aware that some CSS3 p
     </thead>
     <tbody>
       <tr>
-        <th scope="row"><code>border-radius</code></th>
+        <th scope="row"><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/border-radius"><code>border-radius</code></a></th>
         <td class="text-success">Supported</td>
       </tr>
       <tr>
-        <th scope="row"><code>box-shadow</code></th>
+        <th scope="row"><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/box-shadow"><code>box-shadow</code></a></th>
         <td class="text-success">Supported</td>
       </tr>
       <tr>
-        <th scope="row"><code>transform</code></th>
+        <th scope="row"><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/transform"><code>transform</code></a></th>
         <td class="text-success">Supported, with <code>-ms</code> prefix</td>
       </tr>
       <tr>
-        <th scope="row"><code>transition</code></th>
+        <th scope="row"><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/transition"><code>transition</code></a></th>
         <td class="text-danger">Not supported</td>
       </tr>
       <tr>
-        <th scope="row"><code>placeholder</code></th>
+        <th scope="row"><a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Input#attr-placeholder"><code>placeholder</code></a></th>
         <td class="text-danger">Not supported</td>
       </tr>
       <tr>
-      <th scope="row"><code>flexbox</code></th>
+      <th scope="row"><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Flexible_Box_Layout/Using_CSS_flexible_boxes">Flexbox</a></th>
       <td class="text-danger">Not supported</td>
       </tr>
     </tbody>