- From: Mike Wexler <mwexler@frame.com>
- Date: Fri, 01 Mar 1996 15:38:53 -0800
- To: Jim Taylor <JHTaylor@videodiscovery.com>
- Cc: carl@chage.com, www-html@w3.org
> But what if the author wants to distinguish between style and data > element? If I didn't like red, underlined, blinking part numbers (and > I'm sure I wouldn't :-) but I still wanted to use the standard so the > fields would be auto-filled, how would I identify the information > without having the style applied? Are styles independent of the class > attribute or are they implied by it? (I still haven't assimilated > Style Sheets and CSS....) In theory at least, the content, HTML, and the style sheet, CSS, are independent. The style sheet can say things like make all H1s that are class, "foo", red. The HTML document can point to a style sheet, but the user can override that with their own personal style sheet.
Received on Friday, 1 March 1996 18:39:27 UTC