mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
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:
commit
ac5da66a4f
4 changed files with 4 additions and 5 deletions
|
@ -66,7 +66,6 @@ WEBIDL_STANDARDS = [
|
||||||
"//dev.w3.org/fxtf",
|
"//dev.w3.org/fxtf",
|
||||||
"//dvcs.w3.org/hg",
|
"//dvcs.w3.org/hg",
|
||||||
"//dom.spec.whatwg.org",
|
"//dom.spec.whatwg.org",
|
||||||
"//domparsing.spec.whatwg.org",
|
|
||||||
"//drafts.csswg.org",
|
"//drafts.csswg.org",
|
||||||
"//drafts.css-houdini.org",
|
"//drafts.css-houdini.org",
|
||||||
"//drafts.fxtf.org",
|
"//drafts.fxtf.org",
|
||||||
|
|
|
@ -577187,7 +577187,7 @@
|
||||||
"testharness"
|
"testharness"
|
||||||
],
|
],
|
||||||
"domparsing/innerhtml-07.html": [
|
"domparsing/innerhtml-07.html": [
|
||||||
"b420f01bdc20c9acd0787767f32a32e89224d755",
|
"881f6b21d62177fce935788c1abdbab846f46f13",
|
||||||
"testharness"
|
"testharness"
|
||||||
],
|
],
|
||||||
"domparsing/innerhtml-mxss.sub.html": [
|
"domparsing/innerhtml-mxss.sub.html": [
|
||||||
|
@ -577215,7 +577215,7 @@
|
||||||
"testharness"
|
"testharness"
|
||||||
],
|
],
|
||||||
"domparsing/outerhtml-02.html": [
|
"domparsing/outerhtml-02.html": [
|
||||||
"6dc21aaae6399a9ea130da0b58c0a301177311b9",
|
"8cd50c102f335e9226abd1869a9e8800f287723d",
|
||||||
"testharness"
|
"testharness"
|
||||||
],
|
],
|
||||||
"domparsing/style_attribute_html.html": [
|
"domparsing/style_attribute_html.html": [
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<title>innerHTML and string conversion</title>
|
<title>innerHTML and string conversion</title>
|
||||||
<link rel="author" title="Ms2ger" href="mailto:ms2ger@gmail.com">
|
<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/testharness.js"></script>
|
||||||
<script src="/resources/testharnessreport.js"></script>
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
<div id="log"></div>
|
<div id="log"></div>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<title>outerHTML and string conversion</title>
|
<title>outerHTML and string conversion</title>
|
||||||
<link rel="author" title="Ms2ger" href="mailto:ms2ger@gmail.com">
|
<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/testharness.js"></script>
|
||||||
<script src="/resources/testharnessreport.js"></script>
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
<div id="log"></div>
|
<div id="log"></div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue