[Webkit-unassigned] [Bug 117482] New: Fix overengineered inheritsPresentationalRole implementation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 10 21:16:40 PDT 2013


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

           Summary: Fix overengineered inheritsPresentationalRole
                    implementation
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: BlinkMergeCandidate
          Severity: Normal
          Priority: P2
         Component: Accessibility
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: darin at apple.com, cfleizach at apple.com


Consider merging https://chromium.googlesource.com/chromium/blink/+/76ac4f589d39168161be5dee7d28623c3ac7dc71

The only thing this method is supposed to do is make
<li> presentational if its parent <ul> is presentational.
The switch and static hash just bloated code size for no gain
in efficiency, and searching up the parent chain doesn't
seem right since a <li> must be a direct child of a <ul>.

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