Skip to content

Commit b00619e

Browse files
committed
[css2] Mini/spelling
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40147
1 parent 96bdf16 commit b00619e

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

css2/aural.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: aural.src,v 1.3 1997-09-23 14:07:56 ian Exp $ -->
3+
<!-- $Id: aural.src,v 1.4 1997-09-24 22:14:36 ian Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Aural style sheets</TITLE>
@@ -275,7 +275,7 @@ specified, the sound replaces the sound of the parent element.
275275

276276
<p>The optional 'repeat' keyword means the sound will repeat if it is
277277
too short to fill the entire duration of the element. Without this
278-
keyword, the sound plays once and then stops. Thuis is similar to the
278+
keyword, the sound plays once and then stops. This is similar to the
279279
background repeat properties in CSS2. If the sound is too long for the
280280
element, it is clipped once the element is spoken.
281281

css2/print.src

Lines changed: 3 additions & 3 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: print.src,v 1.7 1997-09-24 16:36:39 ian Exp $ -->
3+
<!-- $Id: print.src,v 1.8 1997-09-24 22:14:02 ian Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Printing with style sheets</TITLE>
@@ -149,7 +149,7 @@ all H1 elements:
149149

150150
<dl>
151151
<dt><strong>auto</strong></dt>
152-
<dd>neither force nor forbid a page break before, resp. after the element
152+
<dd>neither force nor forbid a page break before (resp., after) the element
153153
<dt><strong>always</strong></dt>
154154
<dd>always do a page break before, resp. after the element </dd>
155155
<dt><strong>avoid</strong></dt>
@@ -229,7 +229,7 @@ the elements that meet at this margin, there is at least one with the value
229229

230230
<p>CSS does <em>not</em> define which of the page break allowed by
231231
(A), (B) or (C) should be used. In particular, CSS does not forbid a
232-
UA to break at every possible break point, or to not break at all. But
232+
UA from breaking at every possible break point, or not to break at all. But
233233
CSS does recommend that UAs observe the following heuristics (while
234234
recognizing that they are sometimes contradictory):
235235

css2/selector.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: selector.src,v 1.17 1997-09-24 02:57:09 ian Exp $ -->
3+
<!-- $Id: selector.src,v 1.18 1997-09-24 22:15:19 ian Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Selectors</TITLE>
@@ -596,7 +596,7 @@ element. Quotes that precede the first letter should be
596596
included, as in:</P>
597597

598598
<img src="./images/first-letter2.gif"
599-
alt="Quotes that preced the first letter should be included.">
599+
alt="Quotes that precede the first letter should be included.">
600600

601601
<P>If a text-based UA supports the :first-letter pseudo-element, a
602602
best-attempt at formatting the above might produce:

0 commit comments

Comments
 (0)