Sean M Burke <[EMAIL PROTECTED]> writes:
> At 04:24 PM 2003-08-21 -0700, Russ Allbery wrote:

>> What Michael asks for is quite doable, though, even in HTML.

> "Even"?

It's way easier to do in *roff and text than it is in HTML.  :)

> BTW, I've always been curious:  Since <li value="123"> has been
> deprecated for years, is there a way to do that using CSS instead?

Kind of, using CSS Level 2 facilities which appear to be near universally
unimplemented and which degrade gracefully.  It's a huge oversight in the
HTML standard, particularly since there was no earthly reason to deprecate
it in the first place since it's not presentational.  It's
meta-information about the document and is just as reasonable to include
in a strictly conforming HTML document as captions or id tags.

In practice, of course, the fact that it's deprecated is meaningless other
than saying that, if used, you have to mark the document as Transitional
instead of Strict.  Everyone implements it.

I ranted about this some at <http://www.eyrie.org/~eagle/notes/xhtml.html>.

-- 
Russ Allbery ([EMAIL PROTECTED])             <http://www.eyrie.org/~eagle/>

Reply via email to