Update WHATWG links to use HTTPS

Extracted this out of #5649

This commit was created with the following commands:

```
find . -iname "*.webidl" -type f -print0 | xargs -0 sed -i '' 's/http:\(.*\)whatwg.org/https:\1whatwg.org/g'
```

```
find . -iname "*.rs" -type f -print0 | xargs -0 sed -i '' 's/http:\(.*\)whatwg.org/https:\1whatwg.org/g'
```
This commit is contained in:
Corey Farwell 2015-04-13 21:27:39 -07:00
parent 55de52d76a
commit 5eaa922045
152 changed files with 378 additions and 378 deletions

View file

@ -4,7 +4,7 @@
* You can obtain one at http://mozilla.org/MPL/2.0/.
*
* The origin of this IDL file is
* http://dom.spec.whatwg.org/#interface-attr
* https://dom.spec.whatwg.org/#interface-attr
*
*/

View file

@ -5,7 +5,7 @@
enum CanvasWindingRule { "nonzero", "evenodd" };
// http://www.whatwg.org/html/#2dcontext
// https://www.whatwg.org/html/#2dcontext
typedef (HTMLImageElement or
/* HTMLVideoElement or */
HTMLCanvasElement or

View file

@ -4,7 +4,7 @@
* You can obtain one at http://mozilla.org/MPL/2.0/.
*
* The origin of this IDL file is
* http://dom.spec.whatwg.org/#characterdata
* https://dom.spec.whatwg.org/#characterdata
*
* Copyright © 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
* liability, trademark and document use rules apply.

View file

@ -4,7 +4,7 @@
* You can obtain one at http://mozilla.org/MPL/2.0/.
*
* The origin of this IDL file is:
* http://dom.spec.whatwg.org/#interface-childnode
* https://dom.spec.whatwg.org/#interface-childnode
*/
[NoInterfaceObject]

View file

@ -4,7 +4,7 @@
* You can obtain one at http://mozilla.org/MPL/2.0/.
*
* The origin of this IDL file is
* http://dom.spec.whatwg.org/#comment
* https://dom.spec.whatwg.org/#comment
*
* Copyright © 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
* liability, trademark and document use rules apply.

View file

@ -4,7 +4,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* For more information on this interface please see
* http://dom.spec.whatwg.org/#interface-customevent
* https://dom.spec.whatwg.org/#interface-customevent
*
* To the extent possible under law, the editors have waived
* all copyright and related or neighboring rights to this work.

View file

@ -4,7 +4,7 @@
* You can obtain one at http://mozilla.org/MPL/2.0/.
*
* The origin of this IDL file is:
* http://dom.spec.whatwg.org/#domexception
* https://dom.spec.whatwg.org/#domexception
*/
// XXXkhuey this is an 'exception', not an interface, but we don't have any

View file

@ -4,7 +4,7 @@
* You can obtain one at http://mozilla.org/MPL/2.0/.
*
* The origin of this IDL file is
* http://dom.spec.whatwg.org/#interface-domimplementation
* https://dom.spec.whatwg.org/#interface-domimplementation
*
* Copyright:
* To the extent possible under law, the editors have waived all copyright and

View file

@ -3,7 +3,7 @@
* You can obtain one at http://mozilla.org/MPL/2.0/.
*
* The origin of this IDL file is
* http://domparsing.spec.whatwg.org/#the-domparser-interface
* https://domparsing.spec.whatwg.org/#the-domparser-interface
*/
enum SupportedType {

View file

@ -3,7 +3,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// http://dom.spec.whatwg.org/#domtokenlist
// https://dom.spec.whatwg.org/#domtokenlist
interface DOMTokenList {
readonly attribute unsigned long length;
getter DOMString? item(unsigned long index);

View file

@ -2,7 +2,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// http://www.whatwg.org/html/#dedicatedworkerglobalscope
// https://www.whatwg.org/html/#dedicatedworkerglobalscope
[Global/*=Worker,DedicatedWorker*/]
/*sealed*/ interface DedicatedWorkerGlobalScope : WorkerGlobalScope {
[Throws]

View file

@ -4,11 +4,11 @@
* You can obtain one at http://mozilla.org/MPL/2.0/.
*
* The origin of this IDL file is:
* http://dom.spec.whatwg.org/#interface-document
* http://www.whatwg.org/specs/web-apps/current-work/#the-document-object
* https://dom.spec.whatwg.org/#interface-document
* https://www.whatwg.org/specs/web-apps/current-work/#the-document-object
*/
/* http://dom.spec.whatwg.org/#interface-document */
/* https://dom.spec.whatwg.org/#interface-document */
[Constructor]
interface Document : Node {
readonly attribute DOMImplementation implementation;
@ -66,7 +66,7 @@ Document implements ParentNode;
enum DocumentReadyState { "loading", "interactive", "complete" };
/* http://www.whatwg.org/specs/web-apps/current-work/#the-document-object */
/* https://www.whatwg.org/specs/web-apps/current-work/#the-document-object */
partial interface Document {
// resource metadata management
readonly attribute DocumentReadyState readyState;

View file

@ -3,7 +3,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// http://dom.spec.whatwg.org/#interface-documentfragment
// https://dom.spec.whatwg.org/#interface-documentfragment
[Constructor]
interface DocumentFragment : Node {
};

View file

@ -4,7 +4,7 @@
* You can obtain one at http://mozilla.org/MPL/2.0/.
*
* The origin of this IDL file is
* http://dom.spec.whatwg.org/#documenttype
* https://dom.spec.whatwg.org/#documenttype
*
* Copyright © 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
* liability, trademark and document use rules apply.

View file

@ -4,8 +4,8 @@
* You can obtain one at http://mozilla.org/MPL/2.0/.
*
* The origin of this IDL file is
* http://dom.spec.whatwg.org/#element and
* http://domparsing.spec.whatwg.org/ and
* https://dom.spec.whatwg.org/#element and
* https://domparsing.spec.whatwg.org/ and
* http://dev.w3.org/csswg/cssom-view/ and
* http://www.w3.org/TR/selectors-api/
*
@ -61,7 +61,7 @@ partial interface Element {
DOMRect getBoundingClientRect();
};
// http://domparsing.spec.whatwg.org/#extensions-to-the-element-interface
// https://domparsing.spec.whatwg.org/#extensions-to-the-element-interface
partial interface Element {
[Throws,TreatNullAs=EmptyString]
attribute DOMString innerHTML;

View file

@ -4,7 +4,7 @@
* You can obtain one at http://mozilla.org/MPL/2.0/.
*
* The origin of this IDL file is
* http://www.whatwg.org/specs/web-apps/current-work/#eventhandler
* https://www.whatwg.org/specs/web-apps/current-work/#eventhandler
*
* © Copyright 2004-2011 Apple Computer, Inc., Mozilla Foundation, and
* Opera Software ASA. You are granted a license to use, reproduce

View file

@ -12,4 +12,4 @@ interface File : Blob {
readonly attribute DOMString name;
// readonly attribute Date lastModifiedDate;
};
};

View file

@ -4,7 +4,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* The origin of this IDL file is
* http://xhr.spec.whatwg.org
* https://xhr.spec.whatwg.org
*/
typedef (File or DOMString) FormDataEntryValue;

View file

@ -4,7 +4,7 @@
* You can obtain one at http://mozilla.org/MPL/2.0/.
*
* The origin of this IDL file is
* http://www.whatwg.org/specs/web-apps/current-work/#functiocn
* https://www.whatwg.org/specs/web-apps/current-work/#functiocn
*
* © Copyright 2004-2011 Apple Computer, Inc., Mozilla Foundation, and
* Opera Software ASA. You are granted a license to use, reproduce

View file

@ -4,14 +4,14 @@
* You can obtain one at http://mozilla.org/MPL/2.0/.
*
* The origin of this IDL file is
* http://www.whatwg.org/specs/web-apps/current-work/#the-a-element
* http://www.whatwg.org/specs/web-apps/current-work/#other-elements,-attributes-and-apis
* https://www.whatwg.org/specs/web-apps/current-work/#the-a-element
* https://www.whatwg.org/specs/web-apps/current-work/#other-elements,-attributes-and-apis
* © Copyright 2004-2011 Apple Computer, Inc., Mozilla Foundation, and
* Opera Software ASA. You are granted a license to use, reproduce
* and create derivative works of this document.
*/
// http://www.whatwg.org/html/#htmlanchorelement
// https://www.whatwg.org/html/#htmlanchorelement
interface HTMLAnchorElement : HTMLElement {
// attribute DOMString target;
// attribute DOMString download;
@ -28,7 +28,7 @@ interface HTMLAnchorElement : HTMLElement {
};
//HTMLAnchorElement implements URLUtils;
// http://www.whatwg.org/html/#HTMLAnchorElement-partial
// https://www.whatwg.org/html/#HTMLAnchorElement-partial
partial interface HTMLAnchorElement {
// attribute DOMString coords;
// attribute DOMString charset;

View file

@ -3,7 +3,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// http://www.whatwg.org/html/#htmlappletelement
// https://www.whatwg.org/html/#htmlappletelement
interface HTMLAppletElement : HTMLElement {
// attribute DOMString align;
// attribute DOMString alt;

View file

@ -3,7 +3,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// http://www.whatwg.org/html/#htmlareaelement
// https://www.whatwg.org/html/#htmlareaelement
interface HTMLAreaElement : HTMLElement {
// attribute DOMString alt;
// attribute DOMString coords;
@ -20,7 +20,7 @@ interface HTMLAreaElement : HTMLElement {
};
//HTMLAreaElement implements URLUtils;
// http://www.whatwg.org/html/#HTMLAreaElement-partial
// https://www.whatwg.org/html/#HTMLAreaElement-partial
partial interface HTMLAreaElement {
// attribute boolean noHref;
};

View file

@ -3,6 +3,6 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// http://www.whatwg.org/html/#htmlaudioelement
// https://www.whatwg.org/html/#htmlaudioelement
//[NamedConstructor=Audio(optional DOMString src)]
interface HTMLAudioElement : HTMLMediaElement {};

View file

@ -3,12 +3,12 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// http://www.whatwg.org/html/#htmlbrelement
// https://www.whatwg.org/html/#htmlbrelement
interface HTMLBRElement : HTMLElement {
// also has obsolete members
};
// http://www.whatwg.org/html/#HTMLBRElement-partial
// https://www.whatwg.org/html/#HTMLBRElement-partial
partial interface HTMLBRElement {
// attribute DOMString clear;
};

View file

@ -3,7 +3,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// http://www.whatwg.org/html/#htmlbaseelement
// https://www.whatwg.org/html/#htmlbaseelement
interface HTMLBaseElement : HTMLElement {
// attribute DOMString href;
// attribute DOMString target;

View file

@ -3,14 +3,14 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// http://www.whatwg.org/html/#htmlbodyelement
// https://www.whatwg.org/html/#htmlbodyelement
interface HTMLBodyElement : HTMLElement {
// also has obsolete members
};
HTMLBodyElement implements WindowEventHandlers;
// http://www.whatwg.org/html/#HTMLBodyElement-partial
// https://www.whatwg.org/html/#HTMLBodyElement-partial
partial interface HTMLBodyElement {
//[TreatNullAs=EmptyString] attribute DOMString text;
//[TreatNullAs=EmptyString] attribute DOMString link;

View file

@ -3,7 +3,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// http://www.whatwg.org/html/#htmlbuttonelement
// https://www.whatwg.org/html/#htmlbuttonelement
interface HTMLButtonElement : HTMLElement {
// attribute boolean autofocus;
attribute boolean disabled;

View file

@ -3,7 +3,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// http://www.whatwg.org/html/#htmlcanvaselement
// https://www.whatwg.org/html/#htmlcanvaselement
//typedef (CanvasRenderingContext2D or WebGLRenderingContext) RenderingContext;
interface HTMLCanvasElement : HTMLElement {

View file

@ -3,12 +3,12 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// http://www.whatwg.org/html/#htmldlistelement
// https://www.whatwg.org/html/#htmldlistelement
interface HTMLDListElement : HTMLElement {
// also has obsolete members
};
// http://www.whatwg.org/html/#HTMLDListElement-partial
// https://www.whatwg.org/html/#HTMLDListElement-partial
partial interface HTMLDListElement {
// attribute boolean compact;
};

View file

@ -3,7 +3,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// http://www.whatwg.org/html/#htmldataelement
// https://www.whatwg.org/html/#htmldataelement
interface HTMLDataElement : HTMLElement {
// attribute DOMString value;
};

View file

@ -3,7 +3,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// http://www.whatwg.org/html/#htmldatalistelement
// https://www.whatwg.org/html/#htmldatalistelement
interface HTMLDataListElement : HTMLElement {
readonly attribute HTMLCollection options;
};

View file

@ -3,7 +3,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// http://www.whatwg.org/html/#htmldialogelement
// https://www.whatwg.org/html/#htmldialogelement
interface HTMLDialogElement : HTMLElement {
//attribute boolean open;
//attribute DOMString returnValue;

View file

@ -3,7 +3,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// http://www.whatwg.org/html/#htmldirectoryelement
// https://www.whatwg.org/html/#htmldirectoryelement
interface HTMLDirectoryElement : HTMLElement {
// attribute boolean compact;
};

View file

@ -3,12 +3,12 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// http://www.whatwg.org/html/#htmldivelement
// https://www.whatwg.org/html/#htmldivelement
interface HTMLDivElement : HTMLElement {
// also has obsolete members
};
// http://www.whatwg.org/html/#HTMLDivElement-partial
// https://www.whatwg.org/html/#HTMLDivElement-partial
partial interface HTMLDivElement {
// attribute DOMString align;
};

View file

@ -3,7 +3,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// http://www.whatwg.org/html/#htmlelement
// https://www.whatwg.org/html/#htmlelement
interface HTMLElement : Element {
// metadata attributes
attribute DOMString title;

View file

@ -3,7 +3,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// http://www.whatwg.org/html/#htmlembedelement
// https://www.whatwg.org/html/#htmlembedelement
interface HTMLEmbedElement : HTMLElement {
// attribute DOMString src;
// attribute DOMString type;
@ -14,7 +14,7 @@ interface HTMLEmbedElement : HTMLElement {
// also has obsolete members
};
// http://www.whatwg.org/html/#HTMLEmbedElement-partial
// https://www.whatwg.org/html/#HTMLEmbedElement-partial
partial interface HTMLEmbedElement {
// attribute DOMString align;
// attribute DOMString name;

View file

@ -3,7 +3,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// http://www.whatwg.org/html/#htmlfieldsetelement
// https://www.whatwg.org/html/#htmlfieldsetelement
interface HTMLFieldSetElement : HTMLElement {
attribute boolean disabled;
//readonly attribute HTMLFormElement? form;

View file

@ -3,7 +3,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// http://www.whatwg.org/html/#htmlfontelement
// https://www.whatwg.org/html/#htmlfontelement
interface HTMLFontElement : HTMLElement {
//[TreatNullAs=EmptyString] attribute DOMString color;
// attribute DOMString face;

View file

@ -3,7 +3,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// http://www.whatwg.org/html/#htmlformelement
// https://www.whatwg.org/html/#htmlformelement
//[OverrideBuiltins]
interface HTMLFormElement : HTMLElement {
attribute DOMString acceptCharset;

View file

@ -3,7 +3,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// http://www.whatwg.org/html/#htmlframeelement
// https://www.whatwg.org/html/#htmlframeelement
interface HTMLFrameElement : HTMLElement {
// attribute DOMString name;
// attribute DOMString scrolling;

View file

@ -3,7 +3,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// http://www.whatwg.org/html/#htmlframesetelement
// https://www.whatwg.org/html/#htmlframesetelement
interface HTMLFrameSetElement : HTMLElement {
// attribute DOMString cols;
// attribute DOMString rows;

View file

@ -3,12 +3,12 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// http://www.whatwg.org/html/#htmlhrelement
// https://www.whatwg.org/html/#htmlhrelement
interface HTMLHRElement : HTMLElement {
// also has obsolete members
};
// http://www.whatwg.org/html/#HTMLHRElement-partial
// https://www.whatwg.org/html/#HTMLHRElement-partial
partial interface HTMLHRElement {
// attribute DOMString align;
// attribute DOMString color;

View file

@ -3,5 +3,5 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// http://www.whatwg.org/html/#htmlheadelement
// https://www.whatwg.org/html/#htmlheadelement
interface HTMLHeadElement : HTMLElement {};

View file

@ -3,12 +3,12 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// http://www.whatwg.org/html/#htmlheadingelement
// https://www.whatwg.org/html/#htmlheadingelement
interface HTMLHeadingElement : HTMLElement {
// also has obsolete members
};
// http://www.whatwg.org/html/#HTMLHeadingElement-partial
// https://www.whatwg.org/html/#HTMLHeadingElement-partial
partial interface HTMLHeadingElement {
// attribute DOMString align;
};

View file

@ -3,12 +3,12 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// http://www.whatwg.org/html/#htmlhtmlelement
// https://www.whatwg.org/html/#htmlhtmlelement
interface HTMLHtmlElement : HTMLElement {
// also has obsolete members
};
// http://www.whatwg.org/html/#HTMLHtmlElement-partial
// https://www.whatwg.org/html/#HTMLHtmlElement-partial
partial interface HTMLHtmlElement {
// attribute DOMString version;
};

View file

@ -3,7 +3,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// http://www.whatwg.org/html/#htmliframeelement
// https://www.whatwg.org/html/#htmliframeelement
interface HTMLIFrameElement : HTMLElement {
attribute DOMString src;
// attribute DOMString srcdoc;
@ -21,7 +21,7 @@ interface HTMLIFrameElement : HTMLElement {
// also has obsolete members
};
// http://www.whatwg.org/html/#HTMLIFrameElement-partial
// https://www.whatwg.org/html/#HTMLIFrameElement-partial
partial interface HTMLIFrameElement {
// attribute DOMString align;
// attribute DOMString scrolling;

View file

@ -3,7 +3,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// http://www.whatwg.org/html/#htmlimageelement
// https://www.whatwg.org/html/#htmlimageelement
//[NamedConstructor=Image(optional unsigned long width, optional unsigned long height)]
interface HTMLImageElement : HTMLElement {
attribute DOMString alt;
@ -21,7 +21,7 @@ interface HTMLImageElement : HTMLElement {
// also has obsolete members
};
// http://www.whatwg.org/html/#HTMLImageElement-partial
// https://www.whatwg.org/html/#HTMLImageElement-partial
partial interface HTMLImageElement {
attribute DOMString name;
// attribute DOMString lowsrc;

View file

@ -3,7 +3,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// http://www.whatwg.org/html/#htmlinputelement
// https://www.whatwg.org/html/#htmlinputelement
interface HTMLInputElement : HTMLElement {
// attribute DOMString accept;
// attribute DOMString alt;
@ -69,7 +69,7 @@ interface HTMLInputElement : HTMLElement {
// also has obsolete members
};
// http://www.whatwg.org/html/#HTMLInputElement-partial
// https://www.whatwg.org/html/#HTMLInputElement-partial
partial interface HTMLInputElement {
// attribute DOMString align;
// attribute DOMString useMap;

View file

@ -3,14 +3,14 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// http://www.whatwg.org/html/#htmllielement
// https://www.whatwg.org/html/#htmllielement
interface HTMLLIElement : HTMLElement {
// attribute long value;
// also has obsolete members
};
// http://www.whatwg.org/html/#HTMLLIElement-partial
// https://www.whatwg.org/html/#HTMLLIElement-partial
partial interface HTMLLIElement {
// attribute DOMString type;
};

View file

@ -3,7 +3,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// http://www.whatwg.org/html/#htmllabelelement
// https://www.whatwg.org/html/#htmllabelelement
interface HTMLLabelElement : HTMLElement {
//readonly attribute HTMLFormElement? form;
// attribute DOMString htmlFor;

View file

@ -3,14 +3,14 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// http://www.whatwg.org/html/#htmllegendelement
// https://www.whatwg.org/html/#htmllegendelement
interface HTMLLegendElement : HTMLElement {
//readonly attribute HTMLFormElement? form;
// also has obsolete members
};
// http://www.whatwg.org/html/#HTMLLegendElement-partial
// https://www.whatwg.org/html/#HTMLLegendElement-partial
partial interface HTMLLegendElement {
// attribute DOMString align;
};

View file

@ -3,7 +3,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// http://www.whatwg.org/html/#htmllinkelement
// https://www.whatwg.org/html/#htmllinkelement
interface HTMLLinkElement : HTMLElement {
attribute DOMString href;
// attribute DOMString crossOrigin;
@ -18,7 +18,7 @@ interface HTMLLinkElement : HTMLElement {
};
//HTMLLinkElement implements LinkStyle;
// http://www.whatwg.org/html/#HTMLLinkElement-partial
// https://www.whatwg.org/html/#HTMLLinkElement-partial
partial interface HTMLLinkElement {
// attribute DOMString charset;
// attribute DOMString rev;

View file

@ -3,7 +3,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// http://www.whatwg.org/html/#htmlmapelement
// https://www.whatwg.org/html/#htmlmapelement
interface HTMLMapElement : HTMLElement {
// attribute DOMString name;
//readonly attribute HTMLCollection areas;

View file

@ -3,7 +3,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// http://www.whatwg.org/html/#htmlmediaelement
// https://www.whatwg.org/html/#htmlmediaelement
//enum CanPlayTypeResult { "" /* empty string */, "maybe", "probably" };
interface HTMLMediaElement : HTMLElement {

View file

@ -3,7 +3,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// http://www.whatwg.org/html/#htmlmetaelement
// https://www.whatwg.org/html/#htmlmetaelement
interface HTMLMetaElement : HTMLElement {
// attribute DOMString name;
// attribute DOMString httpEquiv;
@ -12,7 +12,7 @@ interface HTMLMetaElement : HTMLElement {
// also has obsolete members
};
// http://www.whatwg.org/html/#HTMLMetaElement-partial
// https://www.whatwg.org/html/#HTMLMetaElement-partial
partial interface HTMLMetaElement {
// attribute DOMString scheme;
};

View file

@ -3,7 +3,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// http://www.whatwg.org/html/#htmlmeterelement
// https://www.whatwg.org/html/#htmlmeterelement
interface HTMLMeterElement : HTMLElement {
// attribute double value;
// attribute double min;

View file

@ -3,7 +3,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// http://www.whatwg.org/html/#htmlmodelement
// https://www.whatwg.org/html/#htmlmodelement
interface HTMLModElement : HTMLElement {
// attribute DOMString cite;
// attribute DOMString dateTime;

View file

@ -3,7 +3,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// http://www.whatwg.org/html/#htmlolistelement
// https://www.whatwg.org/html/#htmlolistelement
interface HTMLOListElement : HTMLElement {
// attribute boolean reversed;
// attribute long start;
@ -12,7 +12,7 @@ interface HTMLOListElement : HTMLElement {
// also has obsolete members
};
// http://www.whatwg.org/html/#HTMLOListElement-partial
// https://www.whatwg.org/html/#HTMLOListElement-partial
partial interface HTMLOListElement {
// attribute boolean compact;
};

View file

@ -3,7 +3,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// http://www.whatwg.org/html/#htmlobjectelement
// https://www.whatwg.org/html/#htmlobjectelement
interface HTMLObjectElement : HTMLElement {
// attribute DOMString data;
attribute DOMString type;
@ -28,7 +28,7 @@ interface HTMLObjectElement : HTMLElement {
// also has obsolete members
};
// http://www.whatwg.org/html/#HTMLObjectElement-partial
// https://www.whatwg.org/html/#HTMLObjectElement-partial
partial interface HTMLObjectElement {
// attribute DOMString align;
// attribute DOMString archive;

View file

@ -3,7 +3,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// http://www.whatwg.org/html/#htmloptgroupelement
// https://www.whatwg.org/html/#htmloptgroupelement
interface HTMLOptGroupElement : HTMLElement {
attribute boolean disabled;
// attribute DOMString label;

View file

@ -3,7 +3,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// http://www.whatwg.org/html/#htmloptionelement
// https://www.whatwg.org/html/#htmloptionelement
//[NamedConstructor=Option(optional DOMString text = "", optional DOMString value, optional boolean defaultSelected = false, optional boolean selected = false)]
interface HTMLOptionElement : HTMLElement {
attribute boolean disabled;

View file

@ -3,7 +3,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// http://www.whatwg.org/html/#htmloutputelement
// https://www.whatwg.org/html/#htmloutputelement
interface HTMLOutputElement : HTMLElement {
//[PutForwards=value] readonly attribute DOMSettableTokenList htmlFor;
//readonly attribute HTMLFormElement? form;

View file

@ -3,12 +3,12 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// http://www.whatwg.org/html/#htmlparagraphelement
// https://www.whatwg.org/html/#htmlparagraphelement
interface HTMLParagraphElement : HTMLElement {
// also has obsolete members
};
// http://www.whatwg.org/html/#HTMLParagraphElement-partial
// https://www.whatwg.org/html/#HTMLParagraphElement-partial
partial interface HTMLParagraphElement {
// attribute DOMString align;
};

View file

@ -3,7 +3,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// http://www.whatwg.org/html/#htmlparamelement
// https://www.whatwg.org/html/#htmlparamelement
interface HTMLParamElement : HTMLElement {
// attribute DOMString name;
// attribute DOMString value;
@ -11,7 +11,7 @@ interface HTMLParamElement : HTMLElement {
// also has obsolete members
};
// http://www.whatwg.org/html/#HTMLParamElement-partial
// https://www.whatwg.org/html/#HTMLParamElement-partial
partial interface HTMLParamElement {
// attribute DOMString type;
// attribute DOMString valueType;

View file

@ -3,12 +3,12 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// http://www.whatwg.org/html/#htmlpreelement
// https://www.whatwg.org/html/#htmlpreelement
interface HTMLPreElement : HTMLElement {
// also has obsolete members
};
// http://www.whatwg.org/html/#HTMLPreElement-partial
// https://www.whatwg.org/html/#HTMLPreElement-partial
partial interface HTMLPreElement {
// attribute long width;
};

View file

@ -3,7 +3,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// http://www.whatwg.org/html/#htmlprogresselement
// https://www.whatwg.org/html/#htmlprogresselement
interface HTMLProgressElement : HTMLElement {
// attribute double value;
// attribute double max;

View file

@ -3,7 +3,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// http://www.whatwg.org/html/#htmlquoteelement
// https://www.whatwg.org/html/#htmlquoteelement
interface HTMLQuoteElement : HTMLElement {
// attribute DOMString cite;
};

View file

@ -3,7 +3,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// http://www.whatwg.org/html/#htmlscriptelement
// https://www.whatwg.org/html/#htmlscriptelement
interface HTMLScriptElement : HTMLElement {
attribute DOMString src;
// attribute DOMString type;
@ -17,7 +17,7 @@ interface HTMLScriptElement : HTMLElement {
// also has obsolete members
};
// http://www.whatwg.org/html/#HTMLScriptElement-partial
// https://www.whatwg.org/html/#HTMLScriptElement-partial
partial interface HTMLScriptElement {
// attribute DOMString event;
// attribute DOMString htmlFor;

View file

@ -3,7 +3,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// http://www.whatwg.org/html/#htmlselectelement
// https://www.whatwg.org/html/#htmlselectelement
interface HTMLSelectElement : HTMLElement {
// attribute boolean autofocus;
attribute boolean disabled;

View file

@ -3,7 +3,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// http://www.whatwg.org/html/#htmlsourceelement
// https://www.whatwg.org/html/#htmlsourceelement
interface HTMLSourceElement : HTMLElement {
// attribute DOMString src;
// attribute DOMString type;

View file

@ -3,5 +3,5 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// http://www.whatwg.org/html/#htmlspanelement
// https://www.whatwg.org/html/#htmlspanelement
interface HTMLSpanElement : HTMLElement {};

View file

@ -3,7 +3,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// http://www.whatwg.org/html/#htmlstyleelement
// https://www.whatwg.org/html/#htmlstyleelement
interface HTMLStyleElement : HTMLElement {
// attribute DOMString media;
// attribute DOMString type;

View file

@ -3,12 +3,12 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// http://www.whatwg.org/html/#htmltablecaptionelement
// https://www.whatwg.org/html/#htmltablecaptionelement
interface HTMLTableCaptionElement : HTMLElement {
// also has obsolete members
};
// http://www.whatwg.org/html/#HTMLTableCaptionElement-partial
// https://www.whatwg.org/html/#HTMLTableCaptionElement-partial
partial interface HTMLTableCaptionElement {
// attribute DOMString align;
};

View file

@ -3,7 +3,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// http://www.whatwg.org/html/#htmltablecellelement
// https://www.whatwg.org/html/#htmltablecellelement
interface HTMLTableCellElement : HTMLElement {
// attribute unsigned long colSpan;
// attribute unsigned long rowSpan;
@ -13,7 +13,7 @@ interface HTMLTableCellElement : HTMLElement {
// also has obsolete members
};
// http://www.whatwg.org/html/#HTMLTableCellElement-partial
// https://www.whatwg.org/html/#HTMLTableCellElement-partial
partial interface HTMLTableCellElement {
// attribute DOMString align;
// attribute DOMString axis;

View file

@ -3,14 +3,14 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// http://www.whatwg.org/html/#htmltablecolelement
// https://www.whatwg.org/html/#htmltablecolelement
interface HTMLTableColElement : HTMLElement {
// attribute unsigned long span;
// also has obsolete members
};
// http://www.whatwg.org/html/#HTMLTableColElement-partial
// https://www.whatwg.org/html/#HTMLTableColElement-partial
partial interface HTMLTableColElement {
// attribute DOMString align;
// attribute DOMString ch;

View file

@ -3,12 +3,12 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// http://www.whatwg.org/html/#htmltabledatacellelement
// https://www.whatwg.org/html/#htmltabledatacellelement
interface HTMLTableDataCellElement : HTMLTableCellElement {
// also has obsolete members
};
// http://www.whatwg.org/html/#HTMLTableDataCellElement-partial
// https://www.whatwg.org/html/#HTMLTableDataCellElement-partial
partial interface HTMLTableDataCellElement {
// attribute DOMString abbr;
};

View file

@ -3,7 +3,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// http://www.whatwg.org/html/#htmltableelement
// https://www.whatwg.org/html/#htmltableelement
interface HTMLTableElement : HTMLElement {
attribute HTMLTableCaptionElement? caption;
//HTMLElement createCaption();
@ -25,7 +25,7 @@ interface HTMLTableElement : HTMLElement {
// also has obsolete members
};
// http://www.whatwg.org/html/#HTMLTableElement-partial
// https://www.whatwg.org/html/#HTMLTableElement-partial
partial interface HTMLTableElement {
// attribute DOMString align;
// attribute DOMString border;

View file

@ -3,7 +3,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// http://www.whatwg.org/html/#htmltableheadercellelement
// https://www.whatwg.org/html/#htmltableheadercellelement
interface HTMLTableHeaderCellElement : HTMLTableCellElement {
// attribute DOMString scope;
// attribute DOMString abbr;

View file

@ -3,7 +3,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// http://www.whatwg.org/html/#htmltablerowelement
// https://www.whatwg.org/html/#htmltablerowelement
interface HTMLTableRowElement : HTMLElement {
//readonly attribute long rowIndex;
//readonly attribute long sectionRowIndex;
@ -14,7 +14,7 @@ interface HTMLTableRowElement : HTMLElement {
// also has obsolete members
};
// http://www.whatwg.org/html/#HTMLTableRowElement-partial
// https://www.whatwg.org/html/#HTMLTableRowElement-partial
partial interface HTMLTableRowElement {
// attribute DOMString align;
// attribute DOMString ch;

View file

@ -3,7 +3,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// http://www.whatwg.org/html/#htmltablesectionelement
// https://www.whatwg.org/html/#htmltablesectionelement
interface HTMLTableSectionElement : HTMLElement {
//readonly attribute HTMLCollection rows;
//HTMLElement insertRow(optional long index = -1);
@ -12,7 +12,7 @@ interface HTMLTableSectionElement : HTMLElement {
// also has obsolete members
};
// http://www.whatwg.org/html/#HTMLTableSectionElement-partial
// https://www.whatwg.org/html/#HTMLTableSectionElement-partial
partial interface HTMLTableSectionElement {
// attribute DOMString align;
// attribute DOMString ch;

View file

@ -3,7 +3,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// http://www.whatwg.org/html/#htmltemplateelement
// https://www.whatwg.org/html/#htmltemplateelement
interface HTMLTemplateElement : HTMLElement {
//readonly attribute DocumentFragment content;
};

View file

@ -3,7 +3,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// http://www.whatwg.org/html/#htmltextareaelement
// https://www.whatwg.org/html/#htmltextareaelement
interface HTMLTextAreaElement : HTMLElement {
// attribute DOMString autocomplete;
// attribute boolean autofocus;

View file

@ -3,7 +3,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// http://www.whatwg.org/html/#htmltimeelement
// https://www.whatwg.org/html/#htmltimeelement
interface HTMLTimeElement : HTMLElement {
// attribute DOMString dateTime;
};

View file

@ -3,7 +3,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// http://www.whatwg.org/html/#htmltitleelement
// https://www.whatwg.org/html/#htmltitleelement
interface HTMLTitleElement : HTMLElement {
[Pure]
attribute DOMString text;

View file

@ -3,7 +3,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// http://www.whatwg.org/html/#htmltrackelement
// https://www.whatwg.org/html/#htmltrackelement
interface HTMLTrackElement : HTMLElement {
// attribute DOMString kind;
// attribute DOMString src;

View file

@ -3,12 +3,12 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// http://www.whatwg.org/html/#htmlulistelement
// https://www.whatwg.org/html/#htmlulistelement
interface HTMLUListElement : HTMLElement {
// also has obsolete members
};
// http://www.whatwg.org/html/#HTMLUListElement-partial
// https://www.whatwg.org/html/#HTMLUListElement-partial
partial interface HTMLUListElement {
// attribute boolean compact;
// attribute DOMString type;

View file

@ -4,7 +4,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* The origin of this IDL file is
* http://www.whatwg.org/specs/web-apps/current-work/ and
* https://www.whatwg.org/specs/web-apps/current-work/ and
* http://dev.w3.org/csswg/cssom-view/
*
* © Copyright 2004-2011 Apple Computer, Inc., Mozilla Foundation, and

View file

@ -3,7 +3,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// http://www.whatwg.org/html/#htmlvideoelement
// https://www.whatwg.org/html/#htmlvideoelement
interface HTMLVideoElement : HTMLMediaElement {
// attribute unsigned long width;
// attribute unsigned long height;

View file

@ -4,7 +4,7 @@
* You can obtain one at http://mozilla.org/MPL/2.0/.
*
* The origin of this IDL file is
* http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html#imagedata
* https://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html#imagedata
*
* © Copyright 2004-2011 Apple Computer, Inc., Mozilla Foundation, and Opera Software ASA.
* You are granted a license to use, reproduce and create derivative works of this document.
@ -20,4 +20,4 @@ interface ImageData {
readonly attribute unsigned long height;
//[Constant, StoreInSlot]
readonly attribute Uint8ClampedArray data;
};
};

View file

@ -3,7 +3,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// http://www.whatwg.org/html/#location
// https://www.whatwg.org/html/#location
/*[Unforgeable]*/ interface Location {
void assign(DOMString url);
//void replace(DOMString url);

View file

@ -3,7 +3,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// http://www.whatwg.org/html/#messageevent
// https://www.whatwg.org/html/#messageevent
[Constructor(DOMString type, optional MessageEventInit eventInitDict)/*, Exposed=Window,Worker*/]
interface MessageEvent : Event {
readonly attribute any data;

View file

@ -3,7 +3,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// http://www.whatwg.org/html/#navigator
// https://www.whatwg.org/html/#navigator
interface Navigator {
// objects implementing this interface also implement the interfaces given below
};
@ -14,7 +14,7 @@ Navigator implements NavigatorID;
//Navigator implements NavigatorStorageUtils;
//Navigator implements NavigatorPlugins;
// http://www.whatwg.org/html/#navigatorid
// https://www.whatwg.org/html/#navigatorid
[NoInterfaceObject/*, Exposed=Window,Worker*/]
interface NavigatorID {
readonly attribute DOMString appCodeName; // constant "Mozilla"

View file

@ -4,7 +4,7 @@
* You can obtain one at http://mozilla.org/MPL/2.0/.
*
* The origin of this IDL file is:
* http://dom.spec.whatwg.org/#interface-node
* https://dom.spec.whatwg.org/#interface-node
*/
interface Node : EventTarget {

View file

@ -4,7 +4,7 @@
* You can obtain one at http://mozilla.org/MPL/2.0/.
*
* The origin of this IDL file is
* http://dom.spec.whatwg.org/#interface-nodefilter
* https://dom.spec.whatwg.org/#interface-nodefilter
*/
// Import from http://hg.mozilla.org/mozilla-central/file/a5a720259d79/dom/webidl/NodeFilter.webidl

View file

@ -4,7 +4,7 @@
* You can obtain one at http://mozilla.org/MPL/2.0/.
*
* The origin of this IDL file is:
* http://dom.spec.whatwg.org/#interface-nodelist
* https://dom.spec.whatwg.org/#interface-nodelist
*/
interface NodeList {

View file

@ -4,7 +4,7 @@
* You can obtain one at http://mozilla.org/MPL/2.0/.
*
* The origin of this IDL file is
* http://dom.spec.whatwg.org/#interface-parentnode
* https://dom.spec.whatwg.org/#interface-parentnode
*/
[NoInterfaceObject]

View file

@ -4,7 +4,7 @@
* You can obtain one at http://mozilla.org/MPL/2.0/.
*
* The origin of this IDL file is
* http://dom.spec.whatwg.org/#interface-processinginstruction
* https://dom.spec.whatwg.org/#interface-processinginstruction
*/
interface ProcessingInstruction : CharacterData {

View file

@ -4,7 +4,7 @@
* You can obtain one at http://mozilla.org/MPL/2.0/.
*
* The origin of this IDL file is
* http://xhr.spec.whatwg.org/#interface-progressevent
* https://xhr.spec.whatwg.org/#interface-progressevent
*
* To the extent possible under law, the editor has waived all copyright
* and related or neighboring rights to this work. In addition, as of 1 May 2014,

View file

@ -4,8 +4,8 @@
* You can obtain one at http://mozilla.org/MPL/2.0/.
*
* The origin of this IDL file is
* http://dom.spec.whatwg.org/#range
* http://domparsing.spec.whatwg.org/#dom-range-createcontextualfragment
* https://dom.spec.whatwg.org/#range
* https://domparsing.spec.whatwg.org/#dom-range-createcontextualfragment
* http://dvcs.w3.org/hg/csswg/raw-file/tip/cssom-view/Overview.html#extensions-to-the-range-interface
*/
@ -72,7 +72,7 @@ interface Range {
// stringifier;
};
// http://domparsing.spec.whatwg.org/#dom-range-createcontextualfragment
// https://domparsing.spec.whatwg.org/#dom-range-createcontextualfragment
partial interface Range {
// [Throws]
// DocumentFragment createContextualFragment(DOMString fragment);

View file

@ -4,13 +4,13 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* The origin of this IDL file is
* http://dom.spec.whatwg.org/
* https://dom.spec.whatwg.org/
*
* To the extent possible under law, the editors have waived all copyright
* and related or neighboring rights to this work.
*/
// http://dom.spec.whatwg.org/#text
// https://dom.spec.whatwg.org/#text
[Constructor(optional DOMString data = "")]
interface Text : CharacterData {
//[NewObject] Text splitText(unsigned long offset);

Some files were not shown because too many files have changed in this diff Show more