[Webkit-unassigned] [Bug 69569] New: Remove colSpan / rowSpan caching from RenderTableCell

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 6 15:13:52 PDT 2011


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

           Summary: Remove colSpan / rowSpan caching from RenderTableCell
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tables
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jchaffraix at webkit.org


Currently those 2 fields are used during layout and to check that colSpan or rowSpan have changed in updateElement. However most of this use does not mandate having 2 integers stored per cells. Especially since HTMLTableElement already stores them.

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