- From: Oriol Brufau via GitHub <sysbot+gh@w3.org>
- Date: Thu, 24 Aug 2023 22:34:26 +0000
- To: public-css-archive@w3.org
I tend to think the authors should define the boundaries themselves, like
```css
@custom-media --mobile (pointer: coarse) and (max-width: 10cm);
@media (--mobile) {
  ...
}
```
-- 
GitHub Notification of comment by Loirooriol
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7696#issuecomment-1692501049 using your GitHub account
-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 24 August 2023 22:34:29 UTC