Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv31845 Modified Files: rendering.html spec.html Log Message: Make hidden='' work for table-related elements. (whatwg r5197) [updated by splitter] Index: rendering.html =================================================================== RCS file: /sources/public/html5/spec/rendering.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- rendering.html 13 Jul 2010 00:47:17 -0000 1.8 +++ rendering.html 23 Jul 2010 23:26:53 -0000 1.9 @@ -440,13 +440,17 @@ table { display: table; } caption { display: table-caption; } -colgroup { display: table-column-group; } -col { display: table-column; } -thead { display: table-header-group; } -tbody { display: table-row-group; } -tfoot { display: table-footer-group; } -tr { display: table-row; } -td, th { display: table-cell; } +colgroup, colgroup[hidden] { display: table-column-group; } +col, col[hidden] { display: table-column; } +thead, thead[hidden] { display: table-header-group; } +tbody, tbody[hidden] { display: table-row-group; } +tfoot, tfoot[hidden] { display: table-footer-group; } +tr, tr[hidden] { display: table-row; } +td, th, td[hidden], th[hidden] { display: table-cell; } +colgroup[hidden], col[hidden], thead[hidden], tbody[hidden], +tfoot[hidden], tr[hidden], td[hidden], th[hidden] { + visibility: collapse; +} li { display: list-item; } Index: spec.html =================================================================== RCS file: /sources/public/html5/spec/spec.html,v retrieving revision 1.1072 retrieving revision 1.1073 diff -u -d -r1.1072 -r1.1073 --- spec.html 23 Jul 2010 23:16:44 -0000 1.1072 +++ spec.html 23 Jul 2010 23:26:53 -0000 1.1073 @@ -333,7 +333,7 @@ <a href="Overview.html">single page HTML</a>, <a href="spec.html">multipage HTML</a>, <a href="author/">author edition</a>. -This is revision 1.4133. +This is revision 1.4134. </p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2010 <a href="http://www.w3.org/"><abbr title="World WideReceived on Friday, 23 July 2010 23:26:56 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Friday, 23 July 2010 23:27:01 GMT