Skip to content

Commit

Permalink
Fix validator warning
Browse files Browse the repository at this point in the history
The border attribute on the table element is presentational markup.
  • Loading branch information
anssiko committed Oct 26, 2017
1 parent 759e618 commit a34223a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion index.html
Expand Up @@ -1197,7 +1197,8 @@ <h3>
<a><code>link</code> element</a>. This keyword creates an <a>external
resource link</a>.
</p>
<table border="1">
<table class="complex data">
<thead>
<tr>
<th rowspan="2">
Link type
Expand All @@ -1217,6 +1218,8 @@ <h3>
<code><a>a</a></code> and <code><a>area</a></code>
</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<code>manifest</code>
Expand All @@ -1231,6 +1234,7 @@ <h3>
Imports or links to a <a>manifest</a>.
</td>
</tr>
</tbody>
</table>
<p>
The <a>media type for a manifest</a> serves as the default media type
Expand Down

0 comments on commit a34223a

Please sign in to comment.