@@ -13267,7 +13267,7 @@ interface <dfn>HTMLLinkElement</dfn> : <span>HTMLElement</span> {
13267
13267
13268
13268
<p>The <dfn><code data-x="dom-link-crossOrigin">crossOrigin</code></dfn> IDL attribute must
13269
13269
<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>
13271
13271
13272
13272
<p>The <dfn><code data-x="dom-link-referrerPolicy">referrerPolicy</code></dfn> IDL attribute must
13273
13273
<span>reflect</span> the <code data-x="attr-link-referrerpolicy">referrerpolicy</code>
@@ -25621,7 +25621,8 @@ interface <dfn>HTMLImageElement</dfn> : <span>HTMLElement</span> {
25621
25621
respective content attributes of the same name.</p>
25622
25622
25623
25623
<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>
25625
25626
25626
25627
<p>The <dfn data-x="dom-img-useMap"><code>useMap</code></dfn> IDL attribute must
25627
25628
<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> {
32233
32234
name.</p>
32234
32235
32235
32236
<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>
32237
32239
32238
32240
</div>
32239
32241
@@ -57508,7 +57510,8 @@ interface <dfn>HTMLScriptElement</dfn> : <span>HTMLElement</span> {
57508
57510
content attributes of the same name.</p>
57509
57511
57510
57512
<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>
57512
57515
57513
57516
<p>The <dfn><code data-x="dom-script-noModule">noModule</code></dfn> IDL attribute must
57514
57517
<span>reflect</span> the <code data-x="attr-script-nomodule">nomodule</code> content
0 commit comments