The W3C (The body that dictates web standards) specification, that describes what browser engines should handle, like CSS features, HTML5 etc and how is equivalent to thousands of pages long and there are huge standards to implement.
HTML5 is a big thing to implement, so is CSS and the JavaScript engine and probably even more technologies I’m forgetting
And that’s just implementation, it takes even more work to get them running well enough for the average end-user
Ladybird has been working on their from scratch engine for ~5 years iirc and they’re not planning to even have the first alpha out until next year lol
Because if a website doesn’t work in your browser, but it works in everyone else’s, no one will say “oh that website’s badly written”, instead they say “what a shitty browser”.
So you have a huge web standard you have to respect, and then all the websites with non standard code you have to make work anyway.
Can someone eli5 why that is?
The W3C (The body that dictates web standards) specification, that describes what browser engines should handle, like CSS features, HTML5 etc and how is equivalent to thousands of pages long and there are huge standards to implement.
HTML5 is a big thing to implement, so is CSS and the JavaScript engine and probably even more technologies I’m forgetting
And that’s just implementation, it takes even more work to get them running well enough for the average end-user
Ladybird has been working on their from scratch engine for ~5 years iirc and they’re not planning to even have the first alpha out until next year lol
Because if a website doesn’t work in your browser, but it works in everyone else’s, no one will say “oh that website’s badly written”, instead they say “what a shitty browser”.
So you have a huge web standard you have to respect, and then all the websites with non standard code you have to make work anyway.