Daniel Holbert

Results 116 comments of Daniel Holbert

> wpt.fyi already supports this for its regular presentation of test results, e.g. here's a run that I have in my history (which happened to only have results for Chrome...

@DanielRyanSmith Thanks, your `this for example` link does indeed seem like a handy way to visualize/understand changes here at least. I need a bit more guidance at how to arrive...

One other problematic spot with respect to transforms: In the piece of the spec that excludes scrolling elements ([sec 2.2](https://wicg.github.io/layout-instability/#sec-unstable-nodes), "there does not exist an Element P such that..."), the...

Note that this section is particularly tricky to reason about given all of the layers of negation ("N is **un**stable if: [...] there does **not exist** an element P such...

Put another way: its not clear to me which of these is what the spec is trying to say: *Interpretation A*: "N counts as 'stable' if it stayed fixed in...

For partially-onscreen stuff, I suspect the current algorithm is fine, yeah. (Thoughts on that, for the Move Distance metric: if an element moves by 100px, then the user still sees...

Hmm, fair point; that means #73 (limiting the move vector to 2x the viewport) is probably redundant & doesn't make a meaningful difference; and it sets a modest upper-limit on...

Basically: for sites that hide content by positioning it offscreen (e.g. so they can measure it and reason about its layout before displaying it), I'm concerned that this piece of...

@npm: I see this is now closed - I'd still be interested in your / @skobes 's thoughts/feedback on the issue that I brought up in my most recent comment...