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:
bors-servo 2016-01-14 11:10:10 +05:30
commit 396d411ac8

View file

@ -186,7 +186,9 @@
//! superclass or `Reflector` member, and other members as appropriate;
//! * implementing the
//! `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).
//!