Generate bindings for HTMLAudioElement, HTMLVideoElement.

This commit is contained in:
Tetsuharu OHZEKI 2013-08-31 19:46:55 +09:00
parent a76e46416a
commit 17e888bfea
10 changed files with 174 additions and 1 deletions

View file

@ -50,6 +50,7 @@ pub enum ElementTypeId {
HTMLAnchorElementTypeId,
HTMLAppletElementTypeId,
HTMLAreaElementTypeId,
HTMLAudioElementTypeId,
HTMLBaseElementTypeId,
HTMLBRElementTypeId,
HTMLBodyElementTypeId,
@ -109,6 +110,7 @@ pub enum ElementTypeId {
HTMLTitleElementTypeId,
HTMLTrackElementTypeId,
HTMLUListElementTypeId,
HTMLVideoElementTypeId,
HTMLUnknownElementTypeId,
}