Implement HTMLTableElement.caption

This commit is contained in:
Rohan Prinja 2014-08-16 16:29:04 +05:30
parent fe3b62e9b4
commit 795fd68032
3 changed files with 63 additions and 3 deletions

View file

@ -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;