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
Both Firefox and Chrome say 'UTF-8' ignoring completely the encoding="ISO-8859-1". Totally fine behavior as far as I'm concerned, I haven't tested in other browsers
The text was updated successfully, but these errors were encountered:
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
Both Firefox and Chrome say 'UTF-8' ignoring completely the
encoding="ISO-8859-1"
. Totally fine behavior as far as I'm concerned, I haven't tested in other browsersThe text was updated successfully, but these errors were encountered: