No, your website is not "working correctly" unless it is working correctly on two *different* rendering engines.
I lived through the IE6 era, I do not want to live through that kind of bullshit again. And trust me, neither do you.
No, your website is not "working correctly" unless it is working correctly on two *different* rendering engines.
I lived through the IE6 era, I do not want to live through that kind of bullshit again. And trust me, neither do you.

@rysiek
what was *fun* was trying to make a site that was standards-compliant and used CSS properly but also rendered as intended on Netscape 4
so many tears caused by Netscape 4 back when I was doing webdev stuff...
@rysiek Back in secondary school in the late 2000s early 2010s we learned to test our website made in dreamweavever in Internet explorer, chrome, Firefox, opera and safari.
Now developers don't do that. They just test in edge and chrome. When I get a browser not supported often changing the user agent often results in the website working fine.
@Goldmaster yeah, that last bit is even worse! they are actively shutting out browsers explicitly. It's not just that they do not test on them, they actively block them.
incompetence and cargo culting, is what that is.
@rysiek oh better than that!
Must use the app and then everyone wonders why their phones are littered with 500 apps.
@rysiek Also, do not aim for or rely on pixel perfection. You're basically just giving a suggestion to the browser how to display the content.
A good website is semantically correct and does not have any styling-only bloat.
@rysiek
I don't consider Webkit and Blink different rendering engines. More like different versions of the same engine.
I also consider Firefox dead, killed by Mozilla.
So to fulfil your requirement, kI would have to make sure that my website works in a Webkit(Blink) based browser as well as something like Lynx.
And while in theory my web site IS designed to work in Lynx, that is not something I test every time I make a change, and there are parts that probably don't work as well, primarily anything involving some kind of image.