aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/getting-started/browser-device-support.html
diff options
context:
space:
mode:
authorHeinrich Fenkart <[email protected]>2014-11-12 00:41:28 +0100
committerHeinrich Fenkart <[email protected]>2014-11-12 00:41:28 +0100
commita4497c8a831fc96e5e2fefb7cf1570d81d957296 (patch)
tree8e104ca41c44190de253dfc7b80748b28b7e2b0b /docs/_includes/getting-started/browser-device-support.html
parentbb89657bcb53a60d579d8fd9bbea56dde05dad8c (diff)
parent9391ef207ff05f28e3952afdb92639c02b5920f5 (diff)
downloadbootstrap-a4497c8a831fc96e5e2fefb7cf1570d81d957296.tar.xz
bootstrap-a4497c8a831fc96e5e2fefb7cf1570d81d957296.zip
Merge pull request #15085 from patrickhlauke/glyphicons-in-forms-tweak
Glyphicon tweaks
Diffstat (limited to 'docs/_includes/getting-started/browser-device-support.html')
-rw-r--r--docs/_includes/getting-started/browser-device-support.html46
1 files changed, 23 insertions, 23 deletions
diff --git a/docs/_includes/getting-started/browser-device-support.html b/docs/_includes/getting-started/browser-device-support.html
index 306023d7b..2f3802b84 100644
--- a/docs/_includes/getting-started/browser-device-support.html
+++ b/docs/_includes/getting-started/browser-device-support.html
@@ -19,33 +19,33 @@
<tbody>
<tr>
<th>Android</th>
- <td class="text-success"><span class="glyphicon glyphicon-ok"></span> Supported</td>
- <td class="text-success"><span class="glyphicon glyphicon-ok"></span> Supported</td>
+ <td class="text-success"><span class="glyphicon glyphicon-ok" aria-hidden="true"></span> Supported</td>
+ <td class="text-success"><span class="glyphicon glyphicon-ok" aria-hidden="true"></span> Supported</td>
<td class="text-muted" rowspan="3" style="vertical-align: middle;">N/A</td>
- <td class="text-danger"><span class="glyphicon glyphicon-remove"></span> Not Supported</td>
+ <td class="text-danger"><span class="glyphicon glyphicon-remove" aria-hidden="true"></span> Not Supported</td>
<td class="text-muted">N/A</td>
</tr>
<tr>
<th>iOS</th>
- <td class="text-success"><span class="glyphicon glyphicon-ok"></span> Supported</td>
+ <td class="text-success"><span class="glyphicon glyphicon-ok" aria-hidden="true"></span> Supported</td>
<td class="text-muted">N/A</td>
- <td class="text-danger"><span class="glyphicon glyphicon-remove"></span> Not Supported</td>
- <td class="text-success"><span class="glyphicon glyphicon-ok"></span> Supported</td>
+ <td class="text-danger"><span class="glyphicon glyphicon-remove" aria-hidden="true"></span> Not Supported</td>
+ <td class="text-success"><span class="glyphicon glyphicon-ok" aria-hidden="true"></span> Supported</td>
</tr>
<tr>
<th>Mac OS X</th>
- <td class="text-success"><span class="glyphicon glyphicon-ok"></span> Supported</td>
- <td class="text-success"><span class="glyphicon glyphicon-ok"></span> Supported</td>
- <td class="text-success"><span class="glyphicon glyphicon-ok"></span> Supported</td>
- <td class="text-success"><span class="glyphicon glyphicon-ok"></span> Supported</td>
+ <td class="text-success"><span class="glyphicon glyphicon-ok" aria-hidden="true"></span> Supported</td>
+ <td class="text-success"><span class="glyphicon glyphicon-ok" aria-hidden="true"></span> Supported</td>
+ <td class="text-success"><span class="glyphicon glyphicon-ok" aria-hidden="true"></span> Supported</td>
+ <td class="text-success"><span class="glyphicon glyphicon-ok" aria-hidden="true"></span> Supported</td>
</tr>
<tr>
<th>Windows</th>
- <td class="text-success"><span class="glyphicon glyphicon-ok"></span> Supported</td>
- <td class="text-success"><span class="glyphicon glyphicon-ok"></span> Supported</td>
- <td class="text-success"><span class="glyphicon glyphicon-ok"></span> Supported</td>
- <td class="text-success"><span class="glyphicon glyphicon-ok"></span> Supported</td>
- <td class="text-danger"><span class="glyphicon glyphicon-remove"></span> Not Supported</td>
+ <td class="text-success"><span class="glyphicon glyphicon-ok" aria-hidden="true"></span> Supported</td>
+ <td class="text-success"><span class="glyphicon glyphicon-ok" aria-hidden="true"></span> Supported</td>
+ <td class="text-success"><span class="glyphicon glyphicon-ok" aria-hidden="true"></span> Supported</td>
+ <td class="text-success"><span class="glyphicon glyphicon-ok" aria-hidden="true"></span> Supported</td>
+ <td class="text-danger"><span class="glyphicon glyphicon-remove" aria-hidden="true"></span> Not Supported</td>
</tr>
</tbody>
</table>
@@ -67,26 +67,26 @@
<tbody>
<tr>
<th scope="row"><code>border-radius</code></th>
- <td class="text-danger"><span class="glyphicon glyphicon-remove"></span> Not supported</td>
- <td class="text-success"><span class="glyphicon glyphicon-ok"></span> Supported</td>
+ <td class="text-danger"><span class="glyphicon glyphicon-remove" aria-hidden="true"></span> Not supported</td>
+ <td class="text-success"><span class="glyphicon glyphicon-ok" aria-hidden="true"></span> Supported</td>
</tr>
<tr>
<th scope="row"><code>box-shadow</code></th>
- <td class="text-danger"><span class="glyphicon glyphicon-remove"></span> Not supported</td>
- <td class="text-success"><span class="glyphicon glyphicon-ok"></span> Supported</td>
+ <td class="text-danger"><span class="glyphicon glyphicon-remove" aria-hidden="true"></span> Not supported</td>
+ <td class="text-success"><span class="glyphicon glyphicon-ok" aria-hidden="true"></span> Supported</td>
</tr>
<tr>
<th scope="row"><code>transform</code></th>
- <td class="text-danger"><span class="glyphicon glyphicon-remove"></span> Not supported</td>
- <td class="text-success"><span class="glyphicon glyphicon-ok"></span> Supported, with <code>-ms</code> prefix</td>
+ <td class="text-danger"><span class="glyphicon glyphicon-remove" aria-hidden="true"></span> Not supported</td>
+ <td class="text-success"><span class="glyphicon glyphicon-ok" aria-hidden="true"></span> Supported, with <code>-ms</code> prefix</td>
</tr>
<tr>
<th scope="row"><code>transition</code></th>
- <td colspan="2" class="text-danger"><span class="glyphicon glyphicon-remove"></span> Not supported</td>
+ <td colspan="2" class="text-danger"><span class="glyphicon glyphicon-remove" aria-hidden="true"></span> Not supported</td>
</tr>
<tr>
<th scope="row"><code>placeholder</code></th>
- <td colspan="2" class="text-danger"><span class="glyphicon glyphicon-remove"></span> Not supported</td>
+ <td colspan="2" class="text-danger"><span class="glyphicon glyphicon-remove" aria-hidden="true"></span> Not supported</td>
</tr>
</tbody>
</table>