You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
none of them have content, just empty <html> elements. I'm not even sure 3.1.1 apply to these, and so (notably), not sure the Failed examples are actually failing.
The Inapplicable examples are <svg> and <math> without a lang attribute (nor content). This means that 3.1.1 is actually failing on them, since there is no programmatic language. They should have a correct lang attribute.
The last inapplicable example is just <math></math>, when opened in a separate tab, both Chrome and Firefox build a wrapper page around it stating:
This XML file does not appear to have any style information associated with it. The document tree is shown below. <math />
which effectively makes it hard to test the correct thing (the <math> page) rather than the wrapper page.