Re: [csswg-drafts] [css-lists-3] list-item counter nesting is confusing (#9076)

Remaining details to decide:

 - Name: `scoped()`, `narrow-scoped()`?
 - Combination with `reversed()`: another function like `scoped-reversed()` or nesting `scoped(reversed())`
 - If there is a non-scoped counter with the same name whose creator is an earlier sibling,
   1. Whether `scoped()` instantiates a new counter in addition to or in place of the earlier one.
       Maybe "in place of", like when instantiating non-scoped counters, but this can impact later siblings...
   2. If "in place of", whether later siblings can still inherit the earlier counter or not.
       Not inheriting seems simpler, but inheriting is maybe a bit better and matches HTML ordinals in Blink and WebKit.

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


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 8 January 2024 15:32:24 UTC