0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00

Getting Started docs: Add MDN links for features not supported in IE9

[skip sauce]
This commit is contained in:
Chris Rebert 2015-10-06 21:00:03 -07:00
parent f62a1518a1
commit b6d70bb017

View 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>