[csswg-drafts] [css-counter-styles-3] Invalid `initial` of `negative` (#7417)

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

== [css-counter-styles-3] Invalid `initial` of `negative` ==
In the context of automatic parsing of a property value against its value definition, the `initial` field of the [`negative` descriptor](https://drafts.csswg.org/css-counter-styles-3/#descdef-counter-style-negative) should be defined with a value that can be parsed against the `value` field. But the `initial` field is defined with *"\2D" ("-" hyphen-minus)*.

I suggest using `"\2D"` and to define in prose that it corresponds to *("-" hyphen-minus)*, or to use some kind of markup (containing *("-" hyphen-minus)*) that provides additional details that `w3c/reffy` can read to separate it from the `initial` value.

FYI, @tidoust.

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


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

Received on Monday, 27 June 2022 07:42:09 UTC