mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Implement HTMLTableElement.caption
This commit is contained in:
parent
fe3b62e9b4
commit
795fd68032
3 changed files with 63 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
// http://www.whatwg.org/html/#htmltableelement
|
||||
interface HTMLTableElement : HTMLElement {
|
||||
// attribute HTMLTableCaptionElement? caption;
|
||||
attribute HTMLTableCaptionElement? caption;
|
||||
//HTMLElement createCaption();
|
||||
//void deleteCaption();
|
||||
// attribute HTMLTableSectionElement? tHead;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue