[html5] r2856 - [] (0) Fix a mistake in the table algorithm where a couple of conditions were ex [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Feb 23 03:39:37 PST 2009


Author: ianh
Date: 2009-02-23 03:39:37 -0800 (Mon, 23 Feb 2009)
New Revision: 2856

Modified:
   index
   source
Log:
[] (0) Fix a mistake in the table algorithm where a couple of conditions were exactly backwards for some reason. (bug 6438)

Modified: index
===================================================================
--- index	2009-02-23 11:14:03 UTC (rev 2855)
+++ index	2009-02-23 11:39:37 UTC (rev 2856)
@@ -24441,7 +24441,7 @@
 
          <dd>
 
-          <p>If there is no cell in the <var title="">opaque
+          <p>If there are any cells in the <var title="">opaque
           headers</var> list anchored with the same <var title="">x</var>-coordinate as the <var title="">current
           cell</var>, and with the same width as <var title="">current
           cell</var>, then let <var title="">blocked</var> be
@@ -24456,7 +24456,7 @@
 
          <dd>
 
-          <p>If there is no cell in the <var title="">opaque
+          <p>If there is are any cells in the <var title="">opaque
           headers</var> list anchored with the same <var title="">y</var>-coordinate as the <var title="">current
           cell</var>, and with the same height as <var title="">current cell</var>, then let <var title="">blocked</var> be true.</p>
 

Modified: source
===================================================================
--- source	2009-02-23 11:14:03 UTC (rev 2855)
+++ source	2009-02-23 11:39:37 UTC (rev 2856)
@@ -27114,7 +27114,7 @@
 
          <dd>
 
-          <p>If there is no cell in the <var title="">opaque
+          <p>If there are any cells in the <var title="">opaque
           headers</var> list anchored with the same <var
           title="">x</var>-coordinate as the <var title="">current
           cell</var>, and with the same width as <var title="">current
@@ -27131,7 +27131,7 @@
 
          <dd>
 
-          <p>If there is no cell in the <var title="">opaque
+          <p>If there is are any cells in the <var title="">opaque
           headers</var> list anchored with the same <var
           title="">y</var>-coordinate as the <var title="">current
           cell</var>, and with the same height as <var




More information about the Commit-Watchers mailing list