Re: [csswg-drafts] [mediaqueries] Consider exposing "mobileness" as a media query (#7696)

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