[csswg-drafts] [css-lists-3] Clarify sizing of list-style-image images. (#4207)

fantasai has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-lists-3] Clarify sizing of list-style-image images. ==
@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); /* ??? */ }
```

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4207 using your GitHub account

Received on Friday, 16 August 2019 23:46:14 UTC