- From: poot <cvsmail@w3.org>
- Date: Mon, 23 Feb 2009 20:42:47 +0900 (JST)
- To: public-html-diffs@w3.org
Fix a mistake in the table algorithm where a couple of conditions were exactly backwards for some reason. (bug 6438) (whatwg r2856) http://www.w3.org/Bugs/Public/show_bug.cgi?id=6438 internal algorithm for scanning and assigning header cells http://people.w3.org/mike/diffs/html5/spec/Overview.1.2027.html#internal-algorithm-for-scanning-and-assigning-header-cells http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2026&r2=1.2027&f=h http://html5.org/tools/web-apps-tracker?from=2855&to=2856 =================================================================== 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:43:22 UTC