diff options
author | Raghav <rmuddur@gmail.com> | 2016-12-28 21:45:53 +0530 |
---|---|---|
committer | Raghav <rmuddur@gmail.com> | 2016-12-28 21:45:53 +0530 |
commit | eb401ee2cad37ce55b41cab6fb14509900b99321 (patch) | |
tree | 41cedf0f6e576d83fb5d7d494d9e13fab326fe0b /components/script/dom/domparser.rs | |
parent | 81ca858678953105ee97f482eb3900729fa4d696 (diff) | |
download | servo-eb401ee2cad37ce55b41cab6fb14509900b99321.tar.gz servo-eb401ee2cad37ce55b41cab6fb14509900b99321.zip |
Update links to DOM Parsing specification
Changed links from https://domparsing.spec.whatwg.org/ to
https://w3c.github.io/DOM-Parsing/.
Diffstat (limited to 'components/script/dom/domparser.rs')
-rw-r--r-- | components/script/dom/domparser.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/domparser.rs b/components/script/dom/domparser.rs index 0ce2d50e09a..57dd1450293 100644 --- a/components/script/dom/domparser.rs +++ b/components/script/dom/domparser.rs @@ -46,7 +46,7 @@ impl DOMParser { } impl DOMParserMethods for DOMParser { - // https://domparsing.spec.whatwg.org/#the-domparser-interface + // https://w3c.github.io/DOM-Parsing/#the-domparser-interface fn ParseFromString(&self, s: DOMString, ty: DOMParserBinding::SupportedType) |