logo

blog

My website can't be that messy, right? git clone https://hacktivis.me/git/blog.git

anybrowser.shtml (1600B)


  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
  3. <head>
  4. <!--#include file="/templates/head.shtml" -->
  5. <title>Anybrowser — Cyber-habitat de lanodan</title>
  6. </head>
  7. <body>
  8. <!--#include file="/templates/en/nav.shtml" -->
  9. <main>
  10. <h1>How well does this website works?</h1>
  11. <p>This is a page describing how well this website works among all browsers so far. I encourage other web developers to do the same kind of transparency list, at least internally as the Web should work in Any Browser and if it doesn't it is a bug. This is inspired from the <a href="http://www.anybrowser.org/campaign/">AnyBrowser campaign</a>.</p>
  12. <p>Note: I consider the last versions only (Sorry Firefox 4 and Internet Explorer 5 on (Open)Solaris), engines are used in replacement to browser when possible and relevant.</p>
  13. <dl>
  14. <dt>WebKit(GTK, WPE), Mozilla Firefox, Chromium and derived</dt>
  15. <dd>Works greatly, supports everything used</dd>
  16. <dt>Netsurf</dt>
  17. <dd>Only lacks colors because my CSS theming uses variables</dd>
  18. <dt>w3m, lynx, links, elinks, Dillo, abaco, Kristall</dt>
  19. <dd>Works fine</dd>
  20. <dt>Mothra</dt>
  21. <dd>Works fine, except on few pages due to the lack of support for tables breaks few pages, specially <a href="/animelist">/animelist</a>. Consider abaco or <a href="http://plan9.stanleylieber.com/netsurf/">Netsurf ported to Plan9</a> instead</dd>
  22. <dt>Netscape, Mosaic, …</dt>
  23. <dd>Untested, needs a proxy because TLS is mandatory</dd>
  24. </dl>
  25. </main>
  26. <!--#include file="/templates/en/footer.shtml" -->
  27. </body>
  28. </html>