From da273c65e226559da81c9b1fc95035238b392b57 Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Fri, 24 Jun 2022 23:18:45 -0700 Subject: [PATCH] Update compatibility statement --- content/site-design.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/content/site-design.md b/content/site-design.md index 235bd5e..5df56fd 100644 --- a/content/site-design.md +++ b/content/site-design.md @@ -80,10 +80,17 @@ I also perform cross-browser testing for both HTML and XHTML versions of my page - The site works well with **textual browsers.** Lynx and Links2 are first-class citizens for which all features work as intended. [w3m doesn't support soft hyphens](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=830173), but the site is still otherwise usable in it. I maintain compatibility with these engines by making CSS a strictly-optional progressive enhancement and using semantic markup. -- I also regularly test compatibility with **current alternative engines:** the SerenityOS browser, Servo, NetSurf, Dillo, and Goanna (Pale Moon's Gecko fork). I have excellent compatibility with Goanna and Servo. The site is usable in NetSurf, Dillo, and the SerenityOS browser; the always-expanded `
` elements might look odd. [The SerenityOS browser doesn't support ECDSA certificates](https://github.com/SerenityOS/serenity/issues/14160), but the Tildeverse mirror works fine. It also has some issues displaying my SVG avatar; it does not attempt to use the PNG fallback. +- I also regularly test compatibility with **current alternative engines:** the SerenityOS browser, Servo, NetSurf, Dillo, Kristall, and Goanna (Pale Moon's Gecko fork). I have excellent compatibility with Goanna and Servo. The site is usable in NetSurf, Dillo, and the SerenityOS browser; the always-expanded `
` elements might look odd. [The SerenityOS browser doesn't support ECDSA certificates](https://github.com/SerenityOS/serenity/issues/14160), but the Tildeverse mirror works fine. It also has some issues displaying my SVG avatar; it does not attempt to use the PNG fallback. - I occasionally test **abandoned engines,** sometimes with a TLS-terminating proxy if necessary. These engines include Tkhtml, KHTML, Internet Explorer (with and without compatibility mode), Netscape Navigator, and outdated versions of current browsers. The aforementioned issue with `
` applies to all of these choices. I use Linux, but testing in browsers like Internet Explorer depends on my access to a Windows machine. +Some engines I have not yet tested, but hope to try in the future: + +- [Netzhaut](https://netzhaut.dev/) +- [Kozmonaut](https://github.com/twilco/kosmonaut) +- [Moon](https://github.com/ZeroX-DG/moon) +- [hastur](https://github.com/robinlinden/hastur) + Machine-friendliness --------------------