[html5] r7653 - [giow] (2) Try to make crossOrigin more future-proof. Fixing https://www.w3.org/ [...]
whatwg at whatwg.org
whatwg at whatwg.org
Fri Jan 25 17:00:43 PST 2013
Author: ianh
Date: 2013-01-25 17:00:42 -0800 (Fri, 25 Jan 2013)
New Revision: 7653
Modified:
complete.html
index
source
Log:
[giow] (2) Try to make crossOrigin more future-proof.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=19574
Affected topics: HTML, Video and Audio
Modified: complete.html
===================================================================
--- complete.html 2013-01-26 00:58:10 UTC (rev 7652)
+++ complete.html 2013-01-26 01:00:42 UTC (rev 7653)
@@ -14297,7 +14297,7 @@
<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>
@@ -16391,7 +16391,7 @@
<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
@@ -24329,7 +24329,7 @@
<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>
@@ -28352,7 +28352,7 @@
<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>
Modified: index
===================================================================
--- index 2013-01-26 00:58:10 UTC (rev 7652)
+++ index 2013-01-26 01:00:42 UTC (rev 7653)
@@ -14297,7 +14297,7 @@
<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>
@@ -16391,7 +16391,7 @@
<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
@@ -24329,7 +24329,7 @@
<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>
@@ -28352,7 +28352,7 @@
<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>
Modified: source
===================================================================
--- source 2013-01-26 00:58:10 UTC (rev 7652)
+++ source 2013-01-26 01:00:42 UTC (rev 7653)
@@ -14904,7 +14904,7 @@
<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
@@ -17292,7 +17292,7 @@
<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
@@ -25917,7 +25917,7 @@
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
@@ -30399,7 +30399,7 @@
<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>
More information about the Commit-Watchers
mailing list