Re: [csswg-drafts] [css-lists] Contradictory normative requirements for implicit 'list-item' counter? (#4167)

> It works fine if it's done through the UA style sheet. If you think it needs to be magic, let's file an issue so we can discuss it.

It doesn't work thru the UA stylesheet:

1. That requires that it show up in the serialization of the computed value of 'counter-increment', which no browser does, and which Firefox tried to do but backed off from.
2. It means that any non-initial value for counter-increment needs to explicitly reproduce the 'list-item' behavior. I don't think it's reasonable to allow people to ignore 'list-item' for the *CSS* inherent behavior, but require them to pay attention to it for the *HTML* inherent behavior.

-- 
GitHub Notification of comment by tabatkins
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4167#issuecomment-518800710 using your GitHub account

Received on Tuesday, 6 August 2019 19:01:09 UTC