Joey Arhar
Joey Arhar
> has a PR against fullscreen, I think, to do the above. Is that right? Yes, this PR will hide all popovers when making any element fullscreen. So that means...
Thanks for writing this up! I'd like to see more use cases and examples to justify the track, trackslide, and thumb elements. If it turns out that we can do...
Yes, I have started a WPT here: https://github.com/web-platform-tests/wpt/pull/38503
Not recently, I have unfortunately been focused on other stuff.
https://github.com/web-platform-tests/wpt/pull/44024
ccing some people who might be able to help with this @ricea @horo-t @mikewest
> Should we add that to the spec? Nice, definitely! > Do we have tests for such cases? I removed the logic in a chromium patch and am running all...
Sorry for the slow reply > ::after and ::before should not cancel display animations if the computed value is none. This sounds reasonable to me! I filed an issue here:...
I’ve tried implementing a few solutions to this and here are my thoughts: ### solution 1: internal pseudo-class for child content We could have an internal pseudo-class which matches the...
I reviewed all of the UA styles for `` as well as the ones desired for a stylable ``. It turns out that we don't need to change style on...