Worth mentioning that, as much as it pains me to back Apple, Safari is also a good alternative for those it’s available for (at least in this regard). It’s one of the only browsers other than Firefox not using Chromium. And WebKit, it’s renderer, is a pretty badass project.
Blink and WebKit completely diverged in 2013 after the fork. That document is virtually identical to its 2012 version and is marked as outdated in several places.
Oh huh, TIL. I had always assumed they were all webkit just due to the amount of compatibility code I’ve had to implement in CSS with -webkit styles. It makes sense that a fork like Blink would be backwards compatible with those though
Worth mentioning that, as much as it pains me to back Apple, Safari is also a good alternative for those it’s available for (at least in this regard). It’s one of the only browsers other than Firefox not using Chromium. And WebKit, it’s renderer, is a pretty badass project.
Chromium and its forks actually all use WebKit as well: https://www.chromium.org/developers/design-documents/displaying-a-web-page-in-chrome/
Blink and WebKit completely diverged in 2013 after the fork. That document is virtually identical to its 2012 version and is marked as outdated in several places.
Oh huh, TIL. I had always assumed they were all webkit just due to the amount of compatibility code I’ve had to implement in CSS with
-webkit
styles. It makes sense that a fork like Blink would be backwards compatible with those thoughIs this up to date? I thought they forked from WebKit ten years ago.