|
|
|
|
|
by culi
1473 days ago
|
|
> Safari has become the modern IE in my mind. Fun fact: even with the latest release of Chrome, Safari is surpassing Chrome in Interop 2022[0] Say what you will about Apple, but I think the team behind Safari has been doing some fantastic work to make up for its reputation [0] https://wpt.fyi/interop-2022 |
|
There's only two things that Chrome is noticeably behind Safari on (Interop-2022-wise).
1. Colour spaces and functions.
-- Easy enough to implement, it's just some matrix math in the graphics stack.
-- It's not something that web developers in particular are crying out for just yet.
-- It's more for designers who want to remove the scss build step out of their build stack while still being able to make hue changes (using css' custom properties instead of scss' variables). But scss won't be going anywhere until css nesting has broad browser support. I'd argue that nesting is much more desired than expanded color support.
---- In fact, I just had a look at the last state of css survey. Nesting was the third most requested feature. Color spaces didn't even appear in the list. Going further, a search over the ~2k comments shows 47 responses using the word "color" and 168 using the word "nest".
2. Subgrid.
-- Google has/had been working on a new layout engine (LayoutNG) for chromium for quite a while. Subgrid support is/was easier to implement and maintain on the grid component of their new layout engine (GridNG), so they didn't bother making an implementation for their older layout engine. Microsoft and Agalia have both been working on the Subgrid implementation for the chromium core to push it forwards faster.
-- Personally I'm fine with this delayed approach to make sure it all works. It's more reliable for web developers than Safari's often maligned: "Hey we released this feature and don't care that it's broken. If 10% of it works we consider it a success." attitude.
> Say what you will about Apple, but I think the team behind Safari has been doing some fantastic work to make up for its reputation
I'm not going to give Apple a pat on the back for trying to catch back up to web standards only after lawmakers start eyeing up Apple's monopolistic and destructive web and app store practices.
Edit: Grammar, layout