Update links to DOM Parsing specification

Changed links from https://domparsing.spec.whatwg.org/ to
https://w3c.github.io/DOM-Parsing/.
This commit is contained in:
Raghav 2016-12-28 21:45:53 +05:30
parent 81ca858678
commit eb401ee2ca
4 changed files with 5 additions and 5 deletions

View file

@ -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)