- From: fantasai <fantasai.lists@inkedblade.net>
- Date: Fri, 15 Jun 2007 11:08:23 -0400
- To: www-style@w3.org
Dmitry Turin wrote:
> Good day.
>
> Are there conflict between two following definitions in one css-file ?
>
> list-style-image: url ("a.gif");
> ::marker {
> content: url ("b.gif");
>
>
> If yes, how this conflict is solving ?
I believe the ::marker rule takes precedence.
The list-style-image becomes ::marker's content when
'content: normal', but we have overridden that value
with 'url(b.gif)'.
See
http://www.w3.org/TR/css3-content/#normal1
~fantasai
Received on Friday, 15 June 2007 15:08:32 UTC