Skip to content

Commit dfd12d8

Browse files
committed
[css2] Minor typos
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40851
1 parent 36b0cd8 commit dfd12d8

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

css2/about.src

Lines changed: 4 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: about.src,v 2.1 1998-02-07 01:56:30 ijacobs Exp $ -->
3+
<!-- $Id: about.src,v 2.2 1998-02-10 22:24:28 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>About the CSS2 Specification</TITLE>
@@ -82,8 +82,8 @@ and attributes</H3>
8282
<li>CSS property, descriptor, and pseudo-class names are delimited
8383
by single quotes.
8484
<li>CSS values are delimited by single quotes.
85-
<li>Document language element names are in upper case letters.
86-
<li>Document language attribute names are in lower case letters
85+
<li>Document language element names are in uppercase letters.
86+
<li>Document language attribute names are in lowercase letters
8787
and delimited by double quotes.
8888
</ul>
8989

@@ -350,7 +350,7 @@ browsers to develop the sample style sheet in the appendix.
350350

351351
<P>Thanks to Jan K&auml;rrman, author of <a
352352
href="http://www.tdb.uu.se/~jan/html2ps.html">html2ps</a> for helping
353-
so much in creating the Postscript version of the specification.
353+
so much in creating the PostScript version of the specification.
354354

355355
<P>Through electronic and physical encounters, the following people
356356
have contributed to the development of CSS2: James Clark, Dan

css2/conform.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: conform.src,v 2.2 1998-02-09 23:13:38 ijacobs Exp $ -->
3+
<!-- $Id: conform.src,v 2.3 1998-02-10 22:24:31 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Conformance: requirements and recommendations</TITLE>
@@ -18,7 +18,7 @@ agents.
1818
"SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this
1919
document are to be interpreted as described in <a rel="biblioentry"
2020
href="./refs.html#ref-RFC2119" class="normref">[RFC2119]</a>. However, for
21-
readability, these words do not appear in all upper case letters in
21+
readability, these words do not appear in all uppercase letters in
2222
this specification.
2323

2424
<P>At times, the authors of this specification recommend good practice

css2/cover.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: cover.src,v 2.1 1998-02-04 18:33:31 ijacobs Exp $ -->
3+
<!-- $Id: cover.src,v 2.2 1998-02-10 22:24:33 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Cascading Style Sheets, Level 2</TITLE>
@@ -79,7 +79,7 @@ href="http://www.w3.org/TR/">http://www.w3.org/TR/</a>&gt;.
7979
<dd><a href="css20.tgz">_THIS_VERSION_/css20.tgz</a>,
8080
<dt>HTML as a zip file (this is a '.zip' file not an '.exe'):
8181
<dd><a href="css20.zip">_THIS_VERSION_/css20.zip</a>,
82-
<dt>as well as a gzip'ed Postscript file:
82+
<dt>as well as a gzip'ed PostScript file:
8383
<dd><a href="css20.ps.gz">_THIS_VERSION_/css20.ps.gz</a>,
8484
<dt>and a PDF file:
8585
<dd><a href="css20.pdf">_THIS_VERSION_/css20.pdf</a>.

0 commit comments

Comments
 (0)