aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/validitystate.rs
diff options
context:
space:
mode:
authorbors-servo <metajack+bors@gmail.com>2015-10-13 12:54:10 -0600
committerbors-servo <metajack+bors@gmail.com>2015-10-13 12:54:10 -0600
commit9fca41c7a7498cb6e27b914c45290dc4639d6f8b (patch)
tree33406261a2e1f8855802591d179c89caa796d17d /components/script/dom/validitystate.rs
parent8cb3c5f6287146f8a5c351b72fb135de5b283b33 (diff)
parentfa606bf1c87ef9f95555391c9243a3cc1383d9ce (diff)
downloadservo-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/validitystate.rs')
-rw-r--r--components/script/dom/validitystate.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/validitystate.rs b/components/script/dom/validitystate.rs
index c6288145d93..547e7363b82 100644
--- a/components/script/dom/validitystate.rs
+++ b/components/script/dom/validitystate.rs
@@ -8,7 +8,7 @@ use dom::bindings::js::Root;
use dom::bindings::utils::{Reflector, reflect_dom_object};
use dom::window::Window;
-// https://html.spec.whatwg.org/#validitystate
+// https://html.spec.whatwg.org/multipage/#validitystate
#[dom_struct]
pub struct ValidityState {
reflector_: Reflector,