[Webkit-unassigned] [Bug 78778] New: [Refactoring] Use HTMLInsertionPoint instead of HTMLContentElement

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 15 22:41:41 PST 2012


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

           Summary: [Refactoring] Use HTMLInsertionPoint instead of
                    HTMLContentElement
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: shinyak at chromium.org


We had assumed shadow insertion point was only HTMLContentElement before.
So a lot of code use HTMLContentElement* type instead of HTMLInsertionPoint type.
But we now have <shadow> element, which is another insertion point.
We should convert HTMLContentElement* type to HTMLInsertionPoint* in NodeRenderingContext and so on.

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


More information about the webkit-unassigned mailing list