this post was submitted on 05 Dec 2023
173 points (93.9% liked)

Firefox

18677 readers
6 users here now

A place to discuss the news and latest developments on the open-source browser Firefox

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] BearOfaTime@lemm.ee 93 points 1 year ago (4 children)

What gets me is when websites don't work on Safari. Really? Like a significant portion of traffic is to iOS, it's a single browser you have to target, on millions of devices. And you couldn't even make it work there.

Web dev today is a bunch of crap.

[–] cm0002@lemmy.world 38 points 1 year ago (1 children)

Web dev today is a bunch of crap.

Always has been

[–] BearOfaTime@lemm.ee 2 points 1 year ago

Fair point.

I do think it's gotten a lot worse though.

[–] amycatgirl@lemmy.blahaj.zone 4 points 1 year ago

As a web developer, I agree

But ensuring full compatibility with all three major engines (those being gecko, blink and webkit) is unnecessarily hard, as they have their own subset of features

For example: Webkit does not support extending built-in HTML elements using WebComponent, but Gecko and Blink do support this feature. Or Chrome being the only browser that fully supports the View Transitions API. Or webkit's CSS vendor prefixes

The list goes on and on.

You could fix most of these issues by providing polyfills, but that increases the amount of files that you have to load in order to make a feature work on other browsers.

If only there was some sort of standard... Oh wait, there is one, W3C. Idk what they are doing tho.

[–] possiblylinux127@lemmy.zip 2 points 1 year ago

Safari is crap. Don't use a iPhone and expect a browser to work as it should.

And the rendering engines are quite similar since Chrome's was forked from Safari's.