mirror of
https://github.com/servo/servo.git
synced 2025-10-18 17:29:18 +01:00
Generate bindings for HTMLOptionElement.
This commit is contained in:
parent
4e3b948a37
commit
cb0adec792
7 changed files with 99 additions and 3 deletions
|
@ -110,7 +110,6 @@ pub enum ElementTypeId {
|
|||
// Regular old elements
|
||||
//
|
||||
|
||||
pub struct HTMLOptionElement { parent: HTMLElement }
|
||||
pub struct HTMLSelectElement { parent: HTMLElement }
|
||||
pub struct HTMLSmallElement { parent: HTMLElement }
|
||||
pub struct UnknownElement { parent: HTMLElement }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue