[csswg-drafts] [css-contain-3] Conflicting value and computed value for `container-type` (#8643)

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

== [css-contain-3] Conflicting value and computed value for `container-type` ==
In the [definition](https://w3c.github.io/csswg-drafts/css-contain-3/#container-type) of `container-type`, the value of this property is defined to be:

```
normal | size | inline-size
```

whereas the computed value is:

> the keyword `normal` or one or more of `size`, `inline-size`

Should the value be defined as below then?

```
normal | size || inline-size
```

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


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

Received on Saturday, 25 March 2023 14:46:25 UTC