Re: [w3c/DOM-Parsing] Spec out normative text when parseFromString() is passed an unsupported MIME type (#41)

> Do we have data as to what various browsers currently do?

I haven't checked Edge, but Mac Chrome Canary Version 74.0.3686.0, Mac Firefox 64.0.2, Safari Version 12.0 (14606.1.36.1.2) seems to be unhappy and throw an exception when I tried to evaluate:

(new DOMParser).parseFromString("<h1>Hello</h1>", "text/HTML")


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/DOM-Parsing/issues/41#issuecomment-458220662

Received on Monday, 28 January 2019 17:18:48 UTC