- From: poot <cvsmail@w3.org>
- Date: Tue, 11 Oct 2011 19:23:11 -0400
- To: public-html-diffs@w3.org
hixie: xref (whatwg r6664)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5343&r2=1.5344&f=h
http://html5.org/tools/web-apps-tracker?from=6663&to=6664
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5343
retrieving revision 1.5344
diff -u -d -r1.5343 -r1.5344
--- Overview.html 11 Oct 2011 23:16:08 -0000 1.5343
+++ Overview.html 11 Oct 2011 23:22:59 -0000 1.5344
@@ -18475,7 +18475,7 @@
<p>Otherwise, do a <a href="#potentially-cors-enabled-fetch">potentially CORS-enabled fetch</a> of
the resulting <a href="#absolute-url">absolute URL</a>, with the <i>mode</i>
being the state of the element's <code title="attr-img-crossorigin"><a href="#attr-img-crossorigin">crossorigin</a></code> content
- attribute, the <i><a href="#origin">origin</a></i> being the <a href="#origin">origin</a> of the
+ attribute, the <i title="">origin</i> being the <a href="#origin">origin</a> of the
<code><a href="#the-img-element">img</a></code> element's <code><a href="#document">Document</a></code>, and the
<i>default origin behaviour</i> set to <i>taint</i>.</p>
@@ -22698,7 +22698,7 @@
<var title="">current media resource</var>'s <a href="#absolute-url">absolute
URL</a>, with the <i>mode</i> being the state of the
<a href="#media-element">media element</a>'s <code title="attr-media-crossorigin"><a href="#attr-media-crossorigin">crossorigin</a></code> content
- attribute, the <i><a href="#origin">origin</a></i> being the <a href="#origin">origin</a> of the
+ attribute, the <i title="">origin</i> being the <a href="#origin">origin</a> of the
<a href="#media-element">media element</a>'s <code><a href="#document">Document</a></code>, and the
<i>default origin behaviour</i> set to <i>taint</i>.</p>
@@ -26233,7 +26233,7 @@
<p>If <var title="">URL</var> is not the empty string, perform a
<a href="#potentially-cors-enabled-fetch">potentially CORS-enabled fetch</a> of <var title="">URL</var>, with the <i>mode</i> being the state of the
<a href="#media-element">media element</a>'s <code title="attr-media-crossorigin"><a href="#attr-media-crossorigin">crossorigin</a></code> content
- attribute, the <i><a href="#origin">origin</a></i> being the <a href="#origin">origin</a> of the
+ attribute, the <i title="">origin</i> being the <a href="#origin">origin</a> of the
<a href="#media-element">media element</a>'s <code><a href="#document">Document</a></code>, and the
<i>default origin behaviour</i> set to <i>fail</i>.</p>
Received on Tuesday, 11 October 2011 23:23:13 UTC