-
-
Notifications
You must be signed in to change notification settings - Fork 228
Open
Description
I've been looking at some of the templates on this site and noticing some things:
- There are some [if IE] comment tags around, which were deprecated nearly a decade ago.
- Running the page through a validator mentioned that the "projection" media type is deprecated and can be removed. (It also noted the self-closing tags not being necessary in HTML5, but that's not a big deal)
- There's a piece of Javascript called MathMLinHTML.js that seems to either add some namespaces to the code or insert an ActiveX object (and in fact we should probably replace the stuff in the README about that to instead mention that MathML has been in every browser since 2023)
For a website connected to the open web, we should generally be using HTTPS (e.g. from Let's Encrypt), and browsers like IE6 shouldn't even be expected to be able to connect to the site. Do we want to keep the compatibility in for these things?
Metadata
Metadata
Assignees
Labels
No labels