Implemention of HTMLMainElement

This commit is contained in:
Marcos Caceres 2013-10-18 22:03:58 +01:00
parent 284ad5ee8e
commit faf53fd05c
9 changed files with 40 additions and 0 deletions

View file

@ -82,6 +82,7 @@ pub enum ElementTypeId {
HTMLLegendElementTypeId,
HTMLLinkElementTypeId,
HTMLLIElementTypeId,
HTMLMainElementTypeId,
HTMLMapElementTypeId,
HTMLMediaElementTypeId,
HTMLMetaElementTypeId,