Skip to content

Commit b97ae8e

Browse files
committed
[css2] quoting requirement for local
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401713
1 parent a683f94 commit b97ae8e

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

css2/fonts.src

Lines changed: 4 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: fonts.src,v 2.53 1998-05-12 13:34:17 bbos Exp $ -->
3+
<!-- $Id: fonts.src,v 2.54 1998-05-12 14:20:44 clilley Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Fonts</TITLE>
@@ -1343,7 +1343,8 @@ href="#aname">more information about full font names</a> please consult
13431343
the notes below.
13441344

13451345
<p>The notation for a &lt;font-face-name&gt; is the full font name,
1346-
quoted, and enclosed in "local(" and ")".
1346+
which must be quoted since it may contain any character, including
1347+
spaces and punctuation, and also must be enclosed in "local(" and ")".
13471348

13481349
<div class="example"><P>
13491350

@@ -1693,7 +1694,7 @@ typically includes a variety of non-standardized textual qualifiers or
16931694
include a foundry name or abbreviation, often prepended to the font
16941695
family name. It is only used to refer to
16951696
locally installed fonts, because the format of the adorned name can
1696-
vary from platform to platform.
1697+
vary from platform to platform. It must be quoted.
16971698

16981699
<p>For example, the font family name of the TrueType
16991700
font and the PostScript name may differ in the use of space

0 commit comments

Comments
 (0)