- From: Glenn Adams <glenn@stonehand.com>
- Date: Thu, 7 Dec 95 14:22:37 -0500
- To: <cwilso@microsoft.com>
- Cc: <www-style@w3.org>
From: <cwilso@microsoft.com>
Date: Thu, 7 Dec 1995 08:46:54 -0800
I feel there is a distinct need for attaching arbitrary style sheet
directives.
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.
G.
Received on Thursday, 7 December 1995 14:23:48 UTC