Skip to content

Commit 161dfab

Browse files
committed
[css2] Typo.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401912
1 parent c4cf416 commit 161dfab

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

css2/fonts.src

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
22
"http://www.w3.org/TR/1998/REC-html40-19980424/loose.dtd">
33
<html lang="en">
4-
<!-- $Id: fonts.src,v 2.65 2002-07-31 19:00:21 bbos Exp $ -->
4+
<!-- $Id: fonts.src,v 2.66 2002-07-31 19:24:15 bbos Exp $ -->
55
<HEAD>
66
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
77
<TITLE>Fonts</TITLE>
@@ -66,7 +66,7 @@ UA-dependent default 'font-family' and repeat step 2, using the best
6666
match that can be obtained within the default font.
6767
If a particular character cannot be displayed using this font,
6868
then the UA has no suitable font for that character.
69-
The UA shouldmap each character for which it has no suitable font
69+
The UA should map each character for which it has no suitable font
7070
to a visible symbol chosen by the UA, preferably a "missing character"
7171
glyph from one of the font faces available to the UA.
7272

css2/media.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: media.src,v 2.26 2002-07-30 18:17:54 bbos Exp $ -->
3+
<!-- $Id: media.src,v 2.27 2002-07-31 19:24:33 bbos Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Media types</TITLE>
@@ -164,7 +164,7 @@ resolution, color, limited-scrollability screens, sound available).
164164

165165
<P>Media types are mutually exclusive in the sense that a user agent
166166
can only support one media type when rendering a document. However,
167-
user agents may have differente modes which support different media
167+
user agents may have different modes which support different media
168168
types.
169169

170170

css2/syndata.src

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
22
"http://www.w3.org/TR/1998/REC-html40-19980424/loose.dtd">
33
<html lang="en">
4-
<!-- $Id: syndata.src,v 2.73 2002-07-25 19:07:37 bbos Exp $ -->
4+
<!-- $Id: syndata.src,v 2.74 2002-07-31 19:24:52 bbos Exp $ -->
55
<HEAD>
66
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
77
<TITLE>CSS&nbsp;2.1 syntax and basic data types</TITLE>
@@ -993,7 +993,7 @@ the escape "\A" (hexadecimal A is the line feed character in Unicode,
993993
but represents the generic notion of "newline" in CSS). See the <span
994994
class="propinst-content">'content'</span> property for an example.
995995

996-
<p>It is possible to break strings over several lines, for aesthetic
996+
<p>It is possible to break strings over several lines, for esthetic
997997
or other reasons, but in such a case the newline itself has to be
998998
escaped with a backslash (\). For instance, the following two
999999
selectors are exactly the same:

0 commit comments

Comments
 (0)