[csswg-drafts] [css-lists] Examples use properties not allowed in ::marker

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

== [css-lists] Examples use properties not allowed in ::marker ==
According to [CSS Lists](https://drafts.csswg.org/css-lists/#marker-pseudo),

> Only a limited set of properties can be used on the ::marker pseudo-element. This list is defined in CSS Pseudo-Elements 4 ยง4.2 List Markers: the ::marker pseudo-element.

[CSS Pseudo](https://drafts.csswg.org/css-pseudo-4/#marker-pseudo) says that only font properties, `color` and `text-combine-upright` apply to `::marker`.

However, in CSS Lists, various of examples use properties like `content`, `text-align`, `width`, `display`, `unicode-bidi`, `position`.


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

Received on Tuesday, 12 September 2017 15:04:24 UTC