- From: CSS Meeting Bot via GitHub <sysbot+gh@w3.org>
- Date: Mon, 25 Feb 2019 21:41:43 +0000
- To: public-css-archive@w3.org
The CSS Working Group just discussed `Add offset pos`, and agreed to the following: * `RESOLVED: Don't include offsets for the box being observed.` <details><summary>The full IRC log of that discussion</summary> <heycam> Topic: Add offset pos<br> <gregwhitworth> Github: https://github.com/w3c/csswg-drafts/issues/3550<br> <heycam> gregwhitworth: Simon brought up that the position of the rects you're observing<br> <heycam> ... say the author wants to observe the content rect, you want both the tlbr offsets relative to the box<br> <heycam> ... Alex and I discussed this. Ian brought up a valid pint, we're not observing the offsets<br> <heycam> .. beingable to use the offsets inside the observer may cause stale issues<br> <heycam> ... only when dimensions change do you fire the observer<br> <heycam> smfr: which box?<br> <heycam> gregwhitworth: the one you're watching<br> <heycam> ... say you're observing context box<br> <heycam> ... you' dget the dimensions of that back<br> <heycam> ... you asked about having the offsets in there sa well<br> <heycam> ... use counters say that isn't common<br> <heycam> ... Ian brought up looking at the offsets when not firing the observer<br> <heycam> ... you'd want to add that you're also observing offsets<br> <heycam> smfr: so author could change border and padding so the content box doesn't change<br> <heycam> alex: you'd have to put two boxes together if you really wanted to know the offsets<br> <heycam> smfr: I suggested it for completeness. if it adds complexity I don't feel strongly<br> <heycam> iank_: if we need it eventually, it should be trivial to extend to support this<br> <heycam> gregwhitworth: but also need to add observing offsets<br> <heycam> iank_: but we haven't painted ourselves into a corner<br> <heycam> stefan: the behavior is polyfillable if oyu have a 100% div inside<br> <heycam> ... if the size changes, the offsets will have chnaged<br> <heycam> dbaron: I like the idea that hte pieces of data you provide are the ones you're observing<br> <heycam> ... don't like having data in there that you're using which you don't get notifications for<br> <heycam> RESOLVED: Don't include offsets for the box being observed.<br> </details> -- GitHub Notification of comment by css-meeting-bot Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3550#issuecomment-467194696 using your GitHub account
Received on Monday, 25 February 2019 21:41:45 UTC