mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Auto merge of #14760 - mrnayak:update-links, r=jdm
Update links to DOM Parsing specification Changed links from https://domparsing.spec.whatwg.org/ to https://w3c.github.io/DOM-Parsing/. <!-- Please describe your changes on the following line: --> --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes fix #14758 <!-- Either: --> - [X] These changes do not require tests because these are link update <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- 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/14760) <!-- Reviewable:end -->
This commit is contained in:
commit
149facbb3c
4 changed files with 5 additions and 5 deletions
|
@ -46,7 +46,7 @@ impl DOMParser {
|
||||||
}
|
}
|
||||||
|
|
||||||
impl DOMParserMethods for 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,
|
fn ParseFromString(&self,
|
||||||
s: DOMString,
|
s: DOMString,
|
||||||
ty: DOMParserBinding::SupportedType)
|
ty: DOMParserBinding::SupportedType)
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||||
/*
|
/*
|
||||||
* The origin of this IDL file is
|
* The origin of this IDL file is
|
||||||
* https://domparsing.spec.whatwg.org/#the-domparser-interface
|
* https://w3c.github.io/DOM-Parsing/#the-domparser-interface
|
||||||
*/
|
*/
|
||||||
|
|
||||||
enum SupportedType {
|
enum SupportedType {
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
/*
|
/*
|
||||||
* The origin of this IDL file is
|
* The origin of this IDL file is
|
||||||
* https://dom.spec.whatwg.org/#element and
|
* https://dom.spec.whatwg.org/#element and
|
||||||
* https://domparsing.spec.whatwg.org/ and
|
* https://w3c.github.io/DOM-Parsing/ and
|
||||||
* http://dev.w3.org/csswg/cssom-view/ and
|
* http://dev.w3.org/csswg/cssom-view/ and
|
||||||
* http://www.w3.org/TR/selectors-api/
|
* http://www.w3.org/TR/selectors-api/
|
||||||
*
|
*
|
||||||
|
@ -102,7 +102,7 @@ partial interface Element {
|
||||||
readonly attribute long clientHeight;
|
readonly attribute long clientHeight;
|
||||||
};
|
};
|
||||||
|
|
||||||
// https://domparsing.spec.whatwg.org/#extensions-to-the-element-interface
|
// https://w3c.github.io/DOM-Parsing/#extensions-to-the-element-interface
|
||||||
partial interface Element {
|
partial interface Element {
|
||||||
[Throws,TreatNullAs=EmptyString]
|
[Throws,TreatNullAs=EmptyString]
|
||||||
attribute DOMString innerHTML;
|
attribute DOMString innerHTML;
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
/*
|
/*
|
||||||
* The origin of this IDL file is
|
* The origin of this IDL file is
|
||||||
* https://dom.spec.whatwg.org/#range
|
* https://dom.spec.whatwg.org/#range
|
||||||
* https://domparsing.spec.whatwg.org/#dom-range-createcontextualfragment
|
* https://w3c.github.io/DOM-Parsing/#dom-range-createcontextualfragment
|
||||||
* http://dvcs.w3.org/hg/csswg/raw-file/tip/cssom-view/Overview.html#extensions-to-the-range-interface
|
* http://dvcs.w3.org/hg/csswg/raw-file/tip/cssom-view/Overview.html#extensions-to-the-range-interface
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue