Bug 160041

Summary: Fix null handling for several HTMLTableElement 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/#HTMLTableElement-partial
Attachments:
Description Flags
Patch none

Chris Dumez
Reported 2016-07-21 12:40:18 PDT
Fix null handling for several HTMLTableElement attributes to match the specification: - https://html.spec.whatwg.org/#HTMLTableElement-partial The attributes in question are 'bicolor', 'cellSpacing' and 'cellPadding'. We are supposed to treat null as the empty string for these attributes. Firefox and Chrome both agree with the specification.
Attachments
Patch (9.18 KB, patch)
2016-07-21 12:58 PDT, Chris Dumez
no flags
Chris Dumez
Comment 1 2016-07-21 12:58:52 PDT
Chris Dumez
Comment 2 2016-07-21 14:26:10 PDT
Comment on attachment 284249 [details] Patch Clearing flags on attachment: 284249 Committed r203529: <http://trac.webkit.org/changeset/203529>
Chris Dumez
Comment 3 2016-07-21 14:26:15 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.