Re: [CSS21] Genreated content

On Monday 2004-07-19 14:25 -0700, Mark Moore wrote:
> Section 12 says "In CSS 2.1, content may be generated by two mechanisms."
> One using the content property with ":before" or ":after," and the other for
> elements whose display property is list-item (presumably referring to the
> list-style-type output). [1]
> 
> There is a third mechanism using the quotes property that should probably be
> mentioned for completeness' sake.
> 
> [1] http://www.w3.org/TR/2004/CR-CSS21-20040225/generate.html

The 'quotes' property only changes what's generated by the 'content'
property, so it's not an additional mechanism.  Any changes caused by
the 'quotes' property involve generation of content using the first of
the mechanisms already mentioned.

-David

-- 
L. David Baron                                <URL: http://dbaron.org/ >

Received on Monday, 19 July 2004 18:01:42 UTC