Implement HTMLTableDataCellElement & HTMLTableHeaderCellElement.

This commit is contained in:
Tetsuharu OHZEKI 2013-10-15 22:37:06 +09:00
parent 74d84ba099
commit 0de35fdc2f
12 changed files with 100 additions and 4 deletions

View file

@ -106,6 +106,8 @@ pub enum ElementTypeId {
HTMLTableElementTypeId,
HTMLTableCaptionElementTypeId,
HTMLTableCellElementTypeId,
HTMLTableDataCellElementTypeId,
HTMLTableHeaderCellElementTypeId,
HTMLTableColElementTypeId,
HTMLTableRowElementTypeId,
HTMLTableSectionElementTypeId,