mirror of
https://github.com/servo/servo.git
synced 2025-06-21 07:38:59 +01:00
Generate bindings for HTMLUnknownElement.
This commit is contained in:
parent
65c993e7e6
commit
1eb5eeb630
8 changed files with 35 additions and 3 deletions
|
@ -105,7 +105,7 @@ pub enum ElementTypeId {
|
|||
HTMLTimeElementTypeId,
|
||||
HTMLTitleElementTypeId,
|
||||
HTMLUListElementTypeId,
|
||||
UnknownElementTypeId,
|
||||
HTMLUnknownElementTypeId,
|
||||
}
|
||||
|
||||
//
|
||||
|
@ -113,7 +113,6 @@ pub enum ElementTypeId {
|
|||
//
|
||||
|
||||
pub struct HTMLSmallElement { parent: HTMLElement }
|
||||
pub struct UnknownElement { parent: HTMLElement }
|
||||
|
||||
//
|
||||
// Element methods
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue