What is the issue with the HTML Standard?
When creating the side document for fragment parsing (also when parsing using DOMParser?) that document has no browsing context, which would mean this document would be parsed as if it has scripting disabled, affecting <noscript> and such.
This seems broken as this state should derive from the target document/environment.