Re: Issue 1: Font-weight and headings

-----BEGIN PGP SIGNED MESSAGE-----

At 03:47 PM 27/07/97 -0700, E. Stephen Mack wrote:
>At 05:09 PM 7/27/97 -0400, Liam Quinn wrote:
>> No, the order of these is unimportant (see [1]).  If any of the font-
>> style, font-weight, or font-variant values are left out of the font 
>> declaration, each is assigned its initial value of 'normal' (see [2]).
>
>> [1] http://www.w3.org/pub/WWW/TR/REC-CSS1#notation-for-property-values
>> [2] http://www.w3.org/pub/WWW/TR/REC-CSS1#font
>
>Liam's right and I'm wrong, but the original style sheet rule is also
>wrong.
>
>eva included an example with:
>>>>> BODY { font: 12pt/13pt normal sans-serif }
>
>According to Liam's [2] (cited above), the optional group
>[ <font-style> || <font-variant>> || <font-weight> ]?
>must occur before <font-size>, so the above style sheet
>should be:
>
>BODY { font: 12pt/13pt sans-serif }
>
>The three normal values are default, or can be expressed as
>
>BODY { normal normal normal font: 12pt/13pt sans-serif }

You mean

BODY { font: normal normal normal 12pt/13pt sans-serif }

>or simply
>
>BODY { normal font: 12pt/13pt sans-serif }

BODY { font: normal 12pt/13pt sans-serif }

-----BEGIN PGP SIGNATURE-----
Version: PGP for Personal Privacy 5.0
Charset: noconv

iQB1AwUBM9vZpg/JhtXygIx1AQGVQgL+L+DDz/TjnlVG9lEqcvxM/rk7NanhUPWN
l3RaajcDQ6ootn0wi0+zucJrhpAbfbXTfQFZ66xFWLrFs/nVj9rkHifcTvMoDMbj
n+ctaWTEr6xGUUrvD0xh51d6QliW7RGI
=qkZq
-----END PGP SIGNATURE-----

Liam Quinn
===============  http://www.htmlhelp.com/%7Eliam/  ===============
Web Design Group            Enhanced Designs, Web Site Development
http://www.htmlhelp.com/    http://enhanced-designs.com/
======  PGP Key at http://www.htmlhelp.com/%7Eliam/pgp.html  =====

Received on Sunday, 27 July 1997 19:27:58 UTC