Skip to content

Commit

Permalink
[e] (0) Fix some cross-reference issues.
Browse files Browse the repository at this point in the history
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@7298 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 29, 2012
1 parent f1ae779 commit 813c659
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
7 changes: 3 additions & 4 deletions complete.html
Expand Up @@ -24464,10 +24464,9 @@ <h4 id=the-img-element><span class=secno>4.8.1 </span>The <dfn><code>img</code><

<li><p>Let <var title="">key</var> be a tuple consisting of the
resulting <a href=#absolute-url>absolute URL</a>, the <code><a href=#the-img-element>img</a></code> element's
<code title=attr-crossorigin>crossorigin</code> attribute's mode,
and, if that mode is not <a href=#attr-crossorigin-none title=attr-crossorigin-none>No
CORS</a>, the <code><a href=#document>Document</a></code> object's
<a href=#origin>origin</a>.</li>
<code title=attr-img-crossorigin><a href=#attr-img-crossorigin>crossorigin</a></code> attribute's
mode, and, if that mode is not <a href=#attr-crossorigin-none title=attr-crossorigin-none>No CORS</a>, the
<code><a href=#document>Document</a></code> object's <a href=#origin>origin</a>.</li>

<li><p>If the <a href=#list-of-available-images>list of available images</a>, contains an
entry for <var title="">key</var>, then set the <code><a href=#the-img-element>img</a></code>
Expand Down
7 changes: 3 additions & 4 deletions index
Expand Up @@ -24464,10 +24464,9 @@ interface <dfn id=htmlimageelement>HTMLImageElement</dfn> : <a href=#htmlelement

<li><p>Let <var title="">key</var> be a tuple consisting of the
resulting <a href=#absolute-url>absolute URL</a>, the <code><a href=#the-img-element>img</a></code> element's
<code title=attr-crossorigin>crossorigin</code> attribute's mode,
and, if that mode is not <a href=#attr-crossorigin-none title=attr-crossorigin-none>No
CORS</a>, the <code><a href=#document>Document</a></code> object's
<a href=#origin>origin</a>.</li>
<code title=attr-img-crossorigin><a href=#attr-img-crossorigin>crossorigin</a></code> attribute's
mode, and, if that mode is not <a href=#attr-crossorigin-none title=attr-crossorigin-none>No CORS</a>, the
<code><a href=#document>Document</a></code> object's <a href=#origin>origin</a>.</li>

<li><p>If the <a href=#list-of-available-images>list of available images</a>, contains an
entry for <var title="">key</var>, then set the <code><a href=#the-img-element>img</a></code>
Expand Down
8 changes: 4 additions & 4 deletions source
Expand Up @@ -26279,10 +26279,10 @@ interface <dfn>HTMLImageElement</dfn> : <span>HTMLElement</span> {

<li><p>Let <var title="">key</var> be a tuple consisting of the
resulting <span>absolute URL</span>, the <code>img</code> element's
<code title="attr-crossorigin">crossorigin</code> attribute's mode,
and, if that mode is not <span title="attr-crossorigin-none">No
CORS</span>, the <code>Document</code> object's
<span>origin</span>.</p></li>
<code title="attr-img-crossorigin">crossorigin</code> attribute's
mode, and, if that mode is not <span
title="attr-crossorigin-none">No CORS</span>, the
<code>Document</code> object's <span>origin</span>.</p></li>

<li><p>If the <span>list of available images</span>, contains an
entry for <var title="">key</var>, then set the <code>img</code>
Expand Down

0 comments on commit 813c659

Please sign in to comment.