Bug 160044

Summary: Fix null handling for several HTMLBodyElement attributes
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: DOMAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, cdumez, commit-queue, darin, dbates, esprehn+autocc, gyuyoung.kim, kondapallykalyan, rniwa, sam
Priority: P2 Keywords: WebExposed
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
URL: https://html.spec.whatwg.org/#HTMLBodyElement-partial
Attachments:
Description Flags
Patch none

Chris Dumez
Reported 2016-07-21 13:11:35 PDT
Fix null handling for several HTMLBodyElement attributes to match the specification: - https://html.spec.whatwg.org/#HTMLBodyElement-partial The attributes in question are: 'text', 'link', 'vlink', 'alink' and 'bgcolor'. We are supposed to treat null as the empty string for these attributes. Firefox and Chrome both agree with the specification.
Attachments
Patch (10.70 KB, patch)
2016-07-21 13:25 PDT, Chris Dumez
no flags
Chris Dumez
Comment 1 2016-07-21 13:25:33 PDT
Chris Dumez
Comment 2 2016-07-21 14:12:05 PDT
Comment on attachment 284252 [details] Patch Clearing flags on attachment: 284252 Committed r203525: <http://trac.webkit.org/changeset/203525>
Chris Dumez
Comment 3 2016-07-21 14:12:10 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.