Auto merge of #18869 - kafji:kfj/updatedomparsingdoc, r=jdm

Update domparsing spec links to not point at WHATWG

Change domparsing spec links from domparsing.spec.whatwg.org to w3c.github.io/DOM-Parsing.

---

- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors
- [X] These changes fix #14555
- [X] These changes do not require tests because these only affect documentation

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/18869)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2017-10-14 11:16:29 -05:00 committed by GitHub
commit ac5da66a4f
4 changed files with 4 additions and 5 deletions

View file

@ -66,7 +66,6 @@ WEBIDL_STANDARDS = [
"//dev.w3.org/fxtf",
"//dvcs.w3.org/hg",
"//dom.spec.whatwg.org",
"//domparsing.spec.whatwg.org",
"//drafts.csswg.org",
"//drafts.css-houdini.org",
"//drafts.fxtf.org",

View file

@ -577187,7 +577187,7 @@
"testharness"
],
"domparsing/innerhtml-07.html": [
"b420f01bdc20c9acd0787767f32a32e89224d755",
"881f6b21d62177fce935788c1abdbab846f46f13",
"testharness"
],
"domparsing/innerhtml-mxss.sub.html": [
@ -577215,7 +577215,7 @@
"testharness"
],
"domparsing/outerhtml-02.html": [
"6dc21aaae6399a9ea130da0b58c0a301177311b9",
"8cd50c102f335e9226abd1869a9e8800f287723d",
"testharness"
],
"domparsing/style_attribute_html.html": [

View file

@ -1,7 +1,7 @@
<!DOCTYPE html>
<title>innerHTML and string conversion</title>
<link rel="author" title="Ms2ger" href="mailto:ms2ger@gmail.com">
<link rel="help" href="http://domparsing.spec.whatwg.org/#extensions-to-the-element-interface">
<link rel="help" href="https://w3c.github.io/DOM-Parsing/#extensions-to-the-element-interface">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<div id="log"></div>

View file

@ -1,7 +1,7 @@
<!DOCTYPE html>
<title>outerHTML and string conversion</title>
<link rel="author" title="Ms2ger" href="mailto:ms2ger@gmail.com">
<link rel="help" href="http://domparsing.spec.whatwg.org/#extensions-to-the-element-interface">
<link rel="help" href="https://w3c.github.io/DOM-Parsing/#extensions-to-the-element-interface">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<div id="log"></div>