Skip to content

Commit 264165e

Browse files
committed
[css2] Added some commas.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402941
1 parent 49c3604 commit 264165e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

css2/intro.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.01//EN">
22
<html lang="en">
3-
<!-- $Id: intro.src,v 2.49 2008-07-10 18:22:11 bbos Exp $ -->
3+
<!-- $Id: intro.src,v 2.50 2009-05-12 11:47:41 bbos Exp $ -->
44
<HEAD>
55
<TITLE>Introduction to CSS&nbsp;2.1</TITLE>
66
</HEAD>
@@ -45,7 +45,7 @@ property ('color') and value ('red'). While the example above tries to
4545
influence only one of the properties needed for rendering an HTML
4646
document, it qualifies as a style sheet on its own. Combined with
4747
other style sheets (one fundamental feature of CSS is that style
48-
sheets are combined) it will determine the final presentation of the
48+
sheets are combined), the rule will determine the final presentation of the
4949
document.
5050

5151
<P> The HTML 4 specification defines how style sheet rules may be
@@ -211,8 +211,8 @@ ARTICLE, HEADLINE, AUTHOR, PARA { display: block }
211211
<P>The first rule declares INSTRUMENT to be inline and the second
212212
rule, with its comma-separated list of selectors, declares all the
213213
other elements to be block-level. Element names in XML are
214-
case-sensitive, so a selector written in lowercase (e.g. 'instrument')
215-
is different from uppercase (e.g. 'INSTRUMENT').
214+
case-sensitive, so a selector written in lowercase (e.g., 'instrument')
215+
is different from uppercase (e.g., 'INSTRUMENT').
216216

217217
<P>One way of linking a style sheet to an XML document is to use
218218
a processing instruction:

0 commit comments

Comments
 (0)