mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Auto merge of #9784 - servo:jdm-patch-1, r=Ms2ger
Fix some errors in the DOM documentation. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9784) <!-- Reviewable:end -->
This commit is contained in:
commit
5b8041147d
1 changed files with 3 additions and 2 deletions
|
@ -186,9 +186,10 @@
|
|||
//! superclass or `Reflector` member, and other members as appropriate;
|
||||
//! * implementing the
|
||||
//! `dom::bindings::codegen::Bindings::FooBindings::FooMethods` trait for
|
||||
//! `&'a Foo`;
|
||||
//! `Foo`;
|
||||
//! * adding/updating the match arm in create_element in
|
||||
//! `components/script/dom/create.rs` (only applicable to new `HTMLElement`s)
|
||||
//! `components/script/dom/create.rs` (only applicable to new types inheriting
|
||||
//! from `HTMLElement`)
|
||||
//!
|
||||
//! More information is available in the [bindings module](bindings/index.html).
|
||||
//!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue