- From: Daniel Holbert via GitHub <sysbot+gh@w3.org>
- Date: Thu, 11 Nov 2021 00:45:41 +0000
- To: public-css-archive@w3.org
Yeah, this seems like a reasonable way to address this. Minor nitpick: right now, this issue's added text (in https://drafts.csswg.org/css-sizing-4/#last-remembered ) is worded as follows: > At the time that ResizeObserver events are determined and delivered [...] record the current inner dimensions of its principal box as its last remembered size. There's a little ambiguity here, because if there are no ResizeObservers, then arguably there's not **any** time when ResizeObserver events are determined and delivered. (There are no events to be determined or delivered.) So that sort of implies that last-remembered-sizes just never get recorded in a document without ResizeObservers. Maybe this should instead be phrased more hypothetically, like so: > At the time that ResizeObserver events would be determined and delivered (if there were ResizeObservers registered): [...] But maybe not a big deal. *shrug* -- GitHub Notification of comment by dholbert Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6220#issuecomment-965891824 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 11 November 2021 00:45:43 UTC