mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Auto merge of #9297 - KiChjang:document-new-elements, r=ecoal95
Add instructions to update create.rs when adding new DOM interfaces <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9297) <!-- Reviewable:end -->
This commit is contained in:
commit
396d411ac8
1 changed files with 3 additions and 1 deletions
|
@ -186,7 +186,9 @@
|
||||||
//! superclass or `Reflector` member, and other members as appropriate;
|
//! superclass or `Reflector` member, and other members as appropriate;
|
||||||
//! * implementing the
|
//! * implementing the
|
||||||
//! `dom::bindings::codegen::Bindings::FooBindings::FooMethods` trait for
|
//! `dom::bindings::codegen::Bindings::FooBindings::FooMethods` trait for
|
||||||
//! `&'a Foo`.
|
//! `&'a Foo`;
|
||||||
|
//! * adding/updating the match arm in create_element in
|
||||||
|
//! `components/script/dom/create.rs` (only applicable to new `HTMLElement`s)
|
||||||
//!
|
//!
|
||||||
//! More information is available in the [bindings module](bindings/index.html).
|
//! More information is available in the [bindings module](bindings/index.html).
|
||||||
//!
|
//!
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue