Bug 193410

Summary: Remove redundant check for alignAttr and hiddenAttr in various isPresentationAttribute overrides
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: DOMAssignee: Ryosuke Niwa <rniwa>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, simon.fraser, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Cleanup
none
Cleanup simon.fraser: review+

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>