Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save carlosevia/7092c98b6133f590eaf5c17dcf101e70 to your computer and use it in GitHub Desktop.
Save carlosevia/7092c98b6133f590eaf5c17dcf101e70 to your computer and use it in GitHub Desktop.
Alan's notes on HTML5 table
HTML5 Table Model
Element types and attributes
<table> + @border, @sortable
<thead>
<tbody>
<tfoot>
<caption>
<colgroup> + @span
<col> + @span
<tr>
<th> + @colspan, @rowspan, @headers, @scope, @abbr, @sorted
<td> + @colspan, @rowspan, @headers
Interest aspects of HTML5 table model
* <th> can appear in any row
* tables can be nested
* attributes are sparse. CSS formatting is assumed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment