mirror of
https://github.com/servo/servo.git
synced 2025-06-21 07:38:59 +01:00
Generate bindings for HTMLAudioElement, HTMLVideoElement.
This commit is contained in:
parent
a76e46416a
commit
17e888bfea
10 changed files with 174 additions and 1 deletions
|
@ -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,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue