[csswg-drafts] [css-lists] The 'list item' definition needs to include multi-keyword 'display' values (#4170)

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

== [css-lists] The 'list item' definition needs to include multi-keyword 'display' values ==
The [`list item`](https://drafts.csswg.org/css-lists-3/#list-item) definition needs to be updated to account for the new multi-keyword [`display`](https://drafts.csswg.org/css-display/#the-display-properties) values. Any valid `display` value that includes the `list-item` keyword is now a list item.

Also, the Introduction section says "the `list-item` display type that generates markers", however the `list-item` word there is linkified to the [`list-item`](https://drafts.csswg.org/css-lists-3/#valdef-counter-increment-list-item) counter definition, which I assume is not what you intended. And you need to generalize that statement to include all possible display types too.

Ditto for "The defining feature of the list item display type is its marker" in [Markers](https://drafts.csswg.org/css-lists-3/#markers) (which is also missing a dash between "list" and "item", btw)

(FYI, I'm implementing the new [multi-keyword display values](https://bugzilla.mozilla.org/show_bug.cgi?id=1038294) and on top of that [inline list-item values](https://bugzilla.mozilla.org/show_bug.cgi?id=1105868) in Gecko.)


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

Received on Saturday, 3 August 2019 02:52:31 UTC