Skip to content

Commit ca206e1

Browse files
committed
[css2] Some issues from the issues list processed.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402193
1 parent 334a1a9 commit ca206e1

5 files changed

Lines changed: 70 additions & 23 deletions

File tree

css2/cover.src

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ page.</a></p>
144144

145145
<p>For this specification to exit the CR stage, the following
146146
conditions must be met:</p>
147-
<ol>
147+
<ol>
148148
<li>
149149
<p>There must be at least two interoperable implementations
150150
for every feature. For the purposes of this criterion,
@@ -189,16 +189,16 @@ conditions must be met:</p>
189189
errors to be caught.</p></li>
190190
<li><p>The CR period will be extended if implementations are slow to
191191
appear.</p></li>
192-
<li><p>Features that were not in CSS1 will be dropped (thus reducing
193-
the list of "all"
194-
features mentioned above) if two or more interoperable
195-
implementations of those features are not found by the end of the CR
196-
period.</p></li>
192+
<li><p>Features that were not in CSS1 will be dropped (thus reducing the
193+
list of "all" features mentioned above) if two or more
194+
interoperable implementations of those features are not found by
195+
the end of the CR period.</p></li>
197196
<li><p>Features will also be dropped if sufficient and adequate
198197
tests (by judgment of the working group) have not been produced for
199198
those features by the end of the CR period.</p></li>
200199
</ol>
201200

201+
202202
<!--NewPage--><!-- this is for html2ps -->
203203
<div class="toc">
204204
<h2><a name="minitoc">Quick Table of Contents</a></h2>

css2/selector.src

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.0 Transitional//EN'>
22
<html lang="en">
3-
<!-- $Id: selector.src,v 2.80 2003-11-06 23:34:42 bbos Exp $ -->
3+
<!-- $Id: selector.src,v 2.81 2003-12-01 16:11:33 bbos Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<title>Selectors</title>
@@ -685,12 +685,6 @@ applied simultaneously to the same element. In case of conflicting
685685
rules, the normal <a href="cascade.html#cascading-order">cascading
686686
order</A> determines the outcome.
687687

688-
<p><a href="conform.html#conformance">Conforming HTML user agents</a>
689-
may <span class="index-inst" title="ignore"><a
690-
href="syndata.html#ignore">ignore</a></span> all rules with :first-line or
691-
:first-letter in the selector, or, alternatively, may only support a
692-
subset of the properties on these pseudo-elements.</P>
693-
694688
<h2>Pseudo-classes</h2>
695689

696690
<h3><a name="first-child">:first-child</a> pseudo-class</h3>

css2/syndata.src

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
22
"http://www.w3.org/TR/1998/REC-html40-19980424/loose.dtd">
33
<html lang="en">
4-
<!-- $Id: syndata.src,v 2.89 2003-11-06 23:34:42 bbos Exp $ -->
4+
<!-- $Id: syndata.src,v 2.90 2003-12-01 16:11:33 bbos Exp $ -->
55
<head>
66
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
77
<title>Syntax and basic data types</title>
@@ -1191,8 +1191,7 @@ at-rule.</li>
11911191
<li>Mechanisms of the language of the
11921192
referencing document (e.g., in HTML, the "charset"
11931193
attribute of the LINK element).</li>
1194-
<li><ins cite="http://www.damowmow.com/temp/csswg/css21/issues"
1195-
title="issue 44">UA-dependent mechanisms</ins></li>
1194+
<li>UA-dependent mechanisms</li>
11961195
</ol>
11971196

11981197
<p><ins cite="http://www.damowmow.com/temp/csswg/css21/issues"

css2/tables.src

Lines changed: 56 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22
<html lang="en">
3-
<!-- $Id: tables.src,v 2.68 2003-08-20 16:44:50 bbos Exp $ -->
3+
<!-- $Id: tables.src,v 2.69 2003-12-01 16:11:33 bbos Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
66
<title>Tables</title>
@@ -1118,6 +1118,10 @@ specified this way.
11181118
agents must find a consistent rule for rounding off in the case of an
11191119
odd number of discrete units (screen pixels, printer dots).</p>
11201120

1121+
1122+
<del
1123+
cite="http://lists.w3.org/Archives/Member/w3c-css-wg/2003OctDec/0141.html">
1124+
11211125
<p>The diagram below shows how the width of the table, the widths of
11221126
the borders, the padding, and the cell width interact. Their relation
11231127
is given by the following equation, which holds for every row of the
@@ -1144,7 +1148,57 @@ to the left (resp., right) padding of cell <var>i</var>.</p>
11441148

11451149
<p>The half of the border that goes into the margin is taken into
11461150
account when determining if the table overflows some ancestor (see
1147-
<span class="propinst-overflow">'overflow'</span>).
1151+
<span class="propinst-overflow">'overflow'</span>).</p>
1152+
1153+
</del>
1154+
1155+
1156+
<ins>
1157+
1158+
<p>The diagram below shows how the width of the table, the widths of
1159+
the borders, the padding, and the cell width interact. Their relation
1160+
is given by the following equation, which holds for every row of the
1161+
table:</p>
1162+
1163+
<blockquote>
1164+
<p><var>row-width</var> = (0.5 * <var>border-width</var><sub>0</sub>)
1165+
+ <var>padding-left</var><sub><var>1</sub> +
1166+
<var>width</var><sub>1</sub> + <var>padding-right</var><sub>1</sub> +
1167+
<var>border-width</var><sub>1</sub> +
1168+
<var>padding-left</var><sub>2</sub> +...+
1169+
<var>padding-right</var><sub><var>n</var></sub> + (0.5 *
1170+
<var>border-width</var><sub><var>n</var></sub>)</p>
1171+
</blockquote>
1172+
1173+
<p>Here <var>n</var> is the number of cells in the row,
1174+
<var>padding-left</var><sub><var>i</var></sub> and
1175+
<var>padding-right</var><sub><var>i</var></sub> refer to the left
1176+
(resp., right) padding of cell <var>i</var>, and
1177+
<var>border-width</var><sub><var>i</var></sub> refers to the border
1178+
between cells <var>i</var> and <var>i</var> + 1.</p>
1179+
1180+
<p>UAs must compute an initial left and right border width for the
1181+
table by examining the first and last cells in the first row of the
1182+
table. The left border width of the table is half of the first cell's
1183+
collapsed left border, and the right border width of the table is half
1184+
of the last cell's collapsed right border. If subsequent rows have
1185+
larger collapsed left and right borders, then any excess spills into
1186+
the margin area of the table.</p>
1187+
1188+
<p>The top border width of the table is computed by examining all
1189+
cells who collapse their top borders with the top border of the table.
1190+
The top border width of the table is equal to half of the maximum
1191+
collapsed top border. The bottom border width is computed by examining
1192+
all cells whose bottom borders collapse with the bottom of the table.
1193+
The bottom border width is equal to half of the maximum collapsed
1194+
bottom border.</p>
1195+
1196+
<p>Any borders that spill into the margin are taken into account when
1197+
determining if the table overflows some ancestor (see <span
1198+
class="propinst-overflow">'overflow'</span>).</p>
1199+
1200+
</ins>
1201+
11481202

11491203
<div class="figure">
11501204
<p><img src="images/tbl-width.png" alt="Schema showing the widths of

css2/visudet.src

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22
<html lang="en">
3-
<!-- $Id: visudet.src,v 2.84 2003-11-06 23:34:42 bbos Exp $ -->
3+
<!-- $Id: visudet.src,v 2.85 2003-12-01 16:11:33 bbos Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<title>Visual formatting model details</title>
@@ -757,7 +757,7 @@ class="propinst-height">'height'</span> is:
757757
(intrinsic height) * ( (used width) / (intrinsic width) )
758758
</pre>
759759

760-
<h3>Block-level and 'inline-block', non-replaced elements in normal
760+
<h3>Block-level non-replaced elements in normal
761761
flow when 'overflow' computes to 'visible'</h3>
762762

763763
<p>If <span
@@ -902,9 +902,9 @@ value.
902902

903903

904904

905-
<h3>Floating, non-replaced elements or block-level and 'inline-block'
906-
non-replaced elements in normal flow when 'overflow' does not compute
907-
to 'visible'</h3>
905+
<h3>Block-level, non-replaced elements in normal flow when 'overflow'
906+
does not compute to 'visible'; 'inline-block', non-replaced elements;
907+
and floating, non-replaced elements</h3>
908908

909909
<p>If <span class="propinst-margin-top">'margin-top'</span>, or <span
910910
class="propinst-margin-bottom">'margin-bottom'</span> are 'auto',

0 commit comments

Comments
 (0)