Skip to content

Commit

Permalink
[giow] (2) <table border=...> should default to 1 if it can't be parsed.
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8110

git-svn-id: http://svn.whatwg.org/webapps@4416 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Dec 8, 2009
1 parent 1e29643 commit e759eae
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
6 changes: 4 additions & 2 deletions complete.html
Expand Up @@ -79886,8 +79886,10 @@ <h4 id=punctuation-and-decorations><span class=secno>13.2.6 </span>Punctuation a
to the pixel length property">maps to the pixel length
properties</a> 'border-top-width', 'border-right-width',
'border-bottom-width', 'border-left-width' on the element. If the
attribute is present but its value is the empty string, a default
value of 1px is expected to be used for that property instead.</p>
attribute is present but parsing the attribute's value using the
<a href=#rules-for-parsing-non-negative-integers>rules for parsing non-negative integers</a> generates an
error, a default value of 1px is expected to be used for that
property instead.</p>

</div>

Expand Down
6 changes: 4 additions & 2 deletions index
Expand Up @@ -71559,8 +71559,10 @@ table[rules=all] &gt; tfoot &gt; tr &gt; td, table[rules=all] &gt; tfoot &gt; tr
to the pixel length property">maps to the pixel length
properties</a> 'border-top-width', 'border-right-width',
'border-bottom-width', 'border-left-width' on the element. If the
attribute is present but its value is the empty string, a default
value of 1px is expected to be used for that property instead.</p>
attribute is present but parsing the attribute's value using the
<a href=#rules-for-parsing-non-negative-integers>rules for parsing non-negative integers</a> generates an
error, a default value of 1px is expected to be used for that
property instead.</p>

</div>

Expand Down
6 changes: 4 additions & 2 deletions source
Expand Up @@ -88661,8 +88661,10 @@ table[rules=all] > tfoot > tr > td, table[rules=all] > tfoot > tr > th {
to the pixel length property">maps to the pixel length
properties</span> 'border-top-width', 'border-right-width',
'border-bottom-width', 'border-left-width' on the element. If the
attribute is present but its value is the empty string, a default
value of 1px is expected to be used for that property instead.</p>
attribute is present but parsing the attribute's value using the
<span>rules for parsing non-negative integers</span> generates an
error, a default value of 1px is expected to be used for that
property instead.</p>

</div>

Expand Down

0 comments on commit e759eae

Please sign in to comment.