diff options
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) |