https://www.w3.org/Bugs/Public/show_bug.cgi?id=15866
Summary: Support HTML parsing in DOMParser
Product: WebAppsWG
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: DOM Parsing and Serialization
AssignedTo: [email protected]
ReportedBy: [email protected]
QAContact: [email protected]
CC: [email protected], [email protected]
http://html5.org/specs/dom-parsing.html#the-domparser-interface
Please specify that when the MIME type argument to parseFromString is
"text/html", the other argument gets parsed as HTML in the non-fragment mode
with scripting disabled (<script> elements get marked unexecutable and the
contents of <noscript> get parsed as markup). Regardless of <meta>s, the
resulting document reports UTF-8 as its encoding. What the compatMode property
of the resulting document reports depends on doctype as usual.
This is implemented in Firefox 12 and up.
--
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.