mirror of
https://github.com/servo/servo.git
synced 2025-06-23 08:34:42 +01:00
Generate bindings for HTMLLinkElement
This commit is contained in:
parent
c8306795d1
commit
75ccbdb612
8 changed files with 142 additions and 2 deletions
|
@ -60,6 +60,7 @@ pub mod dom {
|
|||
pub mod HTMLHtmlElementBinding;
|
||||
pub mod HTMLIFrameElementBinding;
|
||||
pub mod HTMLImageElementBinding;
|
||||
pub mod HTMLLinkElementBinding;
|
||||
pub mod HTMLMetaElementBinding;
|
||||
pub mod HTMLOListElementBinding;
|
||||
pub mod HTMLParagraphElementBinding;
|
||||
|
@ -110,6 +111,7 @@ pub mod dom {
|
|||
pub mod htmlhrelement;
|
||||
pub mod htmliframeelement;
|
||||
pub mod htmlimageelement;
|
||||
pub mod htmllinkelement;
|
||||
pub mod htmlmetaelement;
|
||||
pub mod htmlolistelement;
|
||||
pub mod htmlscriptelement;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue