[Webkit-unassigned] [Bug 93857] New: HTMLTreeBuilder::furthestBlockForFormattingElement should belong to HTMLElementStack

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 13 09:25:39 PDT 2012


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

           Summary: HTMLTreeBuilder::furthestBlockForFormattingElement
                    should belong to HTMLElementStack
           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: skyul at company100.net


HTMLTreeBuilder::furthestBlockForFormattingElement should belong to HTMLElementStack because it traverses the element stack and finds the furthest formatting element. 

Currently, it belongs to HTMLTreeBuilder just because isSpecialNode(const HTMLStackItem*) function used by furthestBlockForFormattingElement is internal to HTMLTreeBuilder. By moving isSpecialNode to HTMLStackItem, we can move furthestBlockForFormattingElement to HTMLElementStack.

-- 
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