At the top I see:
<html lang=en-US-x-hixie class=split><script src="/link-fixup.js" defer></script><meta charset=utf-8><meta content="width=device-width, initial-scale=1, shrink-to-fit=no" name=viewport><title>HTML Standard</title><meta content=#3c790a name=theme-color><link href="https://resources.whatwg.org/spec.css" crossorigin="" rel=stylesheet><link href="https://resources.whatwg.org/standard.css" crossorigin="" rel=stylesheet><link href="https://resources.whatwg.org/standard-shared-with-dev.css" crossorigin="" rel=stylesheet><link href="https://resources.whatwg.org/logo.svg" crossorigin="" rel=icon><link href="/styles.css" crossorigin="" rel=stylesheet><script>
function toggleStatus(div) {
div.parentNode.classList.toggle('wrapped');
}
function setLinkFragment(link) {
link.hash = location.hash;
}
<style type='text/css'>
.diff-old-a {
font-size: smaller;
color: red;
}
.diff-new { background-color: yellow; }
.diff-chg { background-color: lime; }
.diff-new:before,
.diff-new:after
{ content: "\2191" }
.diff-chg:before, .diff-chg:after
{ content: "\2195" }
.diff-old { text-decoration: line-through; background-color: #FBB; }
.diff-old:before,
.diff-old:after
{ content: "\2193" }
</style>
<script src="https://w3c.github.io/htmldiff-nav/index.js"></script><script async crossorigin="" src="/html-dfn.js">
</script>
Note how various things end up nested inside a script element somehow. The document is also in quirks mode.
Could this be because we made a change to this header at some point to have more external style sheets?
whatwg/html#5600
cc @domenic @tobie
At the top I see:
Note how various things end up nested inside a
scriptelement somehow. The document is also in quirks mode.Could this be because we made a change to this header at some point to have more external style sheets?
whatwg/html#5600
cc @domenic @tobie