You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Incorrect support data (example: BrowserX says "86" but support was added in "40")
What information was incorrect, unhelpful, or incomplete?
The list-style-item supports predefined list style types, custom strings, and identifiers for custom counters. The collector is checking for support using CSS.supports('list-style-item', 'value'), and because of the breadth of values, this will return true for anything passed as the value. This means that the some of the changes introduced by #4148 are not accurate.
What browsers does this problem apply to, if applicable?
No response
What did you expect to see?
The following are NOT in the spec as predefined list style types. These should not be marked as standard-track, likely should be marked as deprecated, and the support should be reevaluated.
What type of issue is this?
Incorrect support data (example: BrowserX says "86" but support was added in "40")
What information was incorrect, unhelpful, or incomplete?
The
list-style-item
supports predefined list style types, custom strings, and identifiers for custom counters. The collector is checking for support usingCSS.supports('list-style-item', 'value')
, and because of the breadth of values, this will returntrue
for anything passed as the value. This means that the some of the changes introduced by #4148 are not accurate.What browsers does this problem apply to, if applicable?
No response
What did you expect to see?
The following are NOT in the spec as predefined list style types. These should not be marked as
standard-track
, likely should be marked asdeprecated
, and the support should be reevaluated.Did you test this? If so, how?
Tested
CSS.supports
in Safari, Chrome, Firefox.Also tested individual values, and some are actually supported, despite not being in the spec.
https://codepen.io/jamessw/pen/mdNJVVN
Can you link to any release notes, bugs, pull requests, or MDN pages related to this?
https://drafts.csswg.org/css-lists-3/#text-markers
https://drafts.csswg.org/css-counter-styles-3/#predefined-counters
Do you have anything more you want to share?
Surfaced in web-platform-dx/web-features#1764
MDN URL
No response
MDN metadata
No response
The text was updated successfully, but these errors were encountered: