-
schweinepriestr @diverent2 So…XHTML != HTML. Apples & oranges. When head is being parsed, if it encounters an unrecognised tag it closes and starts the body with that tag. If HTML parses an unknown element the parser still works, it just renders the contents. If JS parses unknown syntax, it all breaks.