mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Fix some errors in the DOM documentation.
This commit is contained in:
parent
4e244b16dd
commit
bec25a1759
1 changed files with 3 additions and 2 deletions
|
@ -186,9 +186,10 @@
|
||||||
//! 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`;
|
//! `Foo`;
|
||||||
//! * adding/updating the match arm in create_element in
|
//! * 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).
|
//! More information is available in the [bindings module](bindings/index.html).
|
||||||
//!
|
//!
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue