44
55<title>Cascading Style Sheets, level 2 revision 1</title>
66<link rel="stylesheet" href="style/default.css" type="text/css">
7- <link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD .css" type="text/css">
7+ <link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-CR .css" type="text/css">
88<link rel="next" href="about.html">
99<link rel="contents" href="cover.html#minitoc">
1010<link rel="CSS-properties" href="propidx.html" title="properties">
2121
2222 <h1 id="title">Cascading Style Sheets, level 2 revision 1<br>
2323 CSS 2.1 Specification</h1>
24- <h2 id="W3C-doctype">W3C Candidate Recommendation XX April 2007</h2>
24+ <h2 id="W3C-doctype">W3C CR editors draft XX May 2007</h2>
2525
2626 <dl>
2727 <dt>This version:
28- <dd><a href="http://www.w3.org/TR/2007/CR-CSS21-200704XX ">
29- http://www.w3.org/TR/2007/CR-CSS21-200704XX </a>
28+ <dd><a href="http://www.w3.org/TR/2007/CR-CSS21-200705XX ">
29+ http://www.w3.org/TR/2007/CR-CSS21-200705XX </a>
3030 <dt>Latest version:
3131 <dd><a href="http://www.w3.org/TR/CSS21">
3232 http://www.w3.org/TR/CSS21</a>
@@ -49,7 +49,7 @@ <h2 id="W3C-doctype">W3C Candidate Recommendation XX April 2007</h2>
4949 </dl>
5050
5151 <!--<p>Please refer to the <a
52- href="http://www.w3.org/Style/css2-updates/CR-CSS21-200704XX -errata.html"><strong>
52+ href="http://www.w3.org/Style/css2-updates/CR-CSS21-200705XX -errata.html"><strong>
5353 errata</strong></a> for this document, which may include some
5454 normative corrections.-->
5555
@@ -120,6 +120,12 @@ <h2 id=abstract>Abstract</h2>
120120
121121<h2 id=status>Status of this document</h2>
122122
123+ <p><em>Editor's draft.</em>
124+
125+ <p>Insert CR status section here…
126+
127+ <!--
128+
123129<p><em>This section describes the status of this document at the time
124130of its publication. Other documents may supersede this document. A
125131list of current W3C publications and the latest revision of this
@@ -134,7 +140,7 @@ <h2 id=status>Status of this document</h2>
134140href="http://www.w3.org/Mail/Request">instructions</a>) is preferred
135141for discussion of this specification. When sending e-mail, please put
136142the text “[CSS21]” in the subject, preferably like
137- this: “[<!----> CSS21<!----> ] <em>…summary of
143+ this: “[CSS21] <em>…summary of
138144comment…</em>”</p>
139145
140146<p>This document was produced by the <a
@@ -159,6 +165,7 @@ <h2 id=status>Status of this document</h2>
159165<p>A test suite and a report on implementations will be provided
160166before the document becomes a Proposed Recommendation.
161167
168+ -->
162169
163170
164171
@@ -15902,12 +15909,18 @@ <h2><a name="q7">17.5 Visual layout of table contents</a></h2>
1590215909 knowledge in CSS syntax.) Each cell is thus a rectangular box, one
1590315910 or more grid cells wide and high. The top row of this rectangle is
1590415911 in the row specified by the cell's parent. The rectangle must be as
15905- far to the left as possible, but it may not overlap with any other
15906- cell box, and must be to the right of all cells in the same row that
15907- are earlier in the source document. (This constraint holds if the
15908- 'direction' property of the table is 'ltr'; if the <a href="visuren.html#propdef-direction" class="noxref"><span
15909- class="propinst-direction">'direction'</span></a> is 'rtl', interchange
15910- "left" and "right" in the previous sentence.)
15912+ far to the left as possible, but the part of the cell in the first
15913+ column it occupies must not overlap with any other cell box (i.e., a
15914+ row-spanning cell starting in a prior row), and the cell must be to
15915+ the right of all cells in the same row that are earlier in the
15916+ source document. If this position would cause a column-spanning cell
15917+ to overlap a row-spanning cell from a prior row, CSS does not define
15918+ the results: implementations may either overlap the cells (as is
15919+ done in many HTML implementations) or may shift the later cell to
15920+ the right to avoid such overlap. (This constraint holds if the
15921+ 'direction' property of the table is 'ltr'; if the 'direction' is
15922+ 'rtl', interchange "left" and "right" in the previous two
15923+ sentences.)
1591115924
1591215925 <li>A cell box cannot extend beyond the last row box of a table or
1591315926 row-group; the user agents must shorten it until it fits.
@@ -15950,17 +15963,16 @@ <h2><a name="q7">17.5 Visual layout of table contents</a></h2>
1595015963</table>
1595115964</pre>
1595215965
15953- <p>The second is formatted as in the figure on the right . However, the
15966+ <p>The second is formatted as in the figure below . However, the
1595415967HTML table's rendering is explicitly undefined by HTML, and CSS
1595515968doesn't try to define it. User agents are free to render it, e.g., as
1595615969in the figure on the left.
1595715970
1595815971<div class="figure">
1595915972<p><img src="images/table-overlap.png" alt="One table with overlapping
1596015973cells and one without"><SPAN class="dlink"> <A name="img-table-overlap" href="images/longdesc/table-overlap-desc.html" title="Long description for example showing how structurally
15961- overlapping cells are rendered">[D]</A></SPAN> <p class="caption">On the left, one possible
15962- rendering of an erroneous HTML 4 table; on the right, the only
15963- possible formatting of a similar XHTML table.
15974+ overlapping cells are rendered">[D]</A></SPAN> <p class="caption">Two possible
15975+ renderings of an erroneous HTML table.
1596415976</div>
1596515977</div>
1596615978
0 commit comments