this post was submitted on 29 Feb 2024
63 points (89.9% liked)
Firefox
17840 readers
344 users here now
A place to discuss the news and latest developments on the open-source browser Firefox
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I use it too and there is much to like. But there is also another side of it. I'm working in Web sites and apps and regularly test sites and Web apps on many browsers and Firefox has by far the most issues. Sometimes really strange issues that we spend way too much time to fix for Firefox users and lately we just don't.
Chrome doesn't care about closing html tags. If they are mising the document is invalid but chrome will render it anyway and just add the closing tag where it thinks it should be.
At the other end, Firefox goes beyond the standard and will block certain connections that should be allowed by the fetch standard (the setting to disable that is called enhanced tracking protection).
So chrome allows things things it shouldn't while Firefox blocks some it shouldn't