- From: Scott Bigham <dsb@goldfinch.cs.duke.edu>
- Date: Tue, 7 Nov 1995 11:08:07 -0500
- To: www-style@w3.org
I just discovered something distressing in the latest style sheet draft:
<URL:http://www.w3.org/hypertext/WWW/Style/css/draft.html>:
| CSS rules can possibly also be included in HTML attributes:
|
| <H1 STYLE="font-family: helvetica">Headline</A>
| <P STYLE="font: 12pt helvetica bold">Paragraph</A>
Does this buy us anything that the combination of CLASS attributes and
<STYLE> elements doesn't? I'm worried that this would eventually lead
to atrocities like:
<P STYLE="font: 24pt times bold; align=center">Level-1 header</P>
-sbigham
Received on Tuesday, 7 November 1995 11:08:11 UTC