Bug 193410 - Remove redundant check for alignAttr and hiddenAttr in various isPresentationAttribute overrides
Summary: Remove redundant check for alignAttr and hiddenAttr in various isPresentation...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-01-14 14:35 PST by Ryosuke Niwa
Modified: 2019-01-14 14:52 PST (History)
4 users (show)

See Also:


Attachments
Cleanup (11.66 KB, patch)
2019-01-14 14:37 PST, Ryosuke Niwa
no flags Details | Formatted Diff | Diff
Cleanup (11.67 KB, patch)
2019-01-14 14:40 PST, Ryosuke Niwa
simon.fraser: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2019-01-14 14:35:16 PST
HTMLElement::isPresentationAttribute checks for alignAttr and hiddenAttr.
There is no need to check them in HTMLElement's subclasses' isPresentationAttribute
Comment 1 Ryosuke Niwa 2019-01-14 14:37:38 PST
Created attachment 359081 [details]
Cleanup
Comment 2 Ryosuke Niwa 2019-01-14 14:40:31 PST
Created attachment 359082 [details]
Cleanup
Comment 3 Ryosuke Niwa 2019-01-14 14:51:58 PST
Committed r239952: <https://trac.webkit.org/changeset/239952>
Comment 4 Radar WebKit Bug Importer 2019-01-14 14:52:28 PST
<rdar://problem/47266787>