Skip to content

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

source

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13267,7 +13267,7 @@ interface <dfn>HTMLLinkElement</dfn> : <span>HTMLElement</span> {
1326713267

1326813268
<p>The <dfn><code data-x="dom-link-crossOrigin">crossOrigin</code></dfn> IDL attribute must
1326913269
<span>reflect</span> the <code data-x="attr-link-crossorigin">crossorigin</code> content
13270-
attribute.</p>
13270+
attribute, <span>limited to only known values</span>.</p>
1327113271

1327213272
<p>The <dfn><code data-x="dom-link-referrerPolicy">referrerPolicy</code></dfn> IDL attribute must
1327313273
<span>reflect</span> the <code data-x="attr-link-referrerpolicy">referrerpolicy</code>
@@ -25621,7 +25621,8 @@ interface <dfn>HTMLImageElement</dfn> : <span>HTMLElement</span> {
2562125621
respective content attributes of the same name.</p>
2562225622

2562325623
<p>The <dfn data-x="dom-img-crossOrigin"><code>crossOrigin</code></dfn> IDL attribute must
25624-
<span>reflect</span> the <code data-x="attr-img-crossorigin">crossorigin</code> content attribute.</p>
25624+
<span>reflect</span> the <code data-x="attr-img-crossorigin">crossorigin</code> content attribute,
25625+
<span>limited to only known values</span>.</p>
2562525626

2562625627
<p>The <dfn data-x="dom-img-useMap"><code>useMap</code></dfn> IDL attribute must
2562725628
<span>reflect</span> the <code data-x="attr-hyperlink-usemap">usemap</code> content attribute.</p>
@@ -32233,7 +32234,8 @@ interface <dfn>HTMLMediaElement</dfn> : <span>HTMLElement</span> {
3223332234
name.</p>
3223432235

3223532236
<p>The <dfn><code data-x="dom-media-crossOrigin">crossOrigin</code></dfn> IDL attribute must
32236-
<span>reflect</span> the <code data-x="attr-media-crossorigin">crossorigin</code> content attribute.</p>
32237+
<span>reflect</span> the <code data-x="attr-media-crossorigin">crossorigin</code> content
32238+
attribute, <span>limited to only known values</span>.</p>
3223732239

3223832240
</div>
3223932241

@@ -57508,7 +57510,8 @@ interface <dfn>HTMLScriptElement</dfn> : <span>HTMLElement</span> {
5750857510
content attributes of the same name.</p>
5750957511

5751057512
<p>The <dfn><code data-x="dom-script-crossOrigin">crossOrigin</code></dfn> IDL attribute must
57511-
<span>reflect</span> the <code data-x="attr-script-crossorigin">crossorigin</code> content attribute.</p>
57513+
<span>reflect</span> the <code data-x="attr-script-crossorigin">crossorigin</code> content
57514+
attribute, <span>limited to only known values</span>.</p>
5751257515

5751357516
<p>The <dfn><code data-x="dom-script-noModule">noModule</code></dfn> IDL attribute must
5751457517
<span>reflect</span> the <code data-x="attr-script-nomodule">nomodule</code> content

0 commit comments

Comments
 (0)