html5/spec Overview.html,1.3160,1.3161

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv30246

Modified Files:
	Overview.html 
Log Message:
Editorial fixes: more mis-xreffing (whatwg r3999)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3160
retrieving revision 1.3161
diff -u -d -r1.3160 -r1.3161
--- Overview.html	24 Sep 2009 23:28:22 -0000	1.3160
+++ Overview.html	24 Sep 2009 23:29:59 -0000	1.3161
@@ -25782,8 +25782,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&nbsp;&le;&nbsp;<var title="">x</var>&nbsp;&lt;&nbsp;<var title="">x<sub title="">width</sub></var></span>, and the <var title="">y</var>
-  coordinates are always in the range <span>0&nbsp;&le;&nbsp;<var title="">y</var>&nbsp;&lt;&nbsp;<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&nbsp;&le;&nbsp;<var title="">x</var>&nbsp;&lt;&nbsp;<var title="">x<sub title="">width</sub></var></span>, and the <var title="">y</var>
+  coordinates are always in the range <span title="">0&nbsp;&le;&nbsp;<var title="">y</var>&nbsp;&lt;&nbsp;<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
@@ -25810,7 +25810,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&nbsp;&le;&nbsp;<var title="">x</var>&nbsp;&lt;&nbsp;<var title="">x<sub title="">width</sub></var></span> and <span title=""><var title="">group<sub title="">y</sub></var>&nbsp;&le;&nbsp;<var title="">y</var>&nbsp;&lt;&nbsp;<var title="">group<sub title="">y</sub></var>+<var title="">height</var></span>. Row groups
+  where <span title="">0&nbsp;&le;&nbsp;<var title="">x</var>&nbsp;&lt;&nbsp;<var title="">x<sub title="">width</sub></var></span> and <span title=""><var title="">group<sub title="">y</sub></var>&nbsp;&le;&nbsp;<var title="">y</var>&nbsp;&lt;&nbsp;<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>
@@ -25820,7 +25820,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>&nbsp;&le;&nbsp;<var title="">x</var>&nbsp;&lt;&nbsp;<var title="">group<sub title="">x</sub></var>+<var title="">width</var></span> and
-  <span>0&nbsp;&le;&nbsp;<var title="">y</var>&nbsp;&lt;&nbsp;<var title="">y<sub title="">height</sub></var></span>. Column groups
+  <span title="">0&nbsp;&le;&nbsp;<var title="">y</var>&nbsp;&lt;&nbsp;<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>
 

Received on Thursday, 24 September 2009 23:30:12 UTC