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
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.