Skip to content

Commit

Permalink
[e] (0) cross-reference error
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@1386 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Mar 23, 2008
1 parent 7232f92 commit 9d11946
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
8 changes: 4 additions & 4 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -20640,17 +20640,17 @@ notes on what would need to be defined for dashed lines:

<li>
<p>If the <var title="">current cell</var> has a <code
title="">colspan</code> attribute, then <span title="rules for parsing
non-negative integer values">parse that attribute's value</span>, and
title="">colspan</code> attribute, then <a href="#rules" title="rules
for parsing non-negative integers">parse that attribute's value</a>, and
let <var title="">colspan</var> be the result.</p>

<p>If parsing that value failed, or returned zero, or if the attribute is
absent, then let <var title="">colspan</var> be 1, instead.</p>

<li>
<p>If the <var title="">current cell</var> has a <code
title="">rowspan</code> attribute, then <span title="rules for parsing
non-negative integer values">parse that attribute's value</span>, and
title="">rowspan</code> attribute, then <a href="#rules" title="rules
for parsing non-negative integers">parse that attribute's value</a>, and
let <var title="">rowspan</var> be the result.</p>

<p>If parsing that value failed or if the attribute is absent, then let
Expand Down
17 changes: 10 additions & 7 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -18277,18 +18277,20 @@ notes on what would need to be defined for dashed lines:

<p>If <var title="">x<sub title="">current</sub></var> is equal to
<var title="">x<sub title="">width</sub></var>, increase <var
title="">x<sub title="">width</sub></var> by 1. (<var title="">x<sub
title="">current</sub></var> is never <em>greater</em> than <var
title="">x<sub title="">width</sub></var>.)</p>
title="">x<sub title="">width</sub></var> by 1. (<var
title="">x<sub title="">current</sub></var> is never
<em>greater</em> than <var title="">x<sub
title="">width</sub></var>.)</p>

</li>

<li>

<p>If the <var title="">current cell</var> has a <code
title="">colspan</code> attribute, then <span title="rules for
parsing non-negative integer values">parse that attribute's
value</span>, and let <var title="">colspan</var> be the result.</p>
parsing non-negative integers">parse that attribute's
value</span>, and let <var title="">colspan</var> be the
result.</p>

<p>If parsing that value failed, or returned zero, or if the
attribute is absent, then let <var title="">colspan</var> be 1,
Expand All @@ -18300,8 +18302,9 @@ notes on what would need to be defined for dashed lines:

<p>If the <var title="">current cell</var> has a <code
title="">rowspan</code> attribute, then <span title="rules for
parsing non-negative integer values">parse that attribute's
value</span>, and let <var title="">rowspan</var> be the result.</p>
parsing non-negative integers">parse that attribute's
value</span>, and let <var title="">rowspan</var> be the
result.</p>

<p>If parsing that value failed or if the attribute is absent,
then let <var title="">rowspan</var> be 1, instead.</p>
Expand Down

0 comments on commit 9d11946

Please sign in to comment.