Skip to content

Commit 9c73a4a

Browse files
committed
[css2] changes agreed to in 2007-07-10 telecon, see minutes / http://www.w3.org/2007/07/10-css-irc
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402749
1 parent 8f7f89f commit 9c73a4a

6 files changed

Lines changed: 21 additions & 9 deletions

File tree

css2/box.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,7 @@ <H3>8.5.3 <A name="border-style-properties">Border style</a>:
803803

804804
<dl>
805805
<dt><strong><span class="index-def" title="'none'::as border style"><a name="value-def-bo-none" class="value-def">none</a></span></strong>
806-
<dd>No border; the border width is zero.
806+
<dd>No border; the computed border width is zero.
807807
<dt><strong><span class="index-def" title="'hidden'"><a name="value-def-hidden" class="value-def">hidden</a></span></strong>
808808
<dd>Same as 'none', except in terms of <a
809809
href="tables.html#border-conflict-resolution">border conflict

css2/box.src

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html PUBLIC '-//W3C//DTD HTML 4.01//EN'>
22

33
<html lang="en">
4-
<!-- $Id: box.src,v 1.67 2007-06-22 17:42:37 fantasai Exp $ -->
4+
<!-- $Id: box.src,v 1.68 2007-07-10 17:03:50 fantasai Exp $ -->
55
<HEAD>
66
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
77
<TITLE>Box model</TITLE>
@@ -626,7 +626,7 @@ value type, which may take one of the following values:</p>
626626

627627
<dl>
628628
<dt><strong><span class="index-def" title="'none'::as border style"><a name="value-def-bo-none" class="value-def">none</a></span></strong>
629-
<dd>No border; the border width is zero.
629+
<dd>No border; the computed border width is zero.
630630
<dt><strong><span class="index-def" title="'hidden'"><a name="value-def-hidden" class="value-def">hidden</a></span></strong>
631631
<dd>Same as 'none', except in terms of <a
632632
href="tables.html#border-conflict-resolution">border conflict

css2/page.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,11 @@ <h3><a name="q6">13.2.2 Page selectors: selecting left, right, and first pages</
208208
</PRE>
209209
</div>
210210

211+
<p>If different declarations have been given for left and right pages,
212+
the user agent must honor these declarations even if the user agent
213+
does not transfer the page boxes to left and right sheets (e.g., a
214+
printer that only prints single-sided).
215+
211216
<P>Authors may also specify style for the first page of a document
212217
with the <a name="x10"><span class="index-def"
213218
title=":first|pseudo-class:::first">:first</span></a> pseudo-class:

css2/page.src

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
3-
<!-- $Id: page.src,v 2.49 2007-03-07 00:42:33 howcome Exp $ -->
3+
<!-- $Id: page.src,v 2.50 2007-07-10 17:03:50 fantasai Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Paged media</TITLE>
@@ -165,6 +165,11 @@ pseudo-class.
165165
</PRE>
166166
</div>
167167

168+
<p>If different declarations have been given for left and right pages,
169+
the user agent must honor these declarations even if the user agent
170+
does not transfer the page boxes to left and right sheets (e.g., a
171+
printer that only prints single-sided).
172+
168173
<P>Authors may also specify style for the first page of a document
169174
with the <span class="index-def"
170175
title=":first|pseudo-class:::first">:first</span> pseudo-class:

css2/tables.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -515,8 +515,9 @@ <h2 id=model><a name="q5">17.4 Tables in the visual formatting model</a></h2>
515515
that the table box (not the anonymous box) is used when doing baseline
516516
vertical alignment for an 'inline-table'. The width of the anonymous
517517
box is the border-edge width of the table box inside it, as described
518-
by section 17.5.2. Percentages on 'width' on the table are relative to
519-
the anonymous box's containing block, not the anonymous box itself.
518+
by section 17.5.2. Percentages on 'width' and 'height' on the table are
519+
relative to the anonymous box's containing block, not the anonymous box
520+
itself.
520521

521522
<p>The computed values of properties 'position', 'float', 'margin-*',
522523
'top', 'right', 'bottom', and 'left' on the table box are used on the

css2/tables.src

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
3-
<!-- $Id: tables.src,v 2.99 2007-06-05 18:57:12 fantasai Exp $ -->
3+
<!-- $Id: tables.src,v 2.100 2007-07-10 17:03:50 fantasai Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
66
<title>Tables</title>
@@ -459,8 +459,9 @@ block is never considered as a block for 'run-in' interaction, and
459459
that the table box (not the anonymous box) is used when doing baseline
460460
vertical alignment for an 'inline-table'. The width of the anonymous
461461
box is the border-edge width of the table box inside it, as described
462-
by section 17.5.2. Percentages on 'width' on the table are relative to
463-
the anonymous box's containing block, not the anonymous box itself.
462+
by section 17.5.2. Percentages on 'width' and 'height' on the table are
463+
relative to the anonymous box's containing block, not the anonymous box
464+
itself.
464465

465466
<p>The computed values of properties 'position', 'float', 'margin-*',
466467
'top', 'right', 'bottom', and 'left' on the table box are used on the

0 commit comments

Comments
 (0)