[html5] r1386 - /

whatwg at whatwg.org whatwg at whatwg.org
Sun Mar 23 00:43:28 PDT 2008


Author: ianh
Date: 2008-03-23 00:43:27 -0700 (Sun, 23 Mar 2008)
New Revision: 1386

Modified:
   index
   source
Log:
[e] (0) cross-reference error

Modified: index
===================================================================
--- index	2008-03-23 07:22:05 UTC (rev 1385)
+++ index	2008-03-23 07:43:27 UTC (rev 1386)
@@ -20640,8 +20640,8 @@
 
    <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
@@ -20649,8 +20649,8 @@
 
    <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

Modified: source
===================================================================
--- source	2008-03-23 07:22:05 UTC (rev 1385)
+++ source	2008-03-23 07:43:27 UTC (rev 1386)
@@ -18277,9 +18277,10 @@
 
     <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>
 
@@ -18287,8 +18288,9 @@
 
     <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,
@@ -18300,8 +18302,9 @@
 
     <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>




More information about the Commit-Watchers mailing list