Skip to content

Commit 5cefe43

Browse files
committed
[css2] Issues 65, 66, and two small errors
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402209
1 parent 300e3e6 commit 5cefe43

4 files changed

Lines changed: 18 additions & 21 deletions

File tree

css2/Makefile

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
# Makefile to generate the CSS2 document based on its "source files"
22
# Arnaud Le Hors - lehors@w3.org
3-
# $Id: Makefile,v 2.82 2004-02-02 14:52:02 bbos Exp $
3+
# $Id: Makefile,v 2.83 2004-02-16 18:33:43 bbos Exp $
44

55
# what needs to be set for every new release:
66
# Note use of full year (1998) in identifier.
7-
THE_YEAR = 2003
8-
THE_MONTH = 09
9-
THE_MONTHNAME = September
10-
THE_DAY = 15
11-
THE_STATUS = WD
12-
THE_STATUSNAME = Working Draft
7+
THE_YEAR = 2004
8+
THE_MONTH = 02
9+
THE_MONTHNAME = February
10+
THE_DAY = 23
11+
THE_STATUS = CR
12+
THE_STATUSNAME = Candidate Recommendation
1313

1414
PREV_YEAR = 2003
15-
PREV_MONTH = 01
16-
PREV_DAY = 28
15+
PREV_MONTH = 09
16+
PREV_DAY = 15
1717
PREV_STATUS = WD
1818

1919
PERMANENT_NAME = CSS21

css2/box.src

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
'http://www.w3.org/TR/html4/strict.dtd'>
33

44
<html lang="en">
5-
<!-- $Id: box.src,v 1.54 2004-02-09 21:47:46 bbos Exp $ -->
5+
<!-- $Id: box.src,v 1.55 2004-02-16 18:33:43 bbos Exp $ -->
66
<HEAD>
77
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
88
<TITLE>Box model</TITLE>
@@ -147,7 +147,7 @@ and padding relate."></p>
147147
calculated top-down; the <a href="visuren.html#containing-block">containing
148148
block</a> for each LI box is established by the UL element.
149149

150-
<li>The height of each LI box is given by its <a
150+
<li>The margin edge height of each LI box depends on its <a
151151
href="#content-height">content height</a>, plus top and bottom
152152
padding, borders, and margins. Note that vertical margins between the
153153
LI boxes <a href="#collapsing-margins">collapse.</a>
@@ -177,8 +177,7 @@ class="propinst-margin">'margin'</span> shorthand property sets the
177177
margin for all four sides while the other margin properties only set
178178
their respective side. These properties apply to all elements, but
179179
vertical margins will not have any effect on non-replaced inline
180-
elements. <a href="conform.html#conformance">Conforming HTML user
181-
agents</a> may ignore the margin properties on the HTML element.
180+
elements.
182181

183182
<P>The properties defined in this section refer to the <span
184183
class="index-def" title="&lt;margin-width&gt;::definition of"><a
@@ -465,9 +464,7 @@ font in use.
465464

466465
<P>The border properties specify the width, color, and style of the <a
467466
href="#box-border-area">border area</a> of a box. These properties
468-
apply to all elements. <a href="conform.html#conformance">Conforming
469-
HTML user agents</a> may ignore the border properties on the HTML
470-
element.
467+
apply to all elements.
471468

472469

473470
<div class="note"><P>
@@ -681,8 +678,8 @@ will be visible unless the border style is set.
681678

682679
<H3><A name="border-shorthand-properties">Border shorthand properties</a>:
683680
<span class="propinst-border-top">'border-top'</span>,
684-
<span class="propinst-border-bottom">'border-bottom'</span>,
685681
<span class="propinst-border-right">'border-right'</span>,
682+
<span class="propinst-border-bottom">'border-bottom'</span>,
686683
<span class="propinst-border-left">'border-left'</span>, and
687684
<span class="propinst-border">'border'</span></h3>
688685

css2/colors.src

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22
<html lang="en">
3-
<!-- $Id: colors.src,v 2.38 2004-02-09 17:24:09 bbos Exp $ -->
3+
<!-- $Id: colors.src,v 2.39 2004-02-16 18:33:43 bbos Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<title>Colors and backgrounds</title>
77
<meta name="editor" lang="tr" content="Tantek &Ccedil;elik">
8-
<!-- Changed by: Tantek Celik, 2004-02-05 -->
8+
<!-- Changed by: Tantek Celik, 2004-02-13 -->
99
<style type="text/css">
1010
.current,.proposed,span.delcurrent { background:#feb }
1111
ins.proposed,span.insproposed,p.insproposed { background:#bfb }
@@ -202,7 +202,7 @@ move with the element, and a 'scroll' background doesn't move with
202202
the scrolling mechanism.</p>
203203

204204
<p>Even if the image is fixed, it is still only visible when it is in
205-
the background, padding or border area of the element. Thus, unless
205+
the content, padding or border area of the element. Thus, unless
206206
the image is tiled ('background-repeat: repeat'), it may be invisible.
207207
</p>
208208
<div class="example"><p>This example creates an infinite vertical band

css2/properties/properties.db

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ table-cell | table-caption | none | inherit;;
571571
/* text-align;;
572572
left | right | center | justify | inherit;;
573573
'left' if 'direction' is 'ltr'; 'right' if 'direction' is 'rtl';;
574-
block-level elements and table cells;;
574+
block-level elements, table cells and inline blocks;;
575575
yes;;
576576
N/A;;
577577
visual;;

0 commit comments

Comments
 (0)