Closed
Description
In the CSS containment spec, the values strict
and content
are shortcut values, indicating multiple values. The spec says either a shortcut value or a combination of values can be used, but not both.
However, in the example of the content
value, the combination of strict style
is shown, which should not be possible according to the spec.
So either:
- Allow both shortcut values and regular values in the declaration.
- Update the said example.