WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
59059
'new DOMParser().parseFromString(...)' doesn't create shadow DOM
https://bugs.webkit.org/show_bug.cgi?id=59059
Summary
'new DOMParser().parseFromString(...)' doesn't create shadow DOM
Roland Steiner
Reported
2011-04-20 18:50:40 PDT
var doc = new DOMParser().parseFromString('<keygen/>', 'text/xml') doesn't create the shadow tree for the <keygen> element.
Attachments
Add attachment
proposed patch, testcase, etc.
Dominic Cooney
Comment 1
2011-04-20 19:10:21 PDT
I don’t think this is a bug, because you are parsing a text/xml document. So the parsed <keygen> element isn’t a HTML keygen element, just an element with tag name keygen.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug