- From: Emilio Cobos Álvarez via GitHub <noreply@w3.org>
- Date: Thu, 12 Mar 2026 12:28:35 +0000
- To: public-css-archive@w3.org
A slightly annoying thing is that using the conditions and names separately is kinda lame. Maybe something like:
```webidl
dictionary ContainerCondition {
CSSOMString name?;
CSSOMString query;
};
readonly attribute FrozenArray<ContainerCondition> conditions;
```
--
GitHub Notification of comment by emilio
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10845#issuecomment-4046377709 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 12 March 2026 12:28:36 UTC