- From: eva <eva@algonet.se>
- Date: Wed, 5 Aug 1998 10:30:09 +0200
- To: "David Perrell" <davidp@earthlink.net>, <www-style@w3.org>
David Perrell <davidp@earthlink.net>
>No, "color: gray" is the rule. FONT is the element to which the rule
>applies.
Actually "color: gray" is a declaration
CSS rule = selector + declaration
CSS rule - FONT {color: gray}
Selector - FONT
Declaration - {color: gray}
/e
Received on Wednesday, 5 August 1998 04:39:04 UTC