Generate bindings for HTMLOutputElement.

This commit is contained in:
Josh Matthews 2013-08-28 17:47:29 -04:00
parent cb0adec792
commit 8693459b28
8 changed files with 116 additions and 1 deletions

View file

@ -82,8 +82,9 @@ pub enum ElementTypeId {
HTMLModElementTypeId,
HTMLObjectElementTypeId,
HTMLOListElementTypeId,
HTMLOptionElementTypeId,
HTMLOptGroupElementTypeId,
HTMLOptionElementTypeId,
HTMLOutputElementTypeId,
HTMLParagraphElementTypeId,
HTMLProgressElementTypeId,
HTMLQuoteElementTypeId,