this post was submitted on 17 Jun 2024
19 points (72.1% liked)

Asklemmy

43340 readers
2067 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy 🔍

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_[email protected]~

founded 5 years ago
MODERATORS
 

Is there a reason why? Less funding? Web devs don't make the pages Firefox friendly? Since the user base is smaller, they just don't care?

top 50 comments
sorted by: hot top controversial new old
[–] [email protected] 67 points 3 months ago (1 children)

Hmm, do you mean in the web console?

I know Firefox has a bit of a reputation for being rather precise in how it handles web standards compliance. So, it'll show comparatively many warnings and errors, if you don't keep to the web standards.

This is actually quite useful for web devs, because it means, if Firefox is happy with your implementation, then it's relatively likely to run correctly on all browsers.

[–] [email protected] 31 points 3 months ago

Yeah, if that's what OP means (though that's unclear), I'm not sure why OP thinks it's a bad thing. It's a good thing.

Or maybe OP means Firefox crashes more or something. In which case I can only say that hasn't been my experience.

My experience has been, however, that Firefox is quite usable on a Raspberry Pi 4 while Chromium is far too resource hungry to be usable on that platform.

[–] [email protected] 20 points 3 months ago (1 children)

Web devs don't make the pages Firefox friendly? Since the user base is smaller, they just don't care?

correct

also in the case of Google controlled websites the errors are often deliberately introduced to sabotage firefox

[–] [email protected] 6 points 3 months ago (1 children)

Wait, what? Do you have a source on this?

[–] [email protected] 21 points 3 months ago (1 children)
[–] [email protected] 0 points 3 months ago

Didn't that turn out to be an issue related to adblockers?

[–] [email protected] 1 points 3 months ago* (last edited 3 months ago)

I don’t think I’ve experienced this. Do you mean some pages not working in Firefox, but working in Chrome? That’s mainly because of parts of web standards that are ambiguous or undefined, and Firefox and Chrome have different behavior. Some web developers (read lazy web developers) don’t test in Firefox, so they write bad code. Both Firefox and Chrome follow the standards, so if web devs just stick to the standards, everything should work.