Skip to content

Commit

Permalink
Remove 'for' IDL attribute from script
Browse files Browse the repository at this point in the history
  • Loading branch information
Psychpsyo committed Sep 17, 2024
1 parent 3ef8c74 commit 85ee34b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -137927,8 +137927,7 @@ interface <dfn interface>HTMLParamElement</dfn> : <span>HTMLElement</span> {
<pre><code class="idl">partial interface <span id="HTMLScriptElement-partial">HTMLScriptElement</span> {
[<span>CEReactions</span>] attribute DOMString <span data-x="dom-script-charset">charset</span>;
[<span>CEReactions</span>] attribute DOMString <span data-x="dom-script-event">event</span>;
[<span>CEReactions</span>] attribute DOMString <span data-x="dom-script-for">for</span>;
[<span>CEReactions</span>] attribute DOMString <span data-x="dom-script-htmlFor">htmlFor</span>; // legacy alias of .for
[<span>CEReactions</span>] attribute DOMString <span data-x="dom-script-htmlFor">htmlFor</span>;
};</code></pre>

<p>The <dfn attribute for="HTMLScriptElement"><code
Expand All @@ -137937,8 +137936,7 @@ interface <dfn interface>HTMLParamElement</dfn> : <span>HTMLElement</span> {
must <span>reflect</span> the respective content attributes of the same name.</p>

<p>The <dfn attribute for="HTMLScriptElement"><code
data-x="dom-script-for">for</code></dfn> and <dfn attribute for="HTMLScriptElement"><code
data-x="dom-script-htmlFor">htmlFor</code></dfn> IDL attributes of the <code>script</code> element
data-x="dom-script-htmlFor">htmlFor</code></dfn> IDL attribute of the <code>script</code> element
must <span>reflect</span> the element's <code data-x="attr-script-for">for</code> content
attribute.</p>

Expand Down

0 comments on commit 85ee34b

Please sign in to comment.