Hacker News new | ask | show | jobs
by aww_dang 2091 days ago
Agreed for most cases. However, it matters in the context of canvas/WebGL games.
1 comments

Firefox used to be a lot faster, and smoother, at rendering <canvas> than Chrome when I was developing early versions of my canvas library (around the mid 2010s). But then Chrome caught up and for the past couple of years has been considerably faster[1].

One thing that really annoys me about Firefox on MacOS is that they disable keyboard focus of links by default. Which is not good for accessibility - it took me days to work out why my accessibility testing demos were failing[2].

[1] - I use this demo for my goto stress test: https://scrawl-v8.rikweb.org.uk/demo/canvas-006.html

[2] - https://discourse.mozilla.org/t/keyboard-focus-of-links-on-m...