Eric Portis

Results 124 comments of Eric Portis

So, turns out, "async" doesn't mean what I thought it meant, and this is, I think, a non-issue. See https://twitter.com/etportis/status/872575323757436928. Closing.

Double-turns-out, even though Canary, which I was testing with, currently runs async microtasks to completion before painting, [Firefox won't](https://github.com/WICG/ResizeObserver/issues/17). So the threat of a FoUC, with async evaluation, is real.

@andykirk have you seen https://www.w3.org/TR/mediaqueries-4/#mq-range-context ? Parsers are already smart enough to deal with angle brackets in different contexts, e.g. https://codepen.io/eeeps/pen/EXWRJY

So, I read through this today, and — @tabatkins is several steps ahead of everybody, as per usual. A lot of this discussion deals with browser internals/constraints, which is really...

@beep I'll give it a shot, hopefully this afternoon.

*takes chair hat off* I really liked it when @beep said over in the Slack: > In other words, rather than talking about containers vs. elements, it might be more...

For starters – Tommy Hodgins listed 519 sites that were using EQCSS, back in March, here: https://docs.google.com/spreadsheets/d/1wAdVV5S0WnRDuN-p42J6DHGfVP0Hq2vfeeKaeiEJ7Eg/edit#gid=266571668

Welp here’s 5000+ websites using [css-element-queries](https://github.com/marcj/css-element-queries): https://publicwww.com/websites/ResizeSensor.js/

@marcoscaceres ircbot.responsiveimages is down (dead?). Reading the doc, I'm not clear on which part or parts cross this line. Something here, maybe? > This document presents some of the use...

Hi, @matthew-dean! My current understanding is, `:hover` loops are ① regrettable https://twitter.com/tabatkins/status/739873184065806336 ② not nearly as bad as element query loops would be https://twitter.com/tabatkins/status/882797782028832772 because at least they *do* render...