WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
ASSIGNED
117482
Fix overengineered inheritsPresentationalRole implementation
https://bugs.webkit.org/show_bug.cgi?id=117482
Summary
Fix overengineered inheritsPresentationalRole implementation
Ryosuke Niwa
Reported
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>.
Attachments
Add attachment
proposed patch, testcase, etc.
chris fleizach
Comment 1
2013-06-10 23:55:48 PDT
this looks like a good change
Radar WebKit Bug Importer
Comment 2
2014-02-07 11:34:04 PST
<
rdar://problem/16014106
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug