diff --git a/getting-started.html b/getting-started.html
index 91648b50373e31e8c60d59ca4f2973a4e44c1255..4583e2dd94d780537925b8568bb006be7092f2e6 100644
--- a/getting-started.html
+++ b/getting-started.html
@@ -671,35 +671,35 @@ bootstrap/
       <table class="table table-bordered table-striped">
         <thead>
           <tr>
-            <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>
+            <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>
           </tr>
         </thead>
         <tbody>
           <tr>
-            <td scope="row"><code>border-radius</code></td>
+            <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>
           </tr>
           <tr>
-            <td scope="row"><code>box-shadow</code></td>
+            <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>
           </tr>
           <tr>
-            <td scope="row"><code>transform</code></td>
+            <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>
           </tr>
           <tr>
-            <td scope="row"><code>transition</code></td>
+            <th scope="row"><code>transition</code></th>
             <td colspan="2" class="text-danger"><span class="glyphicon glyphicon-remove"></span> Not supported</td>
           </tr>
         </tbody>
         <tbody>
           <tr>
-            <td scope="row"><code>placeholder</code></td>
+            <th scope="row"><code>placeholder</code></th>
             <td colspan="2" class="text-danger"><span class="glyphicon glyphicon-remove"></span> Not supported</td>
           </tr>
         </tbody>