aboutsummaryrefslogtreecommitdiff
path: root/docs/getting-started/browsers-devices.md
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-10-06 21:00:03 -0700
committerChris Rebert <[email protected]>2015-10-06 21:00:03 -0700
commitb6d70bb01791cbde699491aa2cf42b9f2bcaa3e8 (patch)
treed5459ca8681026ae0e0d18353dff4aa30ebdb5c7 /docs/getting-started/browsers-devices.md
parentf62a1518a1b3324f57ddce3f309f93eee3aba8fd (diff)
downloadbootstrap-b6d70bb01791cbde699491aa2cf42b9f2bcaa3e8.tar.xz
bootstrap-b6d70bb01791cbde699491aa2cf42b9f2bcaa3e8.zip
Getting Started docs: Add MDN links for features not supported in IE9
[skip sauce]
Diffstat (limited to 'docs/getting-started/browsers-devices.md')
-rw-r--r--docs/getting-started/browsers-devices.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/getting-started/browsers-devices.md b/docs/getting-started/browsers-devices.md
index bcaf57c3e..b1d2d1f8e 100644
--- a/docs/getting-started/browsers-devices.md
+++ b/docs/getting-started/browsers-devices.md
@@ -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>