[css-lists] The 'list item' definition needs to include multi-keyword 'display' values
Nobody has claimed this yet.
- Dominant language
- Bikeshed
- Stars
- 4.9k
- Forks
- 816
- PR merge metrics
- PR metrics pending
Description
The list item definition needs to be updated to account for the new multi-keyword display 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 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 (which is also missing a dash between "list" and "item", btw)
(FYI, I'm implementing the new multi-keyword display values and on top of that inline list-item values in Gecko.)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Read the linked CSS Lists definition, Introduction section, and Markers section, comparing their wording with the linked CSS Display multi-keyword values. Done means updating the list-item definition and related statements to cover any display value containing list-item, while correcting the incorrect counter link and missing hyphen.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100