diff options
Diffstat (limited to 'docs/_includes/getting-started')
| -rw-r--r-- | docs/_includes/getting-started/browser-device-support.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/_includes/getting-started/browser-device-support.html b/docs/_includes/getting-started/browser-device-support.html index 509daf267..34d06d8dd 100644 --- a/docs/_includes/getting-started/browser-device-support.html +++ b/docs/_includes/getting-started/browser-device-support.html @@ -18,7 +18,7 @@ </thead> <tbody> <tr> - <th>Android</th> + <th scope="row">Android</th> <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> @@ -26,21 +26,21 @@ <td class="text-muted">N/A</td> </tr> <tr> - <th>iOS</th> + <th scope="row">iOS</th> <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" 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> + <th scope="row">Mac OS X</th> <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> + <th scope="row">Windows</th> <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> @@ -59,9 +59,9 @@ <table class="table table-bordered table-striped"> <thead> <tr> - <th scope="col" class="col-xs-4">Feature</th> - <th scope="col" class="col-xs-4">Internet Explorer 8</th> - <th scope="col" class="col-xs-4">Internet Explorer 9</th> + <th class="col-xs-4">Feature</th> + <th class="col-xs-4">Internet Explorer 8</th> + <th class="col-xs-4">Internet Explorer 9</th> </tr> </thead> <tbody> |
