Skip to content

Commit 462bb70

Browse files
committed
[css2] Generated. Do not edit!
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402705
1 parent a215351 commit 462bb70

57 files changed

Lines changed: 281 additions & 245 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

css2/css2.html

Lines changed: 28 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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">
@@ -21,12 +21,12 @@
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&hellip;
126+
127+
<!--
128+
123129
<p><em>This section describes the status of this document at the time
124130
of its publication. Other documents may supersede this document. A
125131
list of current W3C publications and the latest revision of this
@@ -134,7 +140,7 @@ <h2 id=status>Status of this document</h2>
134140
href="http://www.w3.org/Mail/Request">instructions</a>) is preferred
135141
for discussion of this specification. When sending e-mail, please put
136142
the text &#8220;[CSS21]&#8221; in the subject, preferably like
137-
this: &#8220;[<!---->CSS21<!---->] <em>&hellip;summary of
143+
this: &#8220;[CSS21] <em>&hellip;summary of
138144
comment&hellip;</em>&#8221;</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
160166
before 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
&lt;/table&gt;
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
1595415967
HTML table's rendering is explicitly undefined by HTML, and CSS
1595515968
doesn't try to define it. User agents are free to render it, e.g., as
1595615969
in the figure on the left.
1595715970

1595815971
<div class="figure">
1595915972
<p><img src="images/table-overlap.png" alt="One table with overlapping
1596015973
cells and one without"><SPAN class="dlink">&nbsp;&nbsp;&nbsp;<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

css2/diffs-rec/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
77
<TITLE>About the <del>CSS2</del><ins>CSS&nbsp;2.1</ins> Specification</TITLE>
88
<link rel="stylesheet" href="style/default.css" type="text/css">
9-
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD.css" type="text/css">
9+
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-CR.css" type="text/css">
1010
<link rel="prev" href="cover.html">
1111
<link rel="next" href="intro.html">
1212
<link rel="contents" href="cover.html#minitoc">

css2/diffs-rec/aural.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
77
<TITLE>Aural style sheets</TITLE>
88
<link rel="stylesheet" href="style/default.css" type="text/css">
9-
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD.css" type="text/css">
9+
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-CR.css" type="text/css">
1010
<link rel="prev" href="ui.html">
1111
<link rel="next" href="refs.html">
1212
<link rel="contents" href="cover.html#minitoc">

css2/diffs-rec/box.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
77
<TITLE>Box model</TITLE>
88
<link rel="stylesheet" href="style/default.css" type="text/css">
9-
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD.css" type="text/css">
9+
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-CR.css" type="text/css">
1010
<link rel="prev" href="media.html">
1111
<link rel="next" href="visuren.html">
1212
<link rel="contents" href="cover.html#minitoc">

css2/diffs-rec/cascade.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Assigning property values, Cascading, and Inheritance</TITLE>
77
<link rel="stylesheet" href="style/default.css" type="text/css">
8-
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD.css" type="text/css">
8+
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-CR.css" type="text/css">
99
<link rel="prev" href="selector.html">
1010
<link rel="next" href="media.html">
1111
<link rel="contents" href="cover.html#minitoc">

css2/diffs-rec/changes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE> <del>Appendix</del> <del>B:</del>Changes</TITLE>
77
<link rel="stylesheet" href="style/default.css" type="text/css">
8-
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD.css" type="text/css">
8+
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-CR.css" type="text/css">
99
<link rel="prev" href="refs.html">
1010
<link rel="next" href="sample.html">
1111
<link rel="contents" href="cover.html#minitoc">

css2/diffs-rec/colors.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<title>Colors and backgrounds</title>
77
<link rel="stylesheet" href="style/default.css" type="text/css">
8-
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD.css" type="text/css">
8+
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-CR.css" type="text/css">
99
<link rel="prev" href="page.html">
1010
<link rel="next" href="fonts.html">
1111
<link rel="contents" href="cover.html#minitoc">

css2/diffs-rec/conform.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Conformance: requirements and recommendations</TITLE>
77
<link rel="stylesheet" href="style/default.css" type="text/css">
8-
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD.css" type="text/css">
8+
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-CR.css" type="text/css">
99
<link rel="prev" href="intro.html">
1010
<link rel="next" href="syndata.html">
1111
<link rel="contents" href="cover.html#minitoc">

0 commit comments

Comments
 (0)