Bug 22563

Summary: Awkward syntax when creating HTML inside WebCore without using the ElementFactory
Product: WebKit Reporter: Julien Chaffraix <jchaffraix>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Minor CC: emacemac7
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

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
Note You need to log in before you can comment on or make changes to this bug.