Emilio Cobos Álvarez

Results 777 comments of Emilio Cobos Álvarez

Gecko's code was originally implemented in https://bugzilla.mozilla.org/show_bug.cgi?id=1434802 (following even longer-standing behavior) and then got a few tweaks in https://bugzilla.mozilla.org/show_bug.cgi?id=1614348. I think the biggest constraint here is compat, and I'm a...

> This seems like a straightforward accessibility improvement that would benefit a significant portion of users with minimal implementation burden. Main concern here would be how much the accessibility improvement...

Sure sure, not particularly against this feature tbh, just pointing out that it's never so straight-forward as it seems :)

> Prevent AccentColor/AccentColorText from being used to draw to a canvas. What mechanism do you plan to use for this exactly? > Prevent getComputedStyle() from returning the actual system accent...

No, there is a trade off regarding fingerprinting. In our case, Firefox was already shipping similar colours for e.g. selection (Highlight/HighlightText) which already exposed / were derived from the system...

Fixed via #49970

+1 to what @bfgeek said. The use case would be a listbox select, this comes up from https://github.com/w3c/csswg-drafts/issues/12510. Consider: ``` .... .... .... ... ``` You want to clamp at...

That is what the spec says to do (the list of available images stuff is checked before entering the lazy load state).

Seems ok to me at a glance, it's consistent with how `src` loads synchronously if already in the available image list, and it prevents flickering when mutating the DOM? I...