Mar 20 2020 05:22 PM
@MissyQ I noticed something about edge. For some reason all 3 insider channels are running on Webkit.
Beta, Dev, and Can. Note that I don't have stable.
Why wouldn't they be running on blink like Chrome? Unless I'm mistaken, Webkit is Safari's engine, so it seems kind of out of place to use Apples rendering engine to run Googles browser code in Microsofts operating system.
Mar 21 2020 01:00 AM - edited Mar 21 2020 01:03 AM
SolutionIt's actually using Blink which is a fork of WebKit (a derivative of KHTML).
Most likely displaying WebKit because of the browser's user agent that reports compatibility with WebKit.
(These browsers are able to accept -webkit-* prefixed properties)
Nowadays All chromium/chrome variants except iOS rely on Blink.
Mar 21 2020 01:34 AM
Mar 21 2020 01:00 AM - edited Mar 21 2020 01:03 AM
SolutionIt's actually using Blink which is a fork of WebKit (a derivative of KHTML).
Most likely displaying WebKit because of the browser's user agent that reports compatibility with WebKit.
(These browsers are able to accept -webkit-* prefixed properties)
Nowadays All chromium/chrome variants except iOS rely on Blink.