Skip to content

Commit

Permalink
[giow] (2) Try to make crossOrigin more future-proof.
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=19574
Affected topics: HTML, Video and Audio

git-svn-id: http://svn.whatwg.org/webapps@7653 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 26, 2013
1 parent b1adc35 commit 4c0d9af
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions complete.html
Expand Up @@ -14297,7 +14297,7 @@ <h4 id=the-link-element><span class=secno>4.2.4 </span>The <dfn><code>link</code

<p>The <dfn id=dom-link-crossorigin title=dom-link-crossOrigin><code>crossOrigin</code></dfn> IDL attribute must
<a href=#reflect>reflect</a> the <code title=attr-link-crossorigin><a href=#attr-link-crossorigin>crossorigin</a></code> content
attribute.</p>
attribute, <a href=#limited-to-only-known-values>limited to only known values</a>.</p>

<p>The IDL attribute <dfn id=dom-link-rellist title=dom-link-rellist><code>relList</code></dfn> <span class=impl>must</span> <a href=#reflect title=reflect>reflect</a> the <code title=attr-link-rel><a href=#attr-link-rel>rel</a></code> content attribute.</p>

Expand Down Expand Up @@ -16391,7 +16391,7 @@ <h4 id=the-script-element><span class=secno>4.3.1 </span>The <dfn id=script><cod

<p>The <dfn id=dom-script-crossorigin title=dom-script-crossOrigin><code>crossOrigin</code></dfn> IDL attribute must
<a href=#reflect>reflect</a> the <code title=attr-script-crossorigin><a href=#attr-script-crossorigin>crossorigin</a></code> content
attribute.</p>
attribute, <a href=#limited-to-only-known-values>limited to only known values</a>.</p>

<p>The <dfn id=dom-script-async title=dom-script-async><code>async</code></dfn> IDL attribute controls whether the
element will execute asynchronously or not. If the element's <a href=#force-async>"force-async"</a> flag is
Expand Down Expand Up @@ -24329,7 +24329,7 @@ <h4 id=the-img-element><span class=secno>4.8.1 </span>The <dfn><code>img</code><

<p>The <dfn id=dom-img-crossorigin title=dom-img-crossOrigin><code>crossOrigin</code></dfn> IDL
attribute must <a href=#reflect>reflect</a> the <code title=attr-img-crossorigin><a href=#attr-img-crossorigin>crossorigin</a></code> content
attribute.</p>
attribute, <a href=#limited-to-only-known-values>limited to only known values</a>.</p>

<p>The <dfn id=dom-img-usemap title=dom-img-useMap><code>useMap</code></dfn> IDL
attribute must <a href=#reflect>reflect</a> the <code title=attr-img-usemap>usemap</code> content attribute.</p>
Expand Down Expand Up @@ -28352,7 +28352,7 @@ <h5 id=error-codes><span class=secno>4.8.10.1 </span>Error codes</h5>

<p>The <dfn id=dom-media-crossorigin title=dom-media-crossOrigin><code>crossOrigin</code></dfn> IDL attribute must
<a href=#reflect>reflect</a> the <code title=attr-media-crossorigin><a href=#attr-media-crossorigin>crossorigin</a></code> content
attribute.</p>
attribute, <a href=#limited-to-only-known-values>limited to only known values</a>.</p>

</div>

Expand Down
8 changes: 4 additions & 4 deletions index
Expand Up @@ -14297,7 +14297,7 @@ gave me some of the songs they wrote. I love sharing my music.&lt;/p&gt;

<p>The <dfn id=dom-link-crossorigin title=dom-link-crossOrigin><code>crossOrigin</code></dfn> IDL attribute must
<a href=#reflect>reflect</a> the <code title=attr-link-crossorigin><a href=#attr-link-crossorigin>crossorigin</a></code> content
attribute.</p>
attribute, <a href=#limited-to-only-known-values>limited to only known values</a>.</p>

<p>The IDL attribute <dfn id=dom-link-rellist title=dom-link-rellist><code>relList</code></dfn> <span class=impl>must</span> <a href=#reflect title=reflect>reflect</a> the <code title=attr-link-rel><a href=#attr-link-rel>rel</a></code> content attribute.</p>

Expand Down Expand Up @@ -16391,7 +16391,7 @@ c-end = "--&gt;"</pre>

<p>The <dfn id=dom-script-crossorigin title=dom-script-crossOrigin><code>crossOrigin</code></dfn> IDL attribute must
<a href=#reflect>reflect</a> the <code title=attr-script-crossorigin><a href=#attr-script-crossorigin>crossorigin</a></code> content
attribute.</p>
attribute, <a href=#limited-to-only-known-values>limited to only known values</a>.</p>

<p>The <dfn id=dom-script-async title=dom-script-async><code>async</code></dfn> IDL attribute controls whether the
element will execute asynchronously or not. If the element's <a href=#force-async>"force-async"</a> flag is
Expand Down Expand Up @@ -24329,7 +24329,7 @@ interface <dfn id=htmlimageelement>HTMLImageElement</dfn> : <a href=#htmlelement

<p>The <dfn id=dom-img-crossorigin title=dom-img-crossOrigin><code>crossOrigin</code></dfn> IDL
attribute must <a href=#reflect>reflect</a> the <code title=attr-img-crossorigin><a href=#attr-img-crossorigin>crossorigin</a></code> content
attribute.</p>
attribute, <a href=#limited-to-only-known-values>limited to only known values</a>.</p>

<p>The <dfn id=dom-img-usemap title=dom-img-useMap><code>useMap</code></dfn> IDL
attribute must <a href=#reflect>reflect</a> the <code title=attr-img-usemap>usemap</code> content attribute.</p>
Expand Down Expand Up @@ -28352,7 +28352,7 @@ interface <dfn id=htmlaudioelement>HTMLAudioElement</dfn> : <a href=#htmlmediael

<p>The <dfn id=dom-media-crossorigin title=dom-media-crossOrigin><code>crossOrigin</code></dfn> IDL attribute must
<a href=#reflect>reflect</a> the <code title=attr-media-crossorigin><a href=#attr-media-crossorigin>crossorigin</a></code> content
attribute.</p>
attribute, <a href=#limited-to-only-known-values>limited to only known values</a>.</p>

</div>

Expand Down
8 changes: 4 additions & 4 deletions source
Expand Up @@ -14904,7 +14904,7 @@ gave me some of the songs they wrote. I love sharing my music.&lt;/p>

<p>The <dfn title="dom-link-crossOrigin"><code>crossOrigin</code></dfn> IDL attribute must
<span>reflect</span> the <code title="attr-link-crossorigin">crossorigin</code> content
attribute.</p>
attribute, <span>limited to only known values</span>.</p>

<p>The IDL attribute <dfn
title="dom-link-rellist"><code>relList</code></dfn> <span
Expand Down Expand Up @@ -17292,7 +17292,7 @@ c-end = "-->"</pre>

<p>The <dfn title="dom-script-crossOrigin"><code>crossOrigin</code></dfn> IDL attribute must
<span>reflect</span> the <code title="attr-script-crossorigin">crossorigin</code> content
attribute.</p>
attribute, <span>limited to only known values</span>.</p>

<p>The <dfn title="dom-script-async"><code>async</code></dfn> IDL attribute controls whether the
element will execute asynchronously or not. If the element's <span>"force-async"</span> flag is
Expand Down Expand Up @@ -25917,7 +25917,7 @@ interface <dfn>HTMLImageElement</dfn> : <span>HTMLElement</span> {
title="dom-img-crossOrigin"><code>crossOrigin</code></dfn> IDL
attribute must <span>reflect</span> the <code
title="attr-img-crossorigin">crossorigin</code> content
attribute.</p>
attribute, <span>limited to only known values</span>.</p>

<p>The <dfn title="dom-img-useMap"><code>useMap</code></dfn> IDL
attribute must <span>reflect</span> the <code
Expand Down Expand Up @@ -30399,7 +30399,7 @@ interface <dfn>HTMLAudioElement</dfn> : <span>HTMLMediaElement</span> {};</pre>

<p>The <dfn title="dom-media-crossOrigin"><code>crossOrigin</code></dfn> IDL attribute must
<span>reflect</span> the <code title="attr-media-crossorigin">crossorigin</code> content
attribute.</p>
attribute, <span>limited to only known values</span>.</p>

</div>

Expand Down

0 comments on commit 4c0d9af

Please sign in to comment.