mirror of
https://github.com/servo/servo.git
synced 2025-06-21 07:38:59 +01:00
partial-fix #12415: incorrect exposure of Window,Worker in webidl
* HTMLParagraphElement.webidl * HTMLParamElement.webidl * HTMLPreElement.webidl * HTMLProgressElement.webidl * HTMLQuoteElement.webidl * HTMLSelectElement.webidl * HTMLSourceElement.webidl * HTMLSpanElement.webidl * HTMLStyleElement.webidl
This commit is contained in:
parent
cdf225c26e
commit
99b82529a8
10 changed files with 0 additions and 18 deletions
|
@ -3,7 +3,6 @@
|
||||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||||
|
|
||||||
// https://html.spec.whatwg.org/multipage/#htmlparagraphelement
|
// https://html.spec.whatwg.org/multipage/#htmlparagraphelement
|
||||||
[Exposed=(Window,Worker)]
|
|
||||||
interface HTMLParagraphElement : HTMLElement {
|
interface HTMLParagraphElement : HTMLElement {
|
||||||
// also has obsolete members
|
// also has obsolete members
|
||||||
};
|
};
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||||
|
|
||||||
// https://html.spec.whatwg.org/multipage/#htmlparamelement
|
// https://html.spec.whatwg.org/multipage/#htmlparamelement
|
||||||
[Exposed=(Window,Worker)]
|
|
||||||
interface HTMLParamElement : HTMLElement {
|
interface HTMLParamElement : HTMLElement {
|
||||||
// attribute DOMString name;
|
// attribute DOMString name;
|
||||||
// attribute DOMString value;
|
// attribute DOMString value;
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||||
|
|
||||||
// https://html.spec.whatwg.org/multipage/#htmlpreelement
|
// https://html.spec.whatwg.org/multipage/#htmlpreelement
|
||||||
[Exposed=(Window,Worker)]
|
|
||||||
interface HTMLPreElement : HTMLElement {
|
interface HTMLPreElement : HTMLElement {
|
||||||
// also has obsolete members
|
// also has obsolete members
|
||||||
};
|
};
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||||
|
|
||||||
// https://html.spec.whatwg.org/multipage/#htmlprogresselement
|
// https://html.spec.whatwg.org/multipage/#htmlprogresselement
|
||||||
[Exposed=(Window,Worker)]
|
|
||||||
interface HTMLProgressElement : HTMLElement {
|
interface HTMLProgressElement : HTMLElement {
|
||||||
// attribute double value;
|
// attribute double value;
|
||||||
// attribute double max;
|
// attribute double max;
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||||
|
|
||||||
// https://html.spec.whatwg.org/multipage/#htmlquoteelement
|
// https://html.spec.whatwg.org/multipage/#htmlquoteelement
|
||||||
[Exposed=(Window,Worker)]
|
|
||||||
interface HTMLQuoteElement : HTMLElement {
|
interface HTMLQuoteElement : HTMLElement {
|
||||||
// attribute DOMString cite;
|
// attribute DOMString cite;
|
||||||
};
|
};
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||||
|
|
||||||
// https://html.spec.whatwg.org/multipage/#htmlselectelement
|
// https://html.spec.whatwg.org/multipage/#htmlselectelement
|
||||||
[Exposed=(Window,Worker)]
|
|
||||||
interface HTMLSelectElement : HTMLElement {
|
interface HTMLSelectElement : HTMLElement {
|
||||||
// attribute boolean autofocus;
|
// attribute boolean autofocus;
|
||||||
attribute boolean disabled;
|
attribute boolean disabled;
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||||
|
|
||||||
// https://html.spec.whatwg.org/multipage/#htmlsourceelement
|
// https://html.spec.whatwg.org/multipage/#htmlsourceelement
|
||||||
[Exposed=(Window,Worker)]
|
|
||||||
interface HTMLSourceElement : HTMLElement {
|
interface HTMLSourceElement : HTMLElement {
|
||||||
// attribute DOMString src;
|
// attribute DOMString src;
|
||||||
// attribute DOMString type;
|
// attribute DOMString type;
|
||||||
|
|
|
@ -3,5 +3,4 @@
|
||||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||||
|
|
||||||
// https://html.spec.whatwg.org/multipage/#htmlspanelement
|
// https://html.spec.whatwg.org/multipage/#htmlspanelement
|
||||||
[Exposed=(Window,Worker)]
|
|
||||||
interface HTMLSpanElement : HTMLElement {};
|
interface HTMLSpanElement : HTMLElement {};
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||||
|
|
||||||
// https://html.spec.whatwg.org/multipage/#htmlstyleelement
|
// https://html.spec.whatwg.org/multipage/#htmlstyleelement
|
||||||
[Exposed=(Window,Worker)]
|
|
||||||
interface HTMLStyleElement : HTMLElement {
|
interface HTMLStyleElement : HTMLElement {
|
||||||
// attribute DOMString media;
|
// attribute DOMString media;
|
||||||
// attribute DOMString type;
|
// attribute DOMString type;
|
||||||
|
|
|
@ -91,16 +91,7 @@ test_interfaces([
|
||||||
"HTMLOptGroupElement",
|
"HTMLOptGroupElement",
|
||||||
"HTMLOptionElement",
|
"HTMLOptionElement",
|
||||||
"HTMLOutputElement",
|
"HTMLOutputElement",
|
||||||
"HTMLParagraphElement",
|
|
||||||
"HTMLParamElement",
|
|
||||||
"HTMLPreElement",
|
|
||||||
"HTMLProgressElement",
|
|
||||||
"HTMLQuoteElement",
|
|
||||||
"HTMLScriptElement",
|
"HTMLScriptElement",
|
||||||
"HTMLSelectElement",
|
|
||||||
"HTMLSourceElement",
|
|
||||||
"HTMLSpanElement",
|
|
||||||
"HTMLStyleElement",
|
|
||||||
"HTMLTableCaptionElement",
|
"HTMLTableCaptionElement",
|
||||||
"HTMLTableCellElement",
|
"HTMLTableCellElement",
|
||||||
"HTMLTableColElement",
|
"HTMLTableColElement",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue