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
This moves the DOMParser class from https://w3c.github.io/DOM-Parsing/
into HTML, per various offline discussions. Along the way, it improves
the spec in several minor ways and a couple notable ways:
* It precisely defines the URL of the resulting document, in a way that
matches the majority of browsers. As such, this closesw3c/DOM-Parsing#46.
* It more clearly states how the parser error documents are created,
namely that they also get their content type and URL set.
This also closesw3c/DOM-Parsing#51 and
w3c/DOM-Parsing#34 by adding explanatory
notes for points that confused people enough to file an issue.
Tests: web-platform-tests/wpt#21041
This should probably be obvious, but it is not stated per usual, as far as I can tell, at https://www.w3.org/TR/DOM-Parsing/#the-domparser-interface
The text was updated successfully, but these errors were encountered: