Bug 596311 - Include whatwg specs in dom/interfaces/html/ idl comments where needed. r=smaug a=NPOTB

This commit is contained in:
Mounir Lamouri 2010-11-17 00:45:29 +01:00
parent c658ba85fe
commit e45a976cbf
60 changed files with 231 additions and 66 deletions

View File

@ -43,8 +43,11 @@
* The nsIDOMHTMLAnchorElement interface is the interface to a [X]HTML
* a element.
*
* For more information on this interface please see
* This interface is trying to follow the DOM Level 2 HTML specification:
* http://www.w3.org/TR/DOM-Level-2-HTML/
*
* with changes from the work-in-progress WHATWG HTML specification:
* http://www.whatwg.org/specs/web-apps/current-work/
*/
[scriptable, uuid(4e237175-3628-4dc8-892f-5270edc3c71a)]

View File

@ -43,8 +43,11 @@
* The nsIDOMHTMLAppletElement interface is the interface to a [X]HTML
* applet element.
*
* For more information on this interface please see
* This interface is trying to follow the DOM Level 2 HTML specification:
* http://www.w3.org/TR/DOM-Level-2-HTML/
*
* with changes from the work-in-progress WHATWG HTML specification:
* http://www.whatwg.org/specs/web-apps/current-work/
*/
[scriptable, uuid(a6cf90ae-15b3-11d2-932e-00805f8add32)]

View File

@ -43,8 +43,11 @@
* The nsIDOMHTMLAreaElement interface is the interface to a [X]HTML
* area element.
*
* For more information on this interface please see
* This interface is trying to follow the DOM Level 2 HTML specification:
* http://www.w3.org/TR/DOM-Level-2-HTML/
*
* with changes from the work-in-progress WHATWG HTML specification:
* http://www.whatwg.org/specs/web-apps/current-work/
*/
[scriptable, uuid(fca7d30d-c834-470d-9bb2-25eddfedd86b)]

View File

@ -43,8 +43,11 @@
* The nsIDOMHTMLBRElement interface is the interface to a [X]HTML br
* element.
*
* For more information on this interface please see
* This interface is trying to follow the DOM Level 2 HTML specification:
* http://www.w3.org/TR/DOM-Level-2-HTML/
*
* with changes from the work-in-progress WHATWG HTML specification:
* http://www.whatwg.org/specs/web-apps/current-work/
*/
[scriptable, uuid(a6cf90a5-15b3-11d2-932e-00805f8add32)]

View File

@ -43,8 +43,11 @@
* The nsIDOMHTMLBaseElement interface is the interface to a [X]HTML
* base element.
*
* For more information on this interface please see
* This interface is trying to follow the DOM Level 2 HTML specification:
* http://www.w3.org/TR/DOM-Level-2-HTML/
*
* with changes from the work-in-progress WHATWG HTML specification:
* http://www.whatwg.org/specs/web-apps/current-work/
*/
[scriptable, uuid(a6cf908b-15b3-11d2-932e-00805f8add32)]

View File

@ -43,8 +43,11 @@
* The nsIDOMHTMLBodyElement interface is the interface to a [X]HTML
* body element.
*
* For more information on this interface please see
* This interface is trying to follow the DOM Level 2 HTML specification:
* http://www.w3.org/TR/DOM-Level-2-HTML/
*
* with changes from the work-in-progress WHATWG HTML specification:
* http://www.whatwg.org/specs/web-apps/current-work/
*/
[scriptable, uuid(a6cf908e-15b3-11d2-932e-00805f8add32)]

View File

@ -43,8 +43,11 @@
* The nsIDOMHTMLButtonElement interface is the interface to a [X]HTML
* button element.
*
* For more information on this interface please see
* This interface is trying to follow the DOM Level 2 HTML specification:
* http://www.w3.org/TR/DOM-Level-2-HTML/
*
* with changes from the work-in-progress WHATWG HTML specification:
* http://www.whatwg.org/specs/web-apps/current-work/
*/
interface nsIDOMValidityState;
@ -73,7 +76,7 @@ interface nsIDOMHTMLButtonElement : nsIDOMHTMLElement
void click();
// The following lines are parte of the constraint validation API, see:
// http://dev.w3.org/html5/spec/forms.html#the-constraint-validation-api
// http://www.whatwg.org/specs/web-apps/current-work/#the-constraint-validation-api
readonly attribute boolean willValidate;
readonly attribute nsIDOMValidityState validity;
readonly attribute DOMString validationMessage;

View File

@ -43,8 +43,11 @@
* The nsIDOMHTMLCollection interface is an interface to a collection
* of [X]HTML elements.
*
* For more information on this interface please see
* This interface is trying to follow the DOM Level 2 HTML specification:
* http://www.w3.org/TR/DOM-Level-2-HTML/
*
* with changes from the work-in-progress WHATWG HTML specification:
* http://www.whatwg.org/specs/web-apps/current-work/
*/
[scriptable, uuid(a6cf9083-15b3-11d2-932e-00805f8add32)]

View File

@ -43,8 +43,11 @@
* The nsIDOMHTMLDListElement interface is the interface to a [X]HTML
* dl element.
*
* For more information on this interface please see
* This interface is trying to follow the DOM Level 2 HTML specification:
* http://www.w3.org/TR/DOM-Level-2-HTML/
*
* with changes from the work-in-progress WHATWG HTML specification:
* http://www.whatwg.org/specs/web-apps/current-work/
*/
[scriptable, uuid(a6cf909b-15b3-11d2-932e-00805f8add32)]

View File

@ -42,7 +42,7 @@
* <datalist> element.
*
* For more information on this interface, please see
* http://dev.w3.org/html5/spec/forms.html#the-datalist-element
* http://www.whatwg.org/specs/web-apps/current-work/#the-datalist-element
*
* @status UNDER_DEVELOPMENT
*/

View File

@ -43,8 +43,11 @@
* The nsIDOMHTMLDirectoryElement interface is the interface to a
* [X]HTML dir element.
*
* For more information on this interface please see
* This interface is trying to follow the DOM Level 2 HTML specification:
* http://www.w3.org/TR/DOM-Level-2-HTML/
*
* with changes from the work-in-progress WHATWG HTML specification:
* http://www.whatwg.org/specs/web-apps/current-work/
*/
[scriptable, uuid(a6cf909c-15b3-11d2-932e-00805f8add32)]

View File

@ -43,8 +43,11 @@
* The nsIDOMHTMLDivElement interface is the interface to a [X]HTML
* div element.
*
* For more information on this interface please see
* This interface is trying to follow the DOM Level 2 HTML specification:
* http://www.w3.org/TR/DOM-Level-2-HTML/
*
* with changes from the work-in-progress WHATWG HTML specification:
* http://www.whatwg.org/specs/web-apps/current-work/
*/
[scriptable, uuid(a6cf90a0-15b3-11d2-932e-00805f8add32)]

View File

@ -43,8 +43,11 @@
* The nsIDOMHTMLDocument interface is the interface to a [X]HTML
* document object.
*
* For more information on this interface please see
* This interface is trying to follow the DOM Level 2 HTML specification:
* http://www.w3.org/TR/DOM-Level-2-HTML/
*
* with changes from the work-in-progress WHATWG HTML specification:
* http://www.whatwg.org/specs/web-apps/current-work/
*/
[scriptable, uuid(a6cf9084-15b3-11d2-932e-00805f8add32)]

View File

@ -44,8 +44,11 @@
* interface. It represents a single [X]HTML element in the document
* tree.
*
* For more information on this interface please see
* This interface is trying to follow the DOM Level 2 HTML specification:
* http://www.w3.org/TR/DOM-Level-2-HTML/
*
* with changes from the work-in-progress WHATWG HTML specification:
* http://www.whatwg.org/specs/web-apps/current-work/
*/
[scriptable, uuid(a6cf9085-15b3-11d2-932e-00805f8add32)]

View File

@ -43,8 +43,8 @@
* The nsIDOMHTMLEmbedElement interface is the interface to a [X]HTML
* embed element.
*
* Note that this is not a W3C standard interface, it is Mozilla
* proprietary.
* For more information on this interface, please see
* http://www.whatwg.org/specs/web-apps/current-work/#the-embed-element
*/
[scriptable, uuid(123f90ab-15b3-11d2-456e-00805f8add32)]

View File

@ -43,8 +43,11 @@
* The nsIDOMHTMLFieldSetElement interface is the interface to a
* [X]HTML fieldset element.
*
* For more information on this interface please see
* This interface is trying to follow the DOM Level 2 HTML specification:
* http://www.w3.org/TR/DOM-Level-2-HTML/
*
* with changes from the work-in-progress WHATWG HTML specification:
* http://www.whatwg.org/specs/web-apps/current-work/
*/
interface nsIDOMValidityState;
@ -61,7 +64,7 @@ interface nsIDOMHTMLFieldSetElement : nsIDOMHTMLElement
readonly attribute nsIDOMHTMLCollection elements;
// The following lines are parte of the constraint validation API, see:
// http://dev.w3.org/html5/spec/forms.html#the-constraint-validation-api
// http://www.whatwg.org/specs/web-apps/current-work/#the-constraint-validation-api
readonly attribute boolean willValidate;
readonly attribute nsIDOMValidityState validity;
readonly attribute DOMString validationMessage;

View File

@ -43,8 +43,11 @@
* The nsIDOMHTMLFontElement interface is the interface to a [X]HTML
* font element.
*
* For more information on this interface please see
* This interface is trying to follow the DOM Level 2 HTML specification:
* http://www.w3.org/TR/DOM-Level-2-HTML/
*
* with changes from the work-in-progress WHATWG HTML specification:
* http://www.whatwg.org/specs/web-apps/current-work/
*/
[scriptable, uuid(a6cf90a7-15b3-11d2-932e-00805f8add32)]

View File

@ -43,8 +43,11 @@
* The nsIDOMHTMLFormElement interface is the interface to a [X]HTML
* form element.
*
* For more information on this interface please see
* This interface is trying to follow the DOM Level 2 HTML specification:
* http://www.w3.org/TR/DOM-Level-2-HTML/
*
* with changes from the work-in-progress WHATWG HTML specification:
* http://www.whatwg.org/specs/web-apps/current-work/
*/
[scriptable, uuid(0884ce23-e069-499e-a13c-a91c8ae0fc98)]

View File

@ -43,8 +43,11 @@
* The nsIDOMHTMLFrameElement interface is the interface to a [X]HTML
* frame element.
*
* For more information on this interface please see
* This interface is trying to follow the DOM Level 2 HTML specification:
* http://www.w3.org/TR/DOM-Level-2-HTML/
*
* with changes from the work-in-progress WHATWG HTML specification:
* http://www.whatwg.org/specs/web-apps/current-work/
*/
[scriptable, uuid(a6cf90b9-15b3-11d2-932e-00805f8add32)]

View File

@ -43,8 +43,11 @@
* The nsIDOMHTMLFrameSetElement interface is the interface to a
* [X]HTML frameset element.
*
* For more information on this interface please see
* This interface is trying to follow the DOM Level 2 HTML specification:
* http://www.w3.org/TR/DOM-Level-2-HTML/
*
* with changes from the work-in-progress WHATWG HTML specification:
* http://www.whatwg.org/specs/web-apps/current-work/
*/
[scriptable, uuid(a6cf90b8-15b3-11d2-932e-00805f8add32)]

View File

@ -43,8 +43,11 @@
* The nsIDOMHTMLHRElement interface is the interface to a [X]HTML hr
* element.
*
* For more information on this interface please see
* This interface is trying to follow the DOM Level 2 HTML specification:
* http://www.w3.org/TR/DOM-Level-2-HTML/
*
* with changes from the work-in-progress WHATWG HTML specification:
* http://www.whatwg.org/specs/web-apps/current-work/
*/
[scriptable, uuid(a6cf90a8-15b3-11d2-932e-00805f8add32)]

View File

@ -43,8 +43,11 @@
* The nsIDOMHTMLHeadElement interface is the interface to a [X]HTML
* head element.
*
* For more information on this interface please see
* This interface is trying to follow the DOM Level 2 HTML specification:
* http://www.w3.org/TR/DOM-Level-2-HTML/
*
* with changes from the work-in-progress WHATWG HTML specification:
* http://www.whatwg.org/specs/web-apps/current-work/
*/
[scriptable, uuid(a6cf9087-15b3-11d2-932e-00805f8add32)]

View File

@ -43,8 +43,11 @@
* The nsIDOMHTMLHeadingElement interface is the interface to a
* [X]HTML h1, h2, h3, ... element.
*
* For more information on this interface please see
* This interface is trying to follow the DOM Level 2 HTML specification:
* http://www.w3.org/TR/DOM-Level-2-HTML/
*
* with changes from the work-in-progress WHATWG HTML specification:
* http://www.whatwg.org/specs/web-apps/current-work/
*/
[scriptable, uuid(a6cf90a2-15b3-11d2-932e-00805f8add32)]

View File

@ -43,8 +43,11 @@
* The nsIDOMHTMLHtmlElement interface is the interface to a [X]HTML
* html element.
*
* For more information on this interface please see
* This interface is trying to follow the DOM Level 2 HTML specification:
* http://www.w3.org/TR/DOM-Level-2-HTML/
*
* with changes from the work-in-progress WHATWG HTML specification:
* http://www.whatwg.org/specs/web-apps/current-work/
*/
[scriptable, uuid(a6cf9086-15b3-11d2-932e-00805f8add32)]

View File

@ -43,8 +43,11 @@
* The nsIDOMHTMLIFrameElement interface is the interface to a [X]HTML
* iframe element.
*
* For more information on this interface please see
* This interface is trying to follow the DOM Level 2 HTML specification:
* http://www.w3.org/TR/DOM-Level-2-HTML/
*
* with changes from the work-in-progress WHATWG HTML specification:
* http://www.whatwg.org/specs/web-apps/current-work/
*/
[scriptable, uuid(a6cf90ba-15b3-11d2-932e-00805f8add32)]

View File

@ -43,8 +43,11 @@
* The nsIDOMHTMLImageElement interface is the interface to a [X]HTML
* img element.
*
* For more information on this interface please see
* This interface is trying to follow the DOM Level 2 HTML specification:
* http://www.w3.org/TR/DOM-Level-2-HTML/
*
* with changes from the work-in-progress WHATWG HTML specification:
* http://www.whatwg.org/specs/web-apps/current-work/
*/
[scriptable, uuid(3fc9c313-49b9-4315-b39f-7166cf362e10)]

View File

@ -47,8 +47,11 @@ interface nsIDOMValidityState;
* The nsIDOMHTMLInputElement interface is the interface to a [X]HTML
* input element.
*
* For more information on this interface please see
* This interface is trying to follow the DOM Level 2 HTML specification:
* http://www.w3.org/TR/DOM-Level-2-HTML/
*
* with changes from the work-in-progress WHATWG HTML specification:
* http://www.whatwg.org/specs/web-apps/current-work/
*/
[scriptable, uuid(0805059d-f18f-4095-ae6b-0bf6df80b7b8)]
@ -95,7 +98,7 @@ interface nsIDOMHTMLInputElement : nsIDOMHTMLElement
attribute DOMString value;
// The following lines are parte of the constraint validation API, see:
// http://dev.w3.org/html5/spec/forms.html#the-constraint-validation-api
// http://www.whatwg.org/specs/web-apps/current-work/#the-constraint-validation-api
readonly attribute boolean willValidate;
readonly attribute nsIDOMValidityState validity;
readonly attribute DOMString validationMessage;

View File

@ -43,8 +43,11 @@
* The nsIDOMHTMLIsIndexElement interface is the interface to a
* [X]HTML isindex element.
*
* For more information on this interface please see
* This interface is trying to follow the DOM Level 2 HTML specification:
* http://www.w3.org/TR/DOM-Level-2-HTML/
*
* with changes from the work-in-progress WHATWG HTML specification:
* http://www.whatwg.org/specs/web-apps/current-work/
*/
[scriptable, uuid(a6cf908c-15b3-11d2-932e-00805f8add32)]

View File

@ -43,8 +43,11 @@
* The nsIDOMHTMLLIElement interface is the interface to a [X]HTML li
* element.
*
* For more information on this interface please see
* This interface is trying to follow the DOM Level 2 HTML specification:
* http://www.w3.org/TR/DOM-Level-2-HTML/
*
* with changes from the work-in-progress WHATWG HTML specification:
* http://www.whatwg.org/specs/web-apps/current-work/
*/
[scriptable, uuid(a6cf909e-15b3-11d2-932e-00805f8add32)]

View File

@ -43,8 +43,11 @@
* The nsIDOMHTMLLabelElement interface is the interface to a [X]HTML
* label element.
*
* For more information on this interface please see
* This interface is trying to follow the DOM Level 2 HTML specification:
* http://www.w3.org/TR/DOM-Level-2-HTML/
*
* with changes from the work-in-progress WHATWG HTML specification:
* http://www.whatwg.org/specs/web-apps/current-work/
*/
[scriptable, uuid(8a207452-e725-4a9e-beb6-9e0c0a65012c)]

View File

@ -43,8 +43,11 @@
* The nsIDOMHTMLLegendElement interface is the interface to a [X]HTML
* legend element.
*
* For more information on this interface please see
* This interface is trying to follow the DOM Level 2 HTML specification:
* http://www.w3.org/TR/DOM-Level-2-HTML/
*
* with changes from the work-in-progress WHATWG HTML specification:
* http://www.whatwg.org/specs/web-apps/current-work/
*/
[scriptable, uuid(a6cf9098-15b3-11d2-932e-00805f8add32)]

View File

@ -43,8 +43,11 @@
* The nsIDOMHTMLLinkElement interface is the interface to a [X]HTML
* link element.
*
* For more information on this interface please see
* This interface is trying to follow the DOM Level 2 HTML specification:
* http://www.w3.org/TR/DOM-Level-2-HTML/
*
* with changes from the work-in-progress WHATWG HTML specification:
* http://www.whatwg.org/specs/web-apps/current-work/
*/
[scriptable, uuid(a6cf9088-15b3-11d2-932e-00805f8add32)]

View File

@ -43,8 +43,11 @@
* The nsIDOMHTMLMapElement interface is the interface to a [X]HTML
* map element.
*
* For more information on this interface please see
* This interface is trying to follow the DOM Level 2 HTML specification:
* http://www.w3.org/TR/DOM-Level-2-HTML/
*
* with changes from the work-in-progress WHATWG HTML specification:
* http://www.whatwg.org/specs/web-apps/current-work/
*/
[scriptable, uuid(a6cf90af-15b3-11d2-932e-00805f8add32)]

View File

@ -43,8 +43,11 @@
* The nsIDOMHTMLMenuElement interface is the interface to a [X]HTML
* menu element.
*
* For more information on this interface please see
* This interface is trying to follow the DOM Level 2 HTML specification:
* http://www.w3.org/TR/DOM-Level-2-HTML/
*
* with changes from the work-in-progress WHATWG HTML specification:
* http://www.whatwg.org/specs/web-apps/current-work/
*/
[scriptable, uuid(a6cf909d-15b3-11d2-932e-00805f8add32)]

View File

@ -43,8 +43,11 @@
* The nsIDOMHTMLMetaElement interface is the interface to a [X]HTML
* meta element.
*
* For more information on this interface please see
* This interface is trying to follow the DOM Level 2 HTML specification:
* http://www.w3.org/TR/DOM-Level-2-HTML/
*
* with changes from the work-in-progress WHATWG HTML specification:
* http://www.whatwg.org/specs/web-apps/current-work/
*/
[scriptable, uuid(a6cf908a-15b3-11d2-932e-00805f8add32)]

View File

@ -43,8 +43,11 @@
* The nsIDOMHTMLModElement interface is the interface to a [X]HTML
* ins and del element.
*
* For more information on this interface please see
* This interface is trying to follow the DOM Level 2 HTML specification:
* http://www.w3.org/TR/DOM-Level-2-HTML/
*
* with changes from the work-in-progress WHATWG HTML specification:
* http://www.whatwg.org/specs/web-apps/current-work/
*/
[scriptable, uuid(a6cf90a9-15b3-11d2-932e-00805f8add32)]

View File

@ -43,8 +43,11 @@
* The nsIDOMHTMLOListElement interface is the interface to a [X]HTML
* ol element.
*
* For more information on this interface please see
* This interface is trying to follow the DOM Level 2 HTML specification:
* http://www.w3.org/TR/DOM-Level-2-HTML/
*
* with changes from the work-in-progress WHATWG HTML specification:
* http://www.whatwg.org/specs/web-apps/current-work/
*/
[scriptable, uuid(a6cf909a-15b3-11d2-932e-00805f8add32)]

View File

@ -43,8 +43,11 @@
* The nsIDOMHTMLObjectElement interface is the interface to a [X]HTML
* object element.
*
* For more information on this interface please see
* This interface is trying to follow the DOM Level 2 HTML specification:
* http://www.w3.org/TR/DOM-Level-2-HTML/
*
* with changes from the work-in-progress WHATWG HTML specification:
* http://www.whatwg.org/specs/web-apps/current-work/
*/
interface nsIDOMValidityState;
@ -74,7 +77,7 @@ interface nsIDOMHTMLObjectElement : nsIDOMHTMLElement
readonly attribute nsIDOMDocument contentDocument;
// The following lines are parte of the constraint validation API, see:
// http://dev.w3.org/html5/spec/forms.html#the-constraint-validation-api
// http://www.whatwg.org/specs/web-apps/current-work/#the-constraint-validation-api
readonly attribute boolean willValidate;
readonly attribute nsIDOMValidityState validity;
readonly attribute DOMString validationMessage;

View File

@ -43,8 +43,11 @@
* The nsIDOMHTMLOptGroupElement interface is the interface to a
* [X]HTML optgroup element.
*
* For more information on this interface please see
* This interface is trying to follow the DOM Level 2 HTML specification:
* http://www.w3.org/TR/DOM-Level-2-HTML/
*
* with changes from the work-in-progress WHATWG HTML specification:
* http://www.whatwg.org/specs/web-apps/current-work/
*/
[scriptable, uuid(a6cf9091-15b3-11d2-932e-00805f8add32)]

View File

@ -43,8 +43,11 @@
* The nsIDOMHTMLOptionElement interface is the interface to a [X]HTML
* option element.
*
* For more information on this interface please see
* This interface is trying to follow the DOM Level 2 HTML specification:
* http://www.w3.org/TR/DOM-Level-2-HTML/
*
* with changes from the work-in-progress WHATWG HTML specification:
* http://www.whatwg.org/specs/web-apps/current-work/
*/
[scriptable, uuid(611d00f5-1eb8-4571-b995-2a2019d2d11c)]

View File

@ -42,8 +42,11 @@
* The nsIDOMHTMLOptionsCollection interface is the interface to a
* collection of [X]HTML option elements.
*
* For more information on this interface please see
* This interface is trying to follow the DOM Level 2 HTML specification:
* http://www.w3.org/TR/DOM-Level-2-HTML/
*
* with changes from the work-in-progress WHATWG HTML specification:
* http://www.whatwg.org/specs/web-apps/current-work/
*/
// Introduced in DOM Level 2:

View File

@ -42,7 +42,7 @@
* <output> element.
*
* For more information on this interface, please see
* http://dev.w3.org/html5/spec/forms.html#the-output-element
* http://www.whatwg.org/specs/web-apps/current-work/#the-output-element
*
* @status UNDER_DEVELOPMENT
*/

View File

@ -43,8 +43,11 @@
* The nsIDOMHTMLParagraphElement interface is the interface to a
* [X]HTML p element.
*
* For more information on this interface please see
* This interface is trying to follow the DOM Level 2 HTML specification:
* http://www.w3.org/TR/DOM-Level-2-HTML/
*
* with changes from the work-in-progress WHATWG HTML specification:
* http://www.whatwg.org/specs/web-apps/current-work/
*/
[scriptable, uuid(a6cf90a1-15b3-11d2-932e-00805f8add32)]

View File

@ -43,8 +43,11 @@
* The nsIDOMHTMLParamElement interface is the interface to a [X]HTML
* param element.
*
* For more information on this interface please see
* This interface is trying to follow the DOM Level 2 HTML specification:
* http://www.w3.org/TR/DOM-Level-2-HTML/
*
* with changes from the work-in-progress WHATWG HTML specification:
* http://www.whatwg.org/specs/web-apps/current-work/
*/
[scriptable, uuid(a6cf90ad-15b3-11d2-932e-00805f8add32)]

View File

@ -43,8 +43,11 @@
* The nsIDOMHTMLPreElement interface is the interface to a [X]HTML
* pre element.
*
* For more information on this interface please see
* This interface is trying to follow the DOM Level 2 HTML specification:
* http://www.w3.org/TR/DOM-Level-2-HTML/
*
* with changes from the work-in-progress WHATWG HTML specification:
* http://www.whatwg.org/specs/web-apps/current-work/
*/
[scriptable, uuid(a6cf90a4-15b3-11d2-932e-00805f8add32)]

View File

@ -43,8 +43,11 @@
* The nsIDOMHTMLQuoteElement interface is the interface to a [X]HTML
* q element.
*
* For more information on this interface please see
* This interface is trying to follow the DOM Level 2 HTML specification:
* http://www.w3.org/TR/DOM-Level-2-HTML/
*
* with changes from the work-in-progress WHATWG HTML specification:
* http://www.whatwg.org/specs/web-apps/current-work/
*/
[scriptable, uuid(a6cf90a3-15b3-11d2-932e-00805f8add32)]

View File

@ -43,8 +43,11 @@
* The nsIDOMHTMLScriptElement interface is the interface to a [X]HTML
* script element.
*
* For more information on this interface please see
* This interface is trying to follow the DOM Level 2 HTML specification:
* http://www.w3.org/TR/DOM-Level-2-HTML/
*
* with changes from the work-in-progress WHATWG HTML specification:
* http://www.whatwg.org/specs/web-apps/current-work/
*/
[scriptable, uuid(4af8568c-375c-42fd-a82f-b25a7c03fc3e)]

View File

@ -44,8 +44,11 @@
* The nsIDOMHTMLSelectElement interface is the interface to a [X]HTML
* select element.
*
* For more information on this interface please see
* This interface is trying to follow the DOM Level 2 HTML specification:
* http://www.w3.org/TR/DOM-Level-2-HTML/
*
* with changes from the work-in-progress WHATWG HTML specification:
* http://www.whatwg.org/specs/web-apps/current-work/
*/
interface nsIDOMValidityState;
@ -79,7 +82,7 @@ interface nsIDOMHTMLSelectElement : nsIDOMHTMLElement
void focus();
// The following lines are parte of the constraint validation API, see:
// http://dev.w3.org/html5/spec/forms.html#the-constraint-validation-api
// http://www.whatwg.org/specs/web-apps/current-work/#the-constraint-validation-api
readonly attribute boolean willValidate;
readonly attribute nsIDOMValidityState validity;
readonly attribute DOMString validationMessage;

View File

@ -43,8 +43,11 @@
* The nsIDOMHTMLStyleElement interface is the interface to a [X]HTML
* style element.
*
* For more information on this interface please see
* This interface is trying to follow the DOM Level 2 HTML specification:
* http://www.w3.org/TR/DOM-Level-2-HTML/
*
* with changes from the work-in-progress WHATWG HTML specification:
* http://www.whatwg.org/specs/web-apps/current-work/
*/
[scriptable, uuid(a6cf908d-15b3-11d2-932e-00805f8add32)]

View File

@ -43,8 +43,11 @@
* The nsIDOMHTMLTableCaptionElement interface is the interface to a
* [X]HTML caption element.
*
* For more information on this interface please see
* This interface is trying to follow the DOM Level 2 HTML specification:
* http://www.w3.org/TR/DOM-Level-2-HTML/
*
* with changes from the work-in-progress WHATWG HTML specification:
* http://www.whatwg.org/specs/web-apps/current-work/
*/
[scriptable, uuid(a6cf90b3-15b3-11d2-932e-00805f8add32)]

View File

@ -43,8 +43,11 @@
* The nsIDOMHTMLTableCellElement interface is the interface to a
* [X]HTML td element.
*
* For more information on this interface please see
* This interface is trying to follow the DOM Level 2 HTML specification:
* http://www.w3.org/TR/DOM-Level-2-HTML/
*
* with changes from the work-in-progress WHATWG HTML specification:
* http://www.whatwg.org/specs/web-apps/current-work/
*/
[scriptable, uuid(a6cf90b7-15b3-11d2-932e-00805f8add32)]

View File

@ -43,8 +43,11 @@
* The nsIDOMHTMLTableColElement interface is the interface to a
* [X]HTML col element.
*
* For more information on this interface please see
* This interface is trying to follow the DOM Level 2 HTML specification:
* http://www.w3.org/TR/DOM-Level-2-HTML/
*
* with changes from the work-in-progress WHATWG HTML specification:
* http://www.whatwg.org/specs/web-apps/current-work/
*/
[scriptable, uuid(a6cf90b4-15b3-11d2-932e-00805f8add32)]

View File

@ -43,8 +43,11 @@
* The nsIDOMHTMLTableElement interface is the interface to a [X]HTML
* table element.
*
* For more information on this interface please see
* This interface is trying to follow the DOM Level 2 HTML specification:
* http://www.w3.org/TR/DOM-Level-2-HTML/
*
* with changes from the work-in-progress WHATWG HTML specification:
* http://www.whatwg.org/specs/web-apps/current-work/
*/
[scriptable, uuid(a6cf90b2-15b3-11d2-932e-00805f8add32)]

View File

@ -43,8 +43,11 @@
* The nsIDOMHTMLTableRowElement interface is the interface to a
* [X]HTML tr element.
*
* For more information on this interface please see
* This interface is trying to follow the DOM Level 2 HTML specification:
* http://www.w3.org/TR/DOM-Level-2-HTML/
*
* with changes from the work-in-progress WHATWG HTML specification:
* http://www.whatwg.org/specs/web-apps/current-work/
*/
[scriptable, uuid(a6cf90b6-15b3-11d2-932e-00805f8add32)]

View File

@ -43,8 +43,11 @@
* The nsIDOMHTMLTableSectionElement interface is the interface to a
* [X]HTML thead, tbody, and tfoot element.
*
* For more information on this interface please see
* This interface is trying to follow the DOM Level 2 HTML specification:
* http://www.w3.org/TR/DOM-Level-2-HTML/
*
* with changes from the work-in-progress WHATWG HTML specification:
* http://www.whatwg.org/specs/web-apps/current-work/
*/
[scriptable, uuid(a6cf90b5-15b3-11d2-932e-00805f8add32)]

View File

@ -43,8 +43,11 @@
* The nsIDOMHTMLTextAreaElement interface is the interface to a
* [X]HTML textarea element.
*
* For more information on this interface please see
* This interface is trying to follow the DOM Level 2 HTML specification:
* http://www.w3.org/TR/DOM-Level-2-HTML/
*
* with changes from the work-in-progress WHATWG HTML specification:
* http://www.whatwg.org/specs/web-apps/current-work/
*/
[scriptable, uuid(a6cf9094-15b3-11d2-932e-00805f8add32)]

View File

@ -43,8 +43,11 @@
* The nsIDOMHTMLTitleElement interface is the interface to a [X]HTML
* title element.
*
* For more information on this interface please see
* This interface is trying to follow the DOM Level 2 HTML specification:
* http://www.w3.org/TR/DOM-Level-2-HTML/
*
* with changes from the work-in-progress WHATWG HTML specification:
* http://www.whatwg.org/specs/web-apps/current-work/
*/
[scriptable, uuid(a6cf9089-15b3-11d2-932e-00805f8add32)]

View File

@ -43,8 +43,11 @@
* The nsIDOMHTMLUListElement interface is the interface to a [X]HTML
* ul element.
*
* For more information on this interface please see
* This interface is trying to follow the DOM Level 2 HTML specification:
* http://www.w3.org/TR/DOM-Level-2-HTML/
*
* with changes from the work-in-progress WHATWG HTML specification:
* http://www.whatwg.org/specs/web-apps/current-work/
*/
[scriptable, uuid(a6cf9099-15b3-11d2-932e-00805f8add32)]

View File

@ -62,7 +62,7 @@ interface nsIDOMNSHTMLTextAreaElement : nsISupports
[Null(Stringify)] attribute DOMString wrap;
// The following lines are parte of the constraint validation API, see:
// http://dev.w3.org/html5/spec/forms.html#the-constraint-validation-api
// http://www.whatwg.org/specs/web-apps/current-work/#the-constraint-validation-api
readonly attribute boolean willValidate;
readonly attribute nsIDOMValidityState validity;
readonly attribute DOMString validationMessage;

View File

@ -42,7 +42,7 @@
* object which represents the validity states of an element.
*
* For more information on this interface please see
* http://dev.w3.org/html5/spec/forms.html#validitystate
* http://www.whatwg.org/specs/web-apps/current-work/#validitystate
*/
[scriptable, uuid(5e62197a-9b74-4812-b5a2-ca102e886f7a)]