diff options
author | Corey Farwell <coreyf@rwell.org> | 2015-04-11 11:35:40 -0700 |
---|---|---|
committer | Corey Farwell <coreyf@rwell.org> | 2015-04-14 18:03:13 -0400 |
commit | cc4a64e1feb4e4a94621374f993ba548ab3681ff (patch) | |
tree | ac9041361e143795e170ce026c334745475ac8b9 /components/script/dom/domimplementation.rs | |
parent | 7f422e2076e7ebc9949e9fb2ffc3f09c653130c0 (diff) | |
download | servo-cc4a64e1feb4e4a94621374f993ba548ab3681ff.tar.gz servo-cc4a64e1feb4e4a94621374f993ba548ab3681ff.zip |
Add/update comments with links to spec
Extracted out of #5649
* add more hyperlinks to associated specification for structs/methods
* follow redirects and update links
* replace broken links
* removal of WHATWG multipage page name since the page name is not
guaranteed to be stable
Diffstat (limited to 'components/script/dom/domimplementation.rs')
-rw-r--r-- | components/script/dom/domimplementation.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/domimplementation.rs b/components/script/dom/domimplementation.rs index 22f853bd2ab..07eb80561bf 100644 --- a/components/script/dom/domimplementation.rs +++ b/components/script/dom/domimplementation.rs @@ -25,6 +25,7 @@ use util::str::DOMString; use std::borrow::ToOwned; +// https://dom.spec.whatwg.org/#domimplementation #[dom_struct] pub struct DOMImplementation { reflector_: Reflector, |