Re: content: url() is bad

On Mon, 12 Apr 2004, Anne van Kesteren (fora) wrote:
>
> [...]

Ok, that makes sense. So basically no magic is performed in the allowed
syntax, it is just:

  normal | [ <content-item>+ ',' ]* <content-item>+

...where <content-item> is:

   <uri> | icon | none | flow() | <string> | contents | ...

The UA always assumes 'contents' is given as a final fallback. ('normal'
is the magic initial value that Does The Right Thing in most contexts.)

If the <content-item> list that is used consists of just a <uri> then the
element becomes a replaced element.

-- 
Ian Hickson                                      )\._.,--....,'``.    fL
U+1047E                                         /,   _.. \   _\  ;`._ ,.
http://index.hixie.ch/                         `._.-(,_..'--(,_..'`-.;.'

Received on Monday, 12 April 2004 14:14:04 UTC