Re: [csswg-drafts] [css-lists-3] Should automatic list-item increment adjust for ol[reversted]? (#4181)

The issue why you can't do `ol[reversed]>li` is because it's not `li` what you should target, but "anything with a computed `display` value of `list-item`".

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

Received on Thursday, 8 August 2019 20:02:23 UTC