mirror of
https://github.com/servo/servo.git
synced 2025-06-24 17:14:33 +01:00
Generate bindings for HTMLStyleElement.
This commit is contained in:
parent
fba2cea097
commit
c5125ca5e2
9 changed files with 79 additions and 17 deletions
|
@ -58,6 +58,7 @@ pub mod dom {
|
|||
pub mod HTMLParagraphElementBinding;
|
||||
pub mod HTMLScriptElementBinding;
|
||||
pub mod HTMLSpanElementBinding;
|
||||
pub mod HTMLStyleElementBinding;
|
||||
pub mod MouseEventBinding;
|
||||
pub mod NodeBinding;
|
||||
pub mod PrototypeList;
|
||||
|
@ -89,6 +90,7 @@ pub mod dom {
|
|||
pub mod htmlmetaelement;
|
||||
pub mod htmlolistelement;
|
||||
pub mod htmlscriptelement;
|
||||
pub mod htmlstyleelement;
|
||||
pub mod mouseevent;
|
||||
pub mod node;
|
||||
pub mod uievent;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue