Skip to content

Commit

Permalink
[e] (0) xref
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=14224

git-svn-id: http://svn.whatwg.org/webapps@6664 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 11, 2011
1 parent 96cc67a commit 6ee37d0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions complete.html
Expand Up @@ -22380,7 +22380,7 @@ <h4 id=the-img-element><span class=secno>4.8.1 </span>The <dfn><code>img</code><
<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>

Expand Down Expand Up @@ -27462,7 +27462,7 @@ <h5 id=loading-the-media-resource><span class=secno>4.8.10.5 </span>Loading the
<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>

Expand Down Expand Up @@ -31322,7 +31322,7 @@ <h6 id=sourcing-out-of-band-text-tracks><span class=secno>4.8.10.12.3 </span>Sou
<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>

Expand Down Expand Up @@ -79933,7 +79933,7 @@ <h4 id=the-eventsource-interface><span class=secno>11.2.2 </span>The <code><a hr
<p>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
<a href=#attr-crossorigin-use-credentials title=attr-crossorigin-use-credentials>Use
Credentials</a>, and the <i><a href=#origin>origin</a></i> being the <a href=#entry-script>entry
Credentials</a>, and the <i title="">origin</i> being the <a href=#entry-script>entry
script</a>'s <a href=#origin>origin</a><!--, and the <i>default origin
behaviour</i> set to <i>fail</i> (though it has no effect in the
"Use Credentials" mode)-->, and process the resource obtained in
Expand Down Expand Up @@ -80111,7 +80111,7 @@ <h4 id=processing-model-5><span class=secno>11.2.3 </span>Processing model</h4>
a <a href=#potentially-cors-enabled-fetch>potentially CORS-enabled fetch</a> of the <a href=#absolute-url>absolute
URL</a> of the event source resource, with the <i>mode</i> being
<a href=#attr-crossorigin-use-credentials title=attr-crossorigin-use-credentials>Use
Credentials</a>, and the <i><a href=#origin>origin</a></i> being the same as the
Credentials</a>, and the <i title="">origin</i> being the same as the
<a href=#origin>origin</a> used in the original request triggered by the
<code title=dom-EventSource><a href=#dom-eventsource>EventSource()</a></code> constructor<!--,
and the <i>default origin behaviour</i> set to <i>fail</i> (though
Expand Down
10 changes: 5 additions & 5 deletions index
Expand Up @@ -22380,7 +22380,7 @@ interface <dfn id=htmlimageelement>HTMLImageElement</dfn> : <a href=#htmlelement
<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>

Expand Down Expand Up @@ -27462,7 +27462,7 @@ interface <dfn id=htmlaudioelement>HTMLAudioElement</dfn> : <a href=#htmlmediael
<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>

Expand Down Expand Up @@ -31322,7 +31322,7 @@ interface <dfn id=mediacontroller>MediaController</dfn> {
<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>

Expand Down Expand Up @@ -79933,7 +79933,7 @@ interface <dfn id=eventsource>EventSource</dfn> : <a href=#eventtarget>EventTarg
<p>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
<a href=#attr-crossorigin-use-credentials title=attr-crossorigin-use-credentials>Use
Credentials</a>, and the <i><a href=#origin>origin</a></i> being the <a href=#entry-script>entry
Credentials</a>, and the <i title="">origin</i> being the <a href=#entry-script>entry
script</a>'s <a href=#origin>origin</a><!--, and the <i>default origin
behaviour</i> set to <i>fail</i> (though it has no effect in the
"Use Credentials" mode)-->, and process the resource obtained in
Expand Down Expand Up @@ -80111,7 +80111,7 @@ interface <dfn id=eventsource>EventSource</dfn> : <a href=#eventtarget>EventTarg
a <a href=#potentially-cors-enabled-fetch>potentially CORS-enabled fetch</a> of the <a href=#absolute-url>absolute
URL</a> of the event source resource, with the <i>mode</i> being
<a href=#attr-crossorigin-use-credentials title=attr-crossorigin-use-credentials>Use
Credentials</a>, and the <i><a href=#origin>origin</a></i> being the same as the
Credentials</a>, and the <i title="">origin</i> being the same as the
<a href=#origin>origin</a> used in the original request triggered by the
<code title=dom-EventSource><a href=#dom-eventsource>EventSource()</a></code> constructor<!--,
and the <i>default origin behaviour</i> set to <i>fail</i> (though
Expand Down
10 changes: 5 additions & 5 deletions source
Expand Up @@ -23922,7 +23922,7 @@ interface <dfn>HTMLImageElement</dfn> : <span>HTMLElement</span> {
the resulting <span>absolute URL</span>, with the <i>mode</i>
being the state of the element's <code
title="attr-img-crossorigin">crossorigin</code> content
attribute, the <i>origin</i> being the <span>origin</span> of the
attribute, the <i title="">origin</i> being the <span>origin</span> of the
<code>img</code> element's <code>Document</code>, and the
<i>default origin behaviour</i> set to <i>taint</i>.</p>

Expand Down Expand Up @@ -29658,7 +29658,7 @@ interface <dfn>HTMLAudioElement</dfn> : <span>HTMLMediaElement</span> {};</pre>
URL</span>, with the <i>mode</i> being the state of the
<span>media element</span>'s <code
title="attr-media-crossorigin">crossorigin</code> content
attribute, the <i>origin</i> being the <span>origin</span> of the
attribute, the <i title="">origin</i> being the <span>origin</span> of the
<span>media element</span>'s <code>Document</code>, and the
<i>default origin behaviour</i> set to <i>taint</i>.</p>

Expand Down Expand Up @@ -34163,7 +34163,7 @@ interface <dfn>MediaController</dfn> {
title="">URL</var>, with the <i>mode</i> being the state of the
<span>media element</span>'s <code
title="attr-media-crossorigin">crossorigin</code> content
attribute, the <i>origin</i> being the <span>origin</span> of the
attribute, the <i title="">origin</i> being the <span>origin</span> of the
<span>media element</span>'s <code>Document</code>, and the
<i>default origin behaviour</i> set to <i>fail</i>.</p>

Expand Down Expand Up @@ -90462,7 +90462,7 @@ interface <dfn>EventSource</dfn> : <span>EventTarget</span> {
<p>Do a <span>potentially CORS-enabled fetch</span> of the
resulting <span>absolute URL</span>, with the <i>mode</i> being
<span title="attr-crossorigin-use-credentials">Use
Credentials</span>, and the <i>origin</i> being the <span>entry
Credentials</span>, and the <i title="">origin</i> being the <span>entry
script</span>'s <span>origin</span><!--, and the <i>default origin
behaviour</i> set to <i>fail</i> (though it has no effect in the
"Use Credentials" mode)-->, and process the resource obtained in
Expand Down Expand Up @@ -90681,7 +90681,7 @@ interface <dfn>EventSource</dfn> : <span>EventTarget</span> {
a <span>potentially CORS-enabled fetch</span> of the <span>absolute
URL</span> of the event source resource, with the <i>mode</i> being
<span title="attr-crossorigin-use-credentials">Use
Credentials</span>, and the <i>origin</i> being the same as the
Credentials</span>, and the <i title="">origin</i> being the same as the
<span>origin</span> used in the original request triggered by the
<code title="dom-EventSource">EventSource()</code> constructor<!--,
and the <i>default origin behaviour</i> set to <i>fail</i> (though
Expand Down

0 comments on commit 6ee37d0

Please sign in to comment.