Skip to content

Commit 017032a

Browse files
committed
[css2] Capitalized two words.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%403126
1 parent 9f08d6f commit 017032a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

css2/fonts.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.01//EN">
22
<html lang="en">
3-
<!-- $Id: fonts.src,v 2.103 2010-12-16 20:21:53 bbos Exp $ -->
3+
<!-- $Id: fonts.src,v 2.104 2011-03-04 16:53:34 bbos Exp $ -->
44
<head>
55
<title>Fonts</title>
66
<meta name="editor" lang="tr" content="Tantek &Ccedil;elik">
@@ -85,12 +85,12 @@ the CSS&nbsp;2.1 properties for each character.)
8585
</p>
8686
<ol>
8787

88-
<li><span class="propinst-font-style">'font-style'</span> is tried first. 'italic'
88+
<li><span class="propinst-font-style">'font-style'</span> is tried first. 'Italic'
8989
will be satisfied if there is either a face in the UA's font database
9090
labeled with the CSS keyword 'italic' (preferred) or 'oblique'.
9191
Otherwise the values must be matched exactly or font-style will fail.
9292
</li>
93-
<li><span class="propinst-font-variant">'font-variant'</span> is tried next. 'small-caps' matches (1) a
93+
<li><span class="propinst-font-variant">'font-variant'</span> is tried next. 'Small-caps' matches (1) a
9494
font labeled as 'small-caps', (2) a font in which the small caps are
9595
synthesized, or (3) a font where all lowercase letters are replaced by
9696
upper case letters. A small-caps font may be synthesized by

0 commit comments

Comments
 (0)