diff options
author | bors-servo <metajack+bors@gmail.com> | 2015-10-13 12:54:10 -0600 |
---|---|---|
committer | bors-servo <metajack+bors@gmail.com> | 2015-10-13 12:54:10 -0600 |
commit | 9fca41c7a7498cb6e27b914c45290dc4639d6f8b (patch) | |
tree | 33406261a2e1f8855802591d179c89caa796d17d /components/script/dom/domstringmap.rs | |
parent | 8cb3c5f6287146f8a5c351b72fb135de5b283b33 (diff) | |
parent | fa606bf1c87ef9f95555391c9243a3cc1383d9ce (diff) | |
download | servo-9fca41c7a7498cb6e27b914c45290dc4639d6f8b.tar.gz servo-9fca41c7a7498cb6e27b914c45290dc4639d6f8b.zip |
Auto merge of #7997 - eefriedman:html-spec-multipage, r=jdm
Link to the HTML multipage spec, not the single-page one.
<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7997)
<!-- Reviewable:end -->
Diffstat (limited to 'components/script/dom/domstringmap.rs')
-rw-r--r-- | components/script/dom/domstringmap.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/domstringmap.rs b/components/script/dom/domstringmap.rs index 11068b99259..cfa5a8e0a1c 100644 --- a/components/script/dom/domstringmap.rs +++ b/components/script/dom/domstringmap.rs @@ -33,7 +33,7 @@ impl DOMStringMap { } } -// https://html.spec.whatwg.org/#domstringmap +// https://html.spec.whatwg.org/multipage/#domstringmap impl DOMStringMapMethods for DOMStringMap { // https://html.spec.whatwg.org/multipage/#dom-domstringmap-removeitem fn NamedDeleter(&self, name: DOMString) { |