Bug 148991

Summary: HTMLTableElement.tHead / tFoot / caption should be nullable
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: DOMAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: ap, commit-queue, rniwa
Priority: P2 Keywords: WebExposed
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 148971    
Attachments:
Description Flags
Patch
none
Patch none

Chris Dumez
Reported 2015-09-08 20:39:03 PDT
HTMLTableElement.tHead / tFoot / caption should be nullable as per the specification: https://html.spec.whatwg.org/multipage/tables.html#htmltableelement Setting those to null in WebKit will nullify them but it will then throw a "NotFoundError: DOM Exception 8" due to an implementation bug.
Attachments
Patch (11.77 KB, patch)
2015-09-08 21:49 PDT, Chris Dumez
no flags
Patch (12.81 KB, patch)
2015-09-08 21:54 PDT, Chris Dumez
no flags
Chris Dumez
Comment 1 2015-09-08 21:49:29 PDT
Chris Dumez
Comment 2 2015-09-08 21:54:39 PDT
WebKit Commit Bot
Comment 3 2015-09-09 01:49:30 PDT
Comment on attachment 260832 [details] Patch Clearing flags on attachment: 260832 Committed r189537: <http://trac.webkit.org/changeset/189537>
WebKit Commit Bot
Comment 4 2015-09-09 01:49:34 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.