- From: Scott E. Preece <preece@predator.urbana.mcd.mot.com>
- Date: Thu, 7 Dec 1995 14:44:49 -0600
- To: glenn@stonehand.com
- Cc: cwilso@microsoft.com, www-style@w3.org
From: Glenn Adams <glenn@stonehand.com> | It already exists, e.g., | | <HEAD> | <TITLE>Doc with arbitrary style directives</TITLE> | <STYLE NOTATION=css> | [ID=P123] { color : red } | </STYLE> | </HEAD> | <P ID=P123>A random red paragraph.</P> | | The STYLE attribute isn't necessary, complicates implementations, and | promotes bad usage. --- Oh, come on. The example is not one whit better than putting the styling directly on the paragraph. It has no readability, debuggability, reusability, or other advantage. In either case you have pure, unblemished, ad hoc styling. And the spec, I notice, actually suggests that this is an important usage! And while I can't speak to your implementation, I can certainly imagine implementation models in which supporting the direct attachment would be a trivial change. scott -- scott preece motorola/mcg urbana design center 1101 e. university, urbana, il 61801 phone: 217-384-8589 fax: 217-384-8550 internet mail: preece@urbana.mcd.mot.com
Received on Thursday, 7 December 1995 15:50:36 UTC