Bug 117482 - Fix overengineered inheritsPresentationalRole implementation
Summary: Fix overengineered inheritsPresentationalRole implementation
Status: ASSIGNED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: chris fleizach
URL:
Keywords: BlinkMergeCandidate, InRadar
Depends on:
Blocks:
 
Reported: 2013-06-10 21:15 PDT by Ryosuke Niwa
Modified: 2014-02-07 11:34 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2013-06-10 21:15:15 PDT
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>.
Comment 1 chris fleizach 2013-06-10 23:55:48 PDT
this looks like a good change
Comment 2 Radar WebKit Bug Importer 2014-02-07 11:34:04 PST
<rdar://problem/16014106>