mirror of
https://github.com/servo/servo
synced 2026-05-02 04:17:38 +02:00
Implement createCaption and deleteCaption on HTMLTableElement
Update web-platform-tests expected data
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
// https://www.whatwg.org/html/#htmltableelement
|
||||
interface HTMLTableElement : HTMLElement {
|
||||
attribute HTMLTableCaptionElement? caption;
|
||||
//HTMLElement createCaption();
|
||||
//void deleteCaption();
|
||||
HTMLElement createCaption();
|
||||
void deleteCaption();
|
||||
// attribute HTMLTableSectionElement? tHead;
|
||||
//HTMLElement createTHead();
|
||||
//void deleteTHead();
|
||||
|
||||
Reference in New Issue
Block a user