Tim Ledbetter
Tim Ledbetter
This indicates the features the browser must support for the given stylesheet to be fetched.
Previously, when serializing a time value, we would always convert it to seconds. We now canonicalize the time value only when serializing its computed value.
Previously, the browser would crash if the `border-spacing` property had 2 lengths and either one of these was set to a `calc()` value.
Fixes at least 10 WPT subtests
This fixes 1 WPT subtest :tada::tada::tada:
This is the default value of the `grid-template-rows` and `grid-template-columns` properties. Fixes at least 21 WPT subtests that I was able to find.
Previously, we would only invalidate style when setting the `media` IDL attribute; changing the attribute via `setAttribute()` and `removeAttribute()` had no immediate effect. I came across this while looking at:...
Unfortunately, this doesn't work the citation links on Wikipedia :sob:, it also leads to selections looking slightly odd. Leads to a visual improvement in: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/sup Before:  After:  and...
This reduces the size of CubicBezier objects from 1592 bytes to 56 bytes. Allocations of this object showed up when profiling Speedometer2.
Currently any fetch request to a http or https address happening inside a Worker will hang indefinitely. This can be reproduced by following these steps: * Put the following files...