[csswg-drafts] [css-content-3] Missing `<content()>` in the value definition of `<content-list>` (#7368)

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

== [css-content-3] Missing `<content()>` in the value definition of `<content-list>` ==
The `value` definition field of the [`bookmark-label` property](https://drafts.csswg.org/css-content-3/#bookmark-label) is `<content-list>` and its `initial` definition field is `content(text)` but `<content()>` is missing in the [value definition of `<content-list>`](https://drafts.csswg.org/css-content-3/#typedef-content-content-list).

> **Name:** `bookmark-label`
> **Value:** `<content-list>`
> **Initial:** `content(text)`

> `<content-list>`
> Equal to: `[ <string> | contents | <image> | <counter> | <quote> | <target> | <leader()> ]+`

I suggest defining `<content-list>` to `[ <string> | <content()> | contents | <image> | <counter> | <quote> | <target> | <leader()> ]+`.

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


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

Received on Wednesday, 15 June 2022 06:17:31 UTC