- From: Tab Atkins Jr. via GitHub <sysbot+gh@w3.org>
- Date: Thu, 14 Apr 2022 18:43:04 +0000
- To: public-css-archive@w3.org
How common is it that you encounter a square window? I assume that, practically speaking, this more or less never happens - do you have evidence to the contrary? I assume also that if you wanted to handle this sort of thing, you'd also want to handle it when you're *near* square, rather than solely at the precise point where they're balanced. This probably wants some JS then, attached to a resize listener on window, so you can choose the ratio that suits you. (We could perhaps do it with `orientation` also becoming a range query, so you could say `orientation < 1.1 / 1` or something, if necessary.) -- GitHub Notification of comment by tabatkins Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7210#issuecomment-1099520980 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 14 April 2022 18:43:06 UTC