RESOLVED FIXED 160044
Fix null handling for several HTMLBodyElement attributes
https://bugs.webkit.org/show_bug.cgi?id=160044
Summary Fix null handling for several HTMLBodyElement attributes
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.