- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 24 Sep 2009 23:33:14 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv30780
Modified Files:
Overview.html
Log Message:
Editorial fixes: more mis-xreffing. Will it never end? (whatwg r4000)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3161
retrieving revision 1.3162
diff -u -d -r1.3161 -r1.3162
--- Overview.html 24 Sep 2009 23:29:59 -0000 1.3161
+++ Overview.html 24 Sep 2009 23:33:10 -0000 1.3162
@@ -25999,7 +25999,7 @@
<li>
<p>Let all the last <a href="#concept-column" title="concept-column">columns</a> in <var title="">the
- table</var> from <span>x=<var title="">x<sub title="">start</sub></var></span> to <span>x=<var title="">x<sub title="">width</sub></var>-1</span> form a
+ table</var> from <span title="">x=<var title="">x<sub title="">start</sub></var></span> to <span title="">x=<var title="">x<sub title="">width</sub></var>-1</span> form a
new <a href="#concept-column-group" title="concept-column-group">column group</a>,
anchored at the slot (<var title="">x<sub title="">start</sub></var>, 0), with width <span title=""><var title="">x<sub title="">width</sub></var>-<var title="">x<sub title="">start</sub></var></span>,
corresponding to the <code><a href="#the-colgroup-element">colgroup</a></code> element.</p>
@@ -26167,7 +26167,7 @@
<li>
<p>If there exists a <a href="#concept-row" title="concept-row">row</a> or <a href="#concept-column" title="concept-column">column</a> in the <a href="#concept-table" title="concept-table">table</a> <var title="">the table</var>
- containing only <span title="concept-slot">slots</span> that do
+ containing only <a href="#concept-slots" title="concept-slots">slots</a> that do
not have a <a href="#concept-cell" title="concept-cell">cell</a> anchored to
them, then this is a <a href="#table-model-error">table model error</a>.</p>
@@ -26203,8 +26203,8 @@
<!-- if we added any rows, make them part of a row group -->
<p>If <span title=""><var title="">y<sub title="">height</sub></var> > <var title="">y<sub title="">start</sub></var></span>, then let all the last <a href="#concept-row" title="concept-row">rows</a> in <var title="">the table</var>
- from <span>y=<var title="">y<sub title="">start</sub></var></span>
- to <span>y=<var title="">y<sub title="">height</sub></var>-1</span> form a new <a href="#concept-row-group" title="concept-row-group">row group</a>, anchored at the slot
+ from <span title="">y=<var title="">y<sub title="">start</sub></var></span>
+ to <span title="">y=<var title="">y<sub title="">height</sub></var>-1</span> form a new <a href="#concept-row-group" title="concept-row-group">row group</a>, anchored at the slot
with coordinate (0, <var title="">y<sub title="">start</sub></var>), with height <span title=""><var title="">y<sub title="">height</sub></var>-<var title="">y<sub title="">start</sub></var></span>, corresponding to the element
being processed.</p>
@@ -26503,8 +26503,8 @@
header cells</a>, with the <var title="">principal
cell</var>, the <var title="">header list</var>, the initial
coordinate (<var title="">principal<sub title="">x</sub></var>,<var title="">y</var>), and the
- increments <span>Δ<var title="">x</var>=−1</span>
- and <span>Δ<var title="">y</var>=0</span>.</p>
+ increments <span title="">Δ<var title="">x</var>=−1</span>
+ and <span title="">Δ<var title="">y</var>=0</span>.</p>
</li>
@@ -26517,7 +26517,7 @@
run the <a href="#internal-algorithm-for-scanning-and-assigning-header-cells">internal algorithm for scanning and assigning
header cells</a>, with the <var title="">principal
cell</var>, the <var title="">header list</var>, the initial
- coordinate (<var title="">x</var>,<var title="">principal<sub title="">y</sub></var>), and the increments <span>Δ<var title="">x</var>=0</span> and <span>Δ<var title="">y</var>=−1</span>.</p>
+ coordinate (<var title="">x</var>,<var title="">principal<sub title="">y</sub></var>), and the increments <span title="">Δ<var title="">x</var>=0</span> and <span title="">Δ<var title="">y</var>=−1</span>.</p>
</li>
Received on Thursday, 24 September 2009 23:33:25 UTC