[html5] r6234 - [giow] (2) <table border=0> effect on <td> and <th> Fixing http://www.w3.org/Bug [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Jun 14 23:46:00 PDT 2011


Author: ianh
Date: 2011-06-14 23:45:58 -0700 (Tue, 14 Jun 2011)
New Revision: 6234

Modified:
   complete.html
   index
   source
Log:
[giow] (2) <table border=0> effect on <td> and <th>
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12413

Modified: complete.html
===================================================================
--- complete.html	2011-06-15 06:28:13 UTC (rev 6233)
+++ complete.html	2011-06-15 06:45:58 UTC (rev 6234)
@@ -91747,6 +91747,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>

Modified: index
===================================================================
--- index	2011-06-15 06:28:13 UTC (rev 6233)
+++ index	2011-06-15 06:45:58 UTC (rev 6234)
@@ -87464,6 +87464,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>

Modified: source
===================================================================
--- source	2011-06-15 06:28:13 UTC (rev 6233)
+++ source	2011-06-15 06:45:58 UTC (rev 6234)
@@ -104235,6 +104235,18 @@
   error, a default value of 1px is expected to be used for that
   property instead.</p>
 
+  <p>When a <code>table</code> element's <code
+  title="attr-table-border">border</code> attribute is present and,
+  when parsed using the <span>rules for parsing non-negative
+  integers</span>, is found to have the value zero, the user agent is
+  expected to use the attribute as a <span title="presentational
+  hints">presentational hint</span> setting the 'border-top-width',
+  'border-right-width', 'border-bottom-width', and 'border-left-width'
+  properties of any <code>td</code> and <code>th</code> elements that
+  are are <span title="concept-cell">cells</span> in the same
+  <span>table model</span> as the <code>table</code> element to
+  zero.</p>
+
   <p>The <code>wbr</code> element is expected to override the
   'white-space' property and always provide a line-breaking
   opportunity.</p>




More information about the Commit-Watchers mailing list