[csswg-drafts] [css-contain] Is `<container-name>` conflicting with `<"container-name">` (#8179)

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

== [css-contain] Is `<container-name>` conflicting with `<"container-name">` ==
The [CSS - property - value definition syntax](https://drafts.csswg.org/css-values-4/#component-types) says:

> Property value ranges, which represent the same pattern of values as a property bearing the same name. These are written as the property name, surrounded by single quotes, between `<` and `>`, e.g., `<'border-width'>`, `<'background-attachment'>`, etc.

It does not disallow `<container-name>` to represent a value that is different than the value definition of `container-name`. But it prevents re-using `<property>` as a type that would represent the value definition of `property` (without ignoring `#`).

Is it voluntary? Is it problematic?

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


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

Received on Friday, 2 December 2022 21:28:14 UTC