Skip to content

Commit adf174c

Browse files
committed
[css2] Final (hopefully) issues
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402215
1 parent e20e6b4 commit adf174c

5 files changed

Lines changed: 20 additions & 13 deletions

File tree

css2/box.src

Lines changed: 6 additions & 2 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.55 2004-02-16 18:33:43 bbos Exp $ -->
5+
<!-- $Id: box.src,v 1.56 2004-02-17 21:40:55 bbos Exp $ -->
66
<HEAD>
77
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
88
<TITLE>Box model</TITLE>
@@ -47,7 +47,11 @@ and margin) is called an "edge", so each box has four edges:</P>
4747
<dt><span class="index-def"
4848
title="content edge"><a name="content-edge"><strong>content edge</strong></a></span>
4949
or <span class="index-def" title="inner edge"><a name="inner-edge"><strong>inner edge</strong></a></span>
50-
<dd>The content edge surrounds the element's <a href="conform.html#rendered-content">rendered content</a>.
50+
<dd>The content edge surrounds the rectangle given by the <a
51+
href="visudet.html#Computing_widths_and_margins">width</a> and <a
52+
href="visudet.html#Computing_heights_and_margins">height</a>
53+
of the box, which often depend on the element's <a
54+
href="conform.html#rendered-content">rendered content</a>.
5155
<dt><span class="index-def" title="padding edge"><a name="padding-edge"><strong>padding edge</strong></a></span>
5256
<dd>The padding edge surrounds the box padding. If the padding
5357
has 0 width, the padding edge is the same as the content edge.

css2/changes.src

Lines changed: 3 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: changes.src,v 2.42 2003-08-27 17:25:33 bbos Exp $ -->
3+
<!-- $Id: changes.src,v 2.43 2004-02-17 21:40:55 bbos Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Changes</TITLE>
@@ -182,7 +182,8 @@ sheets</a></h3>
182182
<p>Chapter 19 on aural style sheets has become appendix A and is not
183183
normative in CSS&nbsp;2.1. Related units (deg, grad, rad, ms, s, Hz,
184184
kHz) are also moved to this appendix, as is the 'speak-header'
185-
property from the "tables" chapter.
185+
property from the "tables" chapter. The 'aural' media type is deprecated.
186+
(A new 'speech' media type is expected in CSS3.)
186187

187188
<h3 id="other">Other</h3>
188189

css2/conform.src

Lines changed: 3 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: conform.src,v 2.57 2004-02-14 00:59:12 bbos Exp $ -->
3+
<!-- $Id: conform.src,v 2.58 2004-02-17 21:40:55 bbos Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Conformance: requirements and recommendations</TITLE>
@@ -75,7 +75,8 @@ encoded in some language that represents the document as a tree of <a
7575
href="#element">elements</a>. Each element consists of a name that
7676
identifies the type of element, optionally a number of <a
7777
href="#attribute">attributes</a>, and a (possibly empty) <a
78-
href="#content">content</a>.</dd>
78+
href="#content">content</a>. For example, the source document could be
79+
an XML or SGML instance.</dd>
7980

8081
<dt><strong><span class="index-def" title="document language"><a
8182
name="doclanguage">Document language</a></span></strong>

css2/media.src

Lines changed: 5 additions & 4 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: media.src,v 2.32 2004-02-14 00:59:12 bbos Exp $ -->
3+
<!-- $Id: media.src,v 2.33 2004-02-17 21:40:55 bbos Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Media types</TITLE>
@@ -152,9 +152,9 @@ information about formatting issues that are specific to paged media.
152152
<dd>Intended primarily for color computer screens.
153153

154154
<dt><strong>speech</strong>
155-
<dd>Intended for speech synthesizers. Note: CSS2 had a similar media type called 'aural' for this purpose. See the
156-
appendix on <a href="./aural.html">aural style sheets</a> for details.
157-
</dd>
155+
<dd>Intended for speech synthesizers. Note: CSS2 had a similar media type
156+
called 'aural' for this purpose. See the appendix on
157+
<a href="./aural.html">aural style sheets</a> for details.
158158

159159
<dt><strong>tty</strong>
160160
<dd>Intended for media using a fixed-pitch character grid (such as
@@ -265,6 +265,7 @@ align="center">both<TD align="center">both</TR>
265265
<TR><TH>print<TD align="center">paged<TD align="center">visual<TD
266266
align="center">bitmap<TD align="center">static</TR>
267267
<TR><TH>projection<TD align="center">paged<TD align="center">visual<TD align="center">bitmap<TD align="center">interactive</TR>
268+
<TR><TH>reader<TD align="center">continuous<TD align="center">visual, audio, speech, tactile<TD align="center">both<TD align="center">interactive</TR>
268269
<TR><TH>screen<TD align="center">continuous<TD align="center">visual, audio<TD align="center">bitmap<TD align="center">both</TR>
269270
<TR><TH>speech<TD align="center">continuous<TD align="center">speech<TD align="center">N/A<TD align="center">both</TR>
270271
<TR><TH>tty<TD align="center">continuous<TD align="center">visual<TD align="center">grid<TD align="center">both</TR>

css2/properties/properties.db

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -601,8 +601,8 @@ table-cell | table-caption | none | inherit;;
601601

602602
/* list-style-type;;
603603
disc | circle | square | decimal | decimal-leading-zero |
604-
lower-roman | upper-roman |
605-
lower-latin | upper-latin |
604+
lower-roman | upper-roman | lower-greek |
605+
lower-latin | upper-latin | armenian | georgian |
606606
none | inherit;;
607607
disc;;
608608
elements with 'display: list-item';;
@@ -940,7 +940,7 @@ leftwards | rightwards | inherit;;
940940
*/
941941

942942
/* content;;
943-
normal | [ <string> | <counter> | attr(<identifier>) | open-quote | close-quote | no-open-quote | no-close-quote ]+ | inherit;;
943+
normal | [ <string> | <uri> | <counter> | attr(<identifier>) | open-quote | close-quote | no-open-quote | no-close-quote ]+ | inherit;;
944944
normal;;
945945
:before and :after pseudo-elements;;
946946
no;;

0 commit comments

Comments
 (0)