Hacker News new | ask | show | jobs
by Nitramp 1574 days ago
Chrome had a bug in how css animation values would get serialized, where you'd end up with "5,43" instead of "5.43" in many European locales.

It took surprisingly long to track down, partially due to this all being dependent on various ambient Information (env vars, browser config, arguments passed, what exact function is called, etc).