- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 23 Feb 2009 11:39:45 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv32672
Modified Files:
Overview.html
Log Message:
Fix a mistake in the table algorithm where a couple of conditions were exactly backwards for some reason. (bug 6438) (whatwg r2856)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2026
retrieving revision 1.2027
diff -u -d -r1.2026 -r1.2027
--- Overview.html 23 Feb 2009 11:14:08 -0000 1.2026
+++ Overview.html 23 Feb 2009 11:39:42 -0000 1.2027
@@ -19956,7 +19956,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
@@ -19971,7 +19971,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>
Received on Monday, 23 February 2009 11:39:58 UTC