mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Rename HTMLListItemElement to HTMLLIElement.
This commit is contained in:
parent
14bdd21ed8
commit
cd1e3a19e3
2 changed files with 6 additions and 6 deletions
|
@ -115,7 +115,7 @@ pub enum ElementTypeId {
|
|||
HTMLImageElementTypeId,
|
||||
HTMLInputElementTypeId,
|
||||
HTMLLinkElementTypeId,
|
||||
HTMLListItemElementTypeId,
|
||||
HTMLLIElementTypeId,
|
||||
HTMLMetaElementTypeId,
|
||||
HTMLOListElementTypeId,
|
||||
HTMLOptionElementTypeId,
|
||||
|
@ -149,7 +149,7 @@ pub struct HTMLFontElement { parent: HTMLElement }
|
|||
pub struct HTMLFormElement { parent: HTMLElement }
|
||||
pub struct HTMLHeadElement { parent: HTMLElement }
|
||||
pub struct HTMLHtmlElement { parent: HTMLElement }
|
||||
pub struct HTMLListItemElement { parent: HTMLElement }
|
||||
pub struct HTMLLIElement { parent: HTMLElement }
|
||||
pub struct HTMLOptionElement { parent: HTMLElement }
|
||||
pub struct HTMLParagraphElement { parent: HTMLElement }
|
||||
pub struct HTMLSelectElement { parent: HTMLElement }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue