Emilio Cobos Álvarez

Results 779 comments of Emilio Cobos Álvarez

What does "block-level ancestor element" mean in this case? An inline-block is a block inside, but not outside, for example. Also probably should reference "block level boxes". The new definition...

> I found that whatever text is searched for, `` is always selected to fire beforematch on. Is this the case you are talking about, or is it something else?...

We intentionally moved away from the Mac convention in here, fwiw: https://bugzilla.mozilla.org/show_bug.cgi?id=1614658#c15

Drive by, but that's a really really expensive way to test for a pseudo-element. `try { document.querySelector(":focus-visible"); return true; } catch { return false }` should be much faster.

Your report sounds accurate to me, thanks for the detailed description of the problem! :) I'm not too much into fonts and text layout, but @glennw or @mbrubeck should be...

Distance with the viewport (as in, `IntersectionObserver` margins etc).

This is still on my list fwiw. I want to make a change to Gecko [here](https://bugzilla.mozilla.org/show_bug.cgi?id=1891335) to make it more consistent and confirm such a thing is web compatible before...

(Whoops, pressed enter too fast). Updated the description.

> We don't think expanding the syntax space of CSS for the convenience of CSSOM representation is an acceptable cost to authors, and prefer a solution that represents interleaved style...