[Webkit-unassigned] [Bug 22563] New: Awkward syntax when creating HTML inside WebCore without using the ElementFactory

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 30 04:34:32 PST 2008


https://bugs.webkit.org/show_bug.cgi?id=22563

           Summary: Awkward syntax when creating HTML inside WebCore without
                    using the ElementFactory
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Minor
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jchaffraix at pleyo.com


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.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list