Re: [csswg-drafts] [css-contain-3] Spec syntax for size queries (#6870)

The examples within the spec. already indicate that the function names are not needed. E.g. the example in [Size Container Features](https://drafts.csswg.org/css-contain-3/#size-container) looks like this:

```css
@container (width > 40em) {
  h2 { font-size: 1.5em; }
}
```

Though the [syntax definition](https://drafts.csswg.org/css-contain-3/#at-ruledef-container) currently does not allow that.

@una Your examples are missing the colon between property name and value.

Sebastian

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


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

Received on Monday, 27 December 2021 22:53:52 UTC