Re: [CSS22] Double colons in Counters in elements with 'display: none'

On Mon, May 8, 2017 at 6:30 AM, Bang Seongbeom
<bangseongbeom@hotmail.com> wrote:
> Double colons in the example of “CSS22 12.4.3 Counters in elements with
> 'display: none'” seem like a bug. There are double colons between ‘h1’ and
> ‘before’:
>
>>h1::before {
>
>>    content: normal;
>
>>    counter-increment: heading;
>
>>}

Hi!

Thanks for this report—this is indeed totally wrong!

We actually now prefer bug reports to be posted on GitHub (on the
w3c/csswg-drafts repo), and indeed this one already has been filed
(it's https://github.com/w3c/csswg-drafts/issues/530). (The fact the
spec still links to here is
https://github.com/w3c/csswg-drafts/issues/1028!).

Thanks again,

Geoffrey.

Received on Tuesday, 9 May 2017 00:22:57 UTC