[html5] r3999 - [e] (0) Editorial fixes: more mis-xreffing
whatwg at whatwg.org
whatwg at whatwg.org
Thu Sep 24 16:37:27 PDT 2009
Author: ianh
Date: 2009-09-24 16:37:26 -0700 (Thu, 24 Sep 2009)
New Revision: 3999
Modified:
index
source
Log:
[e] (0) Editorial fixes: more mis-xreffing
Modified: index
===================================================================
--- index 2009-09-24 23:35:48 UTC (rev 3998)
+++ index 2009-09-24 23:37:26 UTC (rev 3999)
@@ -29070,8 +29070,8 @@
aligned on a two-dimensional grid of <dfn id=concept-slots title=concept-slots>slots</dfn> with coordinates (<var title="">x</var>, <var title="">y</var>). The grid is finite, and is
either empty or has one or more slots. If the grid has one or more
slots, then the <var title="">x</var> coordinates are always in the
- range <span>0 ≤ <var title="">x</var> < <var title="">x<sub title="">width</sub></var></span>, and the <var title="">y</var>
- coordinates are always in the range <span>0 ≤ <var title="">y</var> < <var title="">y<sub title="">height</sub></var></span>. If one or both of <var title="">x<sub title="">width</sub></var> and <var title="">y<sub title="">height</sub></var> are zero, then the table is empty (has
+ range <span title="">0 ≤ <var title="">x</var> < <var title="">x<sub title="">width</sub></var></span>, and the <var title="">y</var>
+ coordinates are always in the range <span title="">0 ≤ <var title="">y</var> < <var title="">y<sub title="">height</sub></var></span>. If one or both of <var title="">x<sub title="">width</sub></var> and <var title="">y<sub title="">height</sub></var> are zero, then the table is empty (has
no slots). Tables correspond to <code><a href=#the-table-element>table</a></code> elements.</p>
<p>A <dfn id=concept-cell title=concept-cell>cell</dfn> is a set of slots anchored
@@ -29098,7 +29098,7 @@
<p>A <dfn id=concept-row-group title=concept-row-group>row group</dfn> is a set of
<a href=#concept-row title=concept-row>rows</a> anchored at a slot (0, <var title="">group<sub title="">y</sub></var>) with a particular <var title="">height</var> such that the row group covers all the slots
with coordinates (<var title="">x</var>, <var title="">y</var>)
- where <span>0 ≤ <var title="">x</var> < <var title="">x<sub title="">width</sub></var></span> and <span title=""><var title="">group<sub title="">y</sub></var> ≤ <var title="">y</var> < <var title="">group<sub title="">y</sub></var>+<var title="">height</var></span>. Row groups
+ where <span title="">0 ≤ <var title="">x</var> < <var title="">x<sub title="">width</sub></var></span> and <span title=""><var title="">group<sub title="">y</sub></var> ≤ <var title="">y</var> < <var title="">group<sub title="">y</sub></var>+<var title="">height</var></span>. Row groups
correspond to <code><a href=#the-tbody-element>tbody</a></code>, <code><a href=#the-thead-element>thead</a></code>, and
<code><a href=#the-tfoot-element>tfoot</a></code> elements. Not every row is necessarily in a row
group.</p>
@@ -29108,7 +29108,7 @@
(<var title="">group<sub title="">x</sub></var>, 0) with a
particular <var title="">width</var> such that the column group
covers all the slots with coordinates (<var title="">x</var>, <var title="">y</var>) where <span title=""><var title="">group<sub title="">x</sub></var> ≤ <var title="">x</var> < <var title="">group<sub title="">x</sub></var>+<var title="">width</var></span> and
- <span>0 ≤ <var title="">y</var> < <var title="">y<sub title="">height</sub></var></span>. Column groups
+ <span title="">0 ≤ <var title="">y</var> < <var title="">y<sub title="">height</sub></var></span>. Column groups
correspond to <code><a href=#the-colgroup-element>colgroup</a></code> elements. Not every column is
necessarily in a column group.</p>
Modified: source
===================================================================
--- source 2009-09-24 23:35:48 UTC (rev 3998)
+++ source 2009-09-24 23:37:26 UTC (rev 3999)
@@ -32057,10 +32057,10 @@
title="">x</var>, <var title="">y</var>). The grid is finite, and is
either empty or has one or more slots. If the grid has one or more
slots, then the <var title="">x</var> coordinates are always in the
- range <span>0 ≤ <var
+ range <span title="">0 ≤ <var
title="">x</var> < <var title="">x<sub
title="">width</sub></var></span>, and the <var title="">y</var>
- coordinates are always in the range <span>0 ≤ <var
+ coordinates are always in the range <span title="">0 ≤ <var
title="">y</var> < <var title="">y<sub
title="">height</sub></var></span>. If one or both of <var
title="">x<sub title="">width</sub></var> and <var title="">y<sub
@@ -32107,7 +32107,7 @@
title="">group<sub title="">y</sub></var>) with a particular <var
title="">height</var> such that the row group covers all the slots
with coordinates (<var title="">x</var>, <var title="">y</var>)
- where <span>0 ≤ <var
+ where <span title="">0 ≤ <var
title="">x</var> < <var title="">x<sub
title="">width</sub></var></span> and <span title=""><var
title="">group<sub title="">y</sub></var> ≤ <var
@@ -32126,7 +32126,7 @@
title="">x</sub></var> ≤ <var
title="">x</var> < <var title="">group<sub
title="">x</sub></var>+<var title="">width</var></span> and
- <span>0 ≤ <var title="">y</var> < <var
+ <span title="">0 ≤ <var title="">y</var> < <var
title="">y<sub title="">height</sub></var></span>. Column groups
correspond to <code>colgroup</code> elements. Not every column is
necessarily in a column group.</p>
More information about the Commit-Watchers
mailing list