Skip to content

Commit

Permalink
Update remaining [HTMLConstructor] extended attributes
Browse files Browse the repository at this point in the history
This fixes all the [HTMLConstructor] extended attribute usage that was
missed in e38aa41.
  • Loading branch information
pmdartus authored and domenic committed Oct 29, 2019
1 parent 3bbb870 commit f101f1e
Showing 1 changed file with 28 additions and 18 deletions.
46 changes: 28 additions & 18 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -18499,9 +18499,10 @@ be cowed by the possibility.</blockquote>
<dd><code data-x="attr-ol-type">type</code></dd>
<dt><span data-x="concept-element-dom">DOM interface</span>:</dt>
<dd w-nodev>
<pre><code class="idl" data-x="">[Exposed=Window,
<span>HTMLConstructor</span>]
<pre><code class="idl" data-x="">[Exposed=Window]
interface <dfn>HTMLOListElement</dfn> : <span>HTMLElement</span> {
[<span>HTMLConstructor</span>] constructor();

[<span>CEReactions</span>] attribute boolean <span data-x="dom-ol-reversed">reversed</span>;
[<span>CEReactions</span>] attribute long <span data-x="dom-ol-start">start</span>;
[<span>CEReactions</span>] attribute DOMString <span data-x="dom-ol-type">type</span>;
Expand Down Expand Up @@ -18739,9 +18740,9 @@ interface <dfn>HTMLUListElement</dfn> : <span>HTMLElement</span> {
<dd><span>Global attributes</span></dd>
<dt><span data-x="concept-element-dom">DOM interface</span>:</dt>
<dd w-nodev>
<pre><code class="idl" data-x="">[Exposed=Window,
<span>HTMLConstructor</span>]
<pre><code class="idl" data-x="">[Exposed=Window]
interface <dfn>HTMLMenuElement</dfn> : <span>HTMLElement</span> {
[<span>HTMLConstructor</span>] constructor();
};</code></pre>
</dd>
<dd w-dev>Uses <code>HTMLMenuElement</code>.</dd>
Expand Down Expand Up @@ -18785,9 +18786,10 @@ interface <dfn>HTMLMenuElement</dfn> : <span>HTMLElement</span> {
<dd>If the element is not a child of an <code>ul</code> or <code>menu</code> element: <code data-x="attr-li-value">value</code></dd>
<dt><span data-x="concept-element-dom">DOM interface</span>:</dt>
<dd w-nodev>
<pre><code class="idl" data-x="">[Exposed=Window,
<span>HTMLConstructor</span>]
<pre><code class="idl" data-x="">[Exposed=Window]
interface <dfn>HTMLLIElement</dfn> : <span>HTMLElement</span> {
[<span>HTMLConstructor</span>] constructor();

[<span>CEReactions</span>] attribute long <span data-x="dom-li-value">value</span>;
};</code></pre>
</dd>
Expand Down Expand Up @@ -21296,9 +21298,10 @@ interface <dfn>HTMLDataElement</dfn> : <span>HTMLElement</span> {
<dd><code data-x="attr-time-datetime">datetime</code></dd>
<dt><span data-x="concept-element-dom">DOM interface</span>:</dt>
<dd w-nodev>
<pre><code class="idl" data-x="">[Exposed=Window,
<span>HTMLConstructor</span>]
<pre><code class="idl" data-x="">[Exposed=Window]
interface <dfn>HTMLTimeElement</dfn> : <span>HTMLElement</span> {
[<span>HTMLConstructor</span>] constructor();

[<span>CEReactions</span>] attribute DOMString <span data-x="dom-time-dateTime">dateTime</span>;
};</code></pre>
</dd>
Expand Down Expand Up @@ -26148,9 +26151,10 @@ interface <dfn>HTMLSourceElement</dfn> : <span>HTMLElement</span> {
<dt><span data-x="concept-element-dom">DOM interface</span>:</dt>
<dd w-nodev>
<pre><code class="idl" data-x="">[Exposed=Window,
<span>HTMLConstructor</span>,
NamedConstructor=<span data-x="dom-image">Image</span>(optional unsigned long width, optional unsigned long height)]
interface <dfn>HTMLImageElement</dfn> : <span>HTMLElement</span> {
[<span>HTMLConstructor</span>] constructor();

[<span>CEReactions</span>] attribute DOMString <span data-x="dom-img-alt">alt</span>;
[<span>CEReactions</span>] attribute USVString <span data-x="dom-img-src">src</span>;
[<span>CEReactions</span>] attribute USVString <span data-x="dom-img-srcset">srcset</span>;
Expand Down Expand Up @@ -31852,9 +31856,10 @@ interface <dfn>HTMLParamElement</dfn> : <span>HTMLElement</span> {
<dd><code data-x="attr-dim-height">height</code></dd>
<dt><span data-x="concept-element-dom">DOM interface</span>:</dt>
<dd w-nodev>
<pre><code class="idl" data-x="">[Exposed=Window,
<span>HTMLConstructor</span>]
<pre><code class="idl" data-x="">[Exposed=Window]
interface <dfn>HTMLVideoElement</dfn> : <span>HTMLMediaElement</span> {
[<span>HTMLConstructor</span>] constructor();

[<span>CEReactions</span>] attribute unsigned long <span data-x="dom-dim-width">width</span>;
[<span>CEReactions</span>] attribute unsigned long <span data-x="dom-dim-height">height</span>;
readonly attribute unsigned long <span data-x="dom-video-videoWidth">videoWidth</span>;
Expand Down Expand Up @@ -32242,9 +32247,10 @@ zero or more <code>track</code> elements, then
<dt><span data-x="concept-element-dom">DOM interface</span>:</dt>
<dd w-nodev>
<pre><code class="idl" data-x="">[Exposed=Window,
<span>HTMLConstructor</span>,
NamedConstructor=<span data-x="dom-Audio">Audio</span>(optional DOMString src)]
interface <dfn>HTMLAudioElement</dfn> : <span>HTMLMediaElement</span> {};</code></pre>
interface <dfn>HTMLAudioElement</dfn> : <span>HTMLMediaElement</span> {
[<span>HTMLConstructor</span>] constructor();
};</code></pre>
</dd>
<dd w-dev>Uses <code>HTMLAudioElement</code>.</dd>
</dl>
Expand Down Expand Up @@ -43198,9 +43204,10 @@ interface <dfn>HTMLTableCellElement</dfn> : <span>HTMLElement</span> {
<dd w-nodev>
<pre><code class="idl" data-x="">[Exposed=Window,
OverrideBuiltins,
LegacyUnenumerableNamedProperties,
<span>HTMLConstructor</span>]
LegacyUnenumerableNamedProperties]
interface <dfn>HTMLFormElement</dfn> : <span>HTMLElement</span> {
[<span>HTMLConstructor</span>] constructor();

[<span>CEReactions</span>] attribute DOMString <span data-x="dom-form-acceptCharset">acceptCharset</span>;
[<span>CEReactions</span>] attribute USVString <span data-x="dom-fs-action">action</span>;
[<span>CEReactions</span>] attribute DOMString <span data-x="dom-form-autocomplete">autocomplete</span>;
Expand Down Expand Up @@ -50987,9 +50994,10 @@ interface <dfn>HTMLOptGroupElement</dfn> : <span>HTMLElement</span> {
<dt><span data-x="concept-element-dom">DOM interface</span>:</dt>
<dd w-nodev>
<pre><code class="idl" data-x="">[Exposed=Window,
<span>HTMLConstructor</span>,
NamedConstructor=<span data-x="dom-option">Option</span>(optional DOMString text = "", optional DOMString value, optional boolean defaultSelected = false, optional boolean selected = false)]
interface <dfn>HTMLOptionElement</dfn> : <span>HTMLElement</span> {
[<span>HTMLConstructor</span>] constructor();

[<span>CEReactions</span>] attribute boolean <span data-x="dom-option-disabled">disabled</span>;
readonly attribute <span>HTMLFormElement</span>? <span data-x="dom-option-form">form</span>;
[<span>CEReactions</span>] attribute DOMString <span data-x="dom-option-label">label</span>;
Expand Down Expand Up @@ -59928,9 +59936,10 @@ dictionary <dfn>AssignedNodesOptions</dfn> {
<dd w-nodev>
<pre><code class="idl" data-x="">typedef (<span>CanvasRenderingContext2D</span> or <span>ImageBitmapRenderingContext</span> or <span>WebGLRenderingContext</span> or <span>WebGL2RenderingContext</span>) <dfn>RenderingContext</dfn>;

[Exposed=Window,
<span>HTMLConstructor</span>]
[Exposed=Window]
interface <dfn>HTMLCanvasElement</dfn> : <span>HTMLElement</span> {
[<span>HTMLConstructor</span>] constructor();

[<span>CEReactions</span>] attribute unsigned long <span data-x="dom-canvas-width">width</span>;
[<span>CEReactions</span>] attribute unsigned long <span data-x="dom-canvas-height">height</span>;

Expand Down Expand Up @@ -124776,6 +124785,7 @@ INSERT INTERFACES HERE
Philip TAYLOR<!-- a different one -->,
Philippe De Ryck,
Pierre-Arnaud Allumé,
Pierre-Marie Dartus,
‏ Pooja Sanklecha,
Prashant Hiremath,
Prashanth Chandra,
Expand Down

0 comments on commit f101f1e

Please sign in to comment.