Skip to content

Commit

Permalink
[giow] (2) <table border=0> effect on <td> and <th>
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12413

git-svn-id: http://svn.whatwg.org/webapps@6234 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 15, 2011
1 parent 83ededb commit a4c3d70
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
11 changes: 11 additions & 0 deletions complete.html
Expand Up @@ -91747,6 +91747,17 @@ <h4 id=punctuation-and-decorations><span class=secno>15.2.6 </span>Punctuation a
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>
Expand Down
11 changes: 11 additions & 0 deletions index
Expand Up @@ -87464,6 +87464,17 @@ table[border] &gt; tfoot &gt; tr &gt; td, table[border] &gt; tfoot &gt; tr &gt;
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>
Expand Down
12 changes: 12 additions & 0 deletions source
Expand Up @@ -104235,6 +104235,18 @@ table[border] > tfoot > tr > td, table[border] > tfoot > tr > th {
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>
Expand Down

0 comments on commit a4c3d70

Please sign in to comment.