mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
Implement createCaption and deleteCaption on HTMLTableElement
Update web-platform-tests expected data
This commit is contained in:
parent
78792cced2
commit
e24a867ab6
8 changed files with 59 additions and 51 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue