- From: <bugzilla@jessica.w3.org>
- Date: Fri, 03 Feb 2012 13:23:50 +0000
- To: public-webapps@w3.org
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: Ms2ger@gmail.com
ReportedBy: hsivonen@iki.fi
QAContact: member-webapi-cvs@w3.org
CC: mike@w3.org, public-webapps@w3.org
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.
Received on Friday, 3 February 2012 13:23:55 UTC