Remove the HTMLTable{Header,Data}CellElement interfaces

Fixes #17222.
This commit is contained in:
Simon Pieters 2018-10-02 19:13:53 +02:00
parent 57053e03bb
commit 9b74f0af24
16 changed files with 42 additions and 149 deletions

View file

@ -372,9 +372,7 @@ pub mod htmlstyleelement;
pub mod htmltablecaptionelement;
pub mod htmltablecellelement;
pub mod htmltablecolelement;
pub mod htmltabledatacellelement;
pub mod htmltableelement;
pub mod htmltableheadercellelement;
pub mod htmltablerowelement;
pub mod htmltablesectionelement;
pub mod htmltemplateelement;