Skip to content

[css-lists-3] Clarify sizing of marker images. #4207

@fantasai

Description

@fantasai

@SimonSapin points out in http://www.w3.org/mid/51CD456E.1060409@exyr.org that we don't define the sizing of list-style-image (which should reference css-images-3 accordingly).

Also points out in http://www.w3.org/mid/51D1A324.7020807@exyr.org that we might need to be extra clear in how its sizing differs from images loaded via content. Which does raise the question of should these two styles be equivalent or not?

li { list-style-image: linear-gradient(red, blue); /* 1em x 1em gradient */ }
li::marker { content: linear-gradient(red,blue); /* ??? */ }

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions