hixie: <table border=0> effect on <td> and <th> (whatwg r6234)

hixie: <table border=0> effect on <td> and <th> (whatwg r6234)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4997&r2=1.4998&f=h
http://html5.org/tools/web-apps-tracker?from=6233&to=6234

===================================================================
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 Friday, 17 June 2011 09:52:15 UTC