Skip to content

Commit 73464a2

Browse files
committed
[css2] Removed font-stretch and font-size-adjust.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401924
1 parent 79ef3fd commit 73464a2

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

css2/about.src

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
'http://www.w3.org/TR/html4/strict.dtd'>
33

44
<html lang="en">
5-
<!-- $Id: about.src,v 2.39 2002-08-02 14:54:28 bbos Exp $ -->
5+
<!-- $Id: about.src,v 2.40 2002-08-02 17:34:07 bbos Exp $ -->
66
<HEAD>
77
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
88
<TITLE>About the CSS&nbsp;2.1 Specification</TITLE>
@@ -291,8 +291,6 @@ h1 {
291291
font-family: Helvetica;
292292
font-variant: normal;
293293
font-style: normal;
294-
font-stretch: normal;
295-
font-size-adjust: none
296294
}
297295
</pre>
298296

@@ -303,9 +301,7 @@ h1 { font: bold 12pt/14pt Helvetica }
303301
</pre>
304302

305303
<p>In this example, <span
306-
class="propinst-font-variant">'font-variant'</span>, <span
307-
class="propinst-font-stretch">'font-stretch'</span>, <span
308-
class="propinst-font-size-adjust">'font-size-adjust'</span>, and <span
304+
class="propinst-font-variant">'font-variant'</span>, and <span
309305
class="propinst-font-style">'font-style'</span>
310306
take their initial values.</p>
311307
</div>

0 commit comments

Comments
 (0)