- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 15 Jun 2011 06:46:07 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv21103 Modified Files: Overview.html Log Message: <table border=0> effect on <td> and <th> (whatwg r6234) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4997 retrieving revision 1.4998 diff -u -d -r1.4997 -r1.4998 --- Overview.html 15 Jun 2011 06:28:19 -0000 1.4997 +++ Overview.html 15 Jun 2011 06:46:03 -0000 1.4998 @@ -64610,6 +64610,17 @@ error, a default value of 1px is expected to be used for that property instead.</p> + <p>When a <code><a href="#the-table-element">table</a></code> element's <code title="attr-table-border"><a href="#attr-table-border">border</a></code> attribute is present and, + when parsed using the <a href="#rules-for-parsing-non-negative-integers">rules for parsing non-negative + integers</a>, is found to have the value zero, the user agent is + expected to use the attribute as a <a href="#presentational-hints" title="presentational + hints">presentational hint</a> setting the 'border-top-width', + 'border-right-width', 'border-bottom-width', and 'border-left-width' + properties of any <code><a href="#the-td-element">td</a></code> and <code><a href="#the-th-element">th</a></code> elements that + are are <a href="#concept-cell" title="concept-cell">cells</a> in the same + <a href="#table-model">table model</a> as the <code><a href="#the-table-element">table</a></code> element to + zero.</p> + <p>The <code><a href="#the-wbr-element">wbr</a></code> element is expected to override the 'white-space' property and always provide a line-breaking opportunity.</p>
Received on Wednesday, 15 June 2011 06:46:08 UTC