- From: David Perrell <davidp@earthlink.net>
- Date: Sat, 2 Aug 1997 10:00:05 -0700
- To: <www-style@w3.org>
Sho Kuwamoto wrote:
> This strategy only works for style rules bound to classes.
> Your solution doesn't allow you to deal with rules like:
> H1 { font-style: italic }
And I wrote:
> H1 FONT { font-style: italic }
But this would be redundant. There are only three inline attributes to
the FONT element: SIZE (font-size), FACE (font-family), and COLOR
(color). All other font properties will be inherited. So, a FONT child
of H1 will inherit italicization and a contextual selector is
unnecessary.
David Perrell
Received on Saturday, 2 August 1997 13:05:54 UTC