mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
Implement IDL based HTMLSmallElement binding
This commit is contained in:
parent
a9b6eb8ff1
commit
93fba253a2
5 changed files with 3 additions and 10 deletions
|
@ -91,7 +91,6 @@ pub enum ElementTypeId {
|
|||
HTMLQuoteElementTypeId,
|
||||
HTMLScriptElementTypeId,
|
||||
HTMLSelectElementTypeId,
|
||||
HTMLSmallElementTypeId,
|
||||
HTMLSourceElementTypeId,
|
||||
HTMLSpanElementTypeId,
|
||||
HTMLStyleElementTypeId,
|
||||
|
@ -108,12 +107,6 @@ pub enum ElementTypeId {
|
|||
HTMLUnknownElementTypeId,
|
||||
}
|
||||
|
||||
//
|
||||
// Regular old elements
|
||||
//
|
||||
|
||||
pub struct HTMLSmallElement { parent: HTMLElement }
|
||||
|
||||
//
|
||||
// Element methods
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue