Re: [csswg-drafts] [css-contain] `container-type` shouldn't allow mixing `normal` with other values (#7669)

@mirisuzanne Seems a mistake from 3aed70b094c3ca92eb7d2df1dc49198b8e546031, it was

```
none | [ style || [ size | inline-size ] ]
```

and then `style` was removed (included in the others), so it should be

```
none | [ size | inline-size ]
```

-- 
GitHub Notification of comment by Loirooriol
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7669#issuecomment-1233247744 using your GitHub account


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

Received on Wednesday, 31 August 2022 17:59:27 UTC