WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
22563
Awkward syntax when creating HTML inside WebCore without using the ElementFactory
https://bugs.webkit.org/show_bug.cgi?id=22563
Summary
Awkward syntax when creating HTML inside WebCore without using the ElementFac...
Julien Chaffraix
Reported
2008-11-30 04:34:32 PST
For example, when creating an HTMLHtmlElement, the syntax is now: new HTMLHtmlElement(HTMLNames::htmlTag, doc); This is a consequence of
bug 22441
(see the comments on the bug and particularly #25). We should provide a method to create such an Element without taking a QualifiedName when we do not care about it.
Attachments
Add attachment
proposed patch, testcase, etc.
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