[csswg-drafts] [css-counter-styles-3] Custom counters and list-style ambiguity

faceless2 has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-counter-styles-3] Custom counters and list-style ambiguity ==
```
@counter-style inside {
   ...
}

@counter-style outside {
    ...
}

ul { list-style: inside outside }
```

Can I suggest that "inside" and "outside" are added to the list of proscribed values for custom counter names? Otherwise, we need to define how to resolve this one.

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2724 using your GitHub account

Received on Thursday, 31 May 2018 10:54:10 UTC