Email or username:

Password:

Forgot your password?
Top-level
Bramus

To see how far this extends, I queried the HTTP archive.

Out of the 559 million “root pages” in the set, about 6k are affected by this – mainly in their usage of `cubic-bezier()`.

While this is very unfortunate, I believe the number of affected sites seems quite reasonable.

At worst the effects on those sites will run using a `linear` timing, instead of the custom one.

The fix is easy too: remove the whitespace.

2 comments
Bramus

The bug is already fixed in Chrome Canary (version 130) and backmerges have been requested for 129 (beta) and 128 (stable).

EDIT: the backmerge wheels are turning. Looks like we'd be able to get this fixed in 128 as well.

Bramus

UPDATE: The fixes got merged into the Chrome 128 branch, and are included in the upcoming 128.0.6613.133 build.

(Sorry it took some time. There was some labelling mixup on the bug itself and therefore the automated system didn’t immediately pick it up for 128 inclusion)

Go Up