Skip to content

Commit 66ce6b8

Browse files
committed
[css2] Edited for issues 131 135 137a 139a 145a
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402201
1 parent 35f89b2 commit 66ce6b8

4 files changed

Lines changed: 17 additions & 20 deletions

File tree

css2/box.src

Lines changed: 2 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.51 2004-01-12 19:09:23 bbos Exp $ -->
5+
<!-- $Id: box.src,v 1.52 2004-01-27 09:38:50 bbos Exp $ -->
66
<HEAD>
77
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
88
<TITLE>Box model</TITLE>
@@ -756,7 +756,7 @@ relevant.
756756
</div>
757757

758758

759-
<h2>The box model for inline elements in bidi context</h2>
759+
<h2>The box model for inline elements in bidirection context</h2>
760760

761761
<p>For each line box, UAs must take the inline boxes generated for
762762
each element and render the margins, borders and padding in visual

css2/refs.src

Lines changed: 8 additions & 15 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: refs.src,v 2.24 2003-12-12 18:11:36 bbos Exp $ -->
3+
<!-- $Id: refs.src,v 2.25 2004-01-27 09:38:50 bbos Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Bibliography</TITLE>
@@ -133,17 +133,11 @@ http://www.hpl.hp.com/personal/Michael_Stokes/, then make
133133
it a W3C Note -IJ -->
134134

135135
<dt><strong><a name="ref-UNICODE" class="normref">[UNICODE]</a></strong>
136-
<dd>"The Unicode Standard: Version 2.0", The Unicode Consortium,
137-
Addison-Wesley Developers Press, 1996.
138-
For bidirectionality, see also the corrigenda at
139-
<a href="http://www.unicode.org/unicode/uni2errata/bidi.htm">
140-
http://www.unicode.org/unicode/uni2errata/bidi.htm</a>.
141-
For more information, consult the Unicode Consortium's home page at
142-
<a href="http://www.unicode.org/">http://www.unicode.org/</a>.
143-
144-
<dd>The latest version of Unicode. For more information, consult the
145-
Unicode Consortium's home page at <a
146-
href="http://www.unicode.org/">http://www.unicode.org/.</a>
136+
<dd>The Unicode Consortium. The Unicode Standard, Version 4.0.0,
137+
defined by: The Unicode Standard, Version 4.0 (Boston, MA,
138+
Addison-Wesley, 2003. ISBN 0-321-18578-1)<br> Available at <a
139+
href="http://www.unicode.org/versions/Unicode4.0.0/">
140+
http://www.unicode.org/versions/Unicode4.0.0/</a>
147141

148142
<DT><STRONG><A name="ref-URI" class="normref">[URI]</A></STRONG></DT>
149143

@@ -168,11 +162,10 @@ Report, Murray Hill, 1975.
168162
<dl>
169163

170164
<DT><STRONG><A name="ref-CHARSETS" class="informref">[CHARSETS]</A></STRONG></DT>
171-
172165
<DD>Registered charset values. Download a list of registered
173166
charset values from <A
174-
href="ftp://ftp.isi.edu/in-notes/iana/assignments/character-sets">
175-
ftp://ftp.isi.edu/in-notes/iana/assignments/character-sets</A>. </DD>
167+
href="http://www.iana.org/assignments/character-sets">
168+
http://www.iana.org/assignments/character-sets</A>. </DD>
176169

177170
<dt><strong><a name="ref-CSS3SEL"
178171
class="informref">[CSS3SEL]</a></strong> <dd>"Selectors", D. Glazman,

css2/selector.src

Lines changed: 5 additions & 1 deletion
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.84 2004-01-19 16:58:43 bbos Exp $ -->
3+
<!-- $Id: selector.src,v 2.85 2004-01-27 09:38:50 bbos Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<title>Selectors</title>
@@ -576,6 +576,10 @@ selectors match an element instance based on its identifier. A CSS
576576
ID selector contains a "#" immediately followed by the ID
577577
value.</p>
578578

579+
<p class=note>Note that CSS does not specify how a UA knows the ID
580+
attribute of an element. The UA may, e.g., read a document's DTD, have
581+
the information hard-coded or ask the user.
582+
579583
<div class="example"><p>
580584
The following ID selector matches the H1 element whose ID
581585
attribute has the value "chapter1":</p>

css2/visudet.src

Lines changed: 2 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: visudet.src,v 2.89 2004-01-19 16:58:43 bbos Exp $ -->
3+
<!-- $Id: visudet.src,v 2.90 2004-01-27 09:38:50 bbos Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<title>Visual formatting model details</title>
@@ -95,7 +95,7 @@ width on each page and that there may be device-specific limits.
9595
following document:</p>
9696

9797
<pre class="html-example">
98-
&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"&gt;
98+
&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"&gt;
9999
&lt;HTML&gt;
100100
&lt;HEAD&gt;
101101
&lt;TITLE&gt;Illustration of containing blocks&lt;/TITLE&gt;

0 commit comments

Comments
 (0)