Skip to content

Commit

Permalink
[e] (0) Somehow these synchronous steps got mangled.
Browse files Browse the repository at this point in the history
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@8159 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 29, 2013
1 parent 430f64b commit 1aa81f7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions complete.html
Expand Up @@ -22684,14 +22684,14 @@ <h4 id=the-img-element><span class=secno>4.8.1 </span>The <dfn><code>img</code><

<li>

<p><a href=#fire-a-progress-event>Fire a progress event</a> named <code title=event-loadstart>loadstart</code> at
<p>&#x231b; <a href=#queue-a-task>Queue a task</a> to <a href=#fire-a-progress-event>fire a progress event</a> named <code title=event-loadstart>loadstart</code> at
the <code><a href=#the-img-element>img</a></code> element.</p>

</li>

<li>

<p>Do a <a href=#potentially-cors-enabled-fetch>potentially CORS-enabled fetch</a><!--FETCH--> of the <a href=#absolute-url>absolute URL</a>
<p>&#x231b; Do a <a href=#potentially-cors-enabled-fetch>potentially CORS-enabled fetch</a><!--FETCH--> of the <a href=#absolute-url>absolute URL</a>
that resulted from the earlier step, 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 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
4 changes: 2 additions & 2 deletions index
Expand Up @@ -22684,14 +22684,14 @@ interface <dfn id=htmlimageelement>HTMLImageElement</dfn> : <a href=#htmlelement

<li>

<p><a href=#fire-a-progress-event>Fire a progress event</a> named <code title=event-loadstart>loadstart</code> at
<p>&#x231b; <a href=#queue-a-task>Queue a task</a> to <a href=#fire-a-progress-event>fire a progress event</a> named <code title=event-loadstart>loadstart</code> at
the <code><a href=#the-img-element>img</a></code> element.</p>

</li>

<li>

<p>Do a <a href=#potentially-cors-enabled-fetch>potentially CORS-enabled fetch</a><!--FETCH--> of the <a href=#absolute-url>absolute URL</a>
<p>&#x231b; Do a <a href=#potentially-cors-enabled-fetch>potentially CORS-enabled fetch</a><!--FETCH--> of the <a href=#absolute-url>absolute URL</a>
that resulted from the earlier step, 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 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
4 changes: 2 additions & 2 deletions source
Expand Up @@ -23723,14 +23723,14 @@ interface <dfn>HTMLImageElement</dfn> : <span>HTMLElement</span> {

<li>

<p><span>Fire a progress event</span> named <code title="event-loadstart">loadstart</code> at
<p>&#x231B; <span>Queue a task</span> to <span>fire a progress event</span> named <code title="event-loadstart">loadstart</code> at
the <code>img</code> element.</p>

</li>

<li>

<p>Do a <span>potentially CORS-enabled fetch</span><!--FETCH--> of the <span>absolute URL</span>
<p>&#x231B; Do a <span>potentially CORS-enabled fetch</span><!--FETCH--> of the <span>absolute URL</span>
that resulted from the earlier step, with the <i>mode</i> being the state of the element's <code
title="attr-img-crossorigin">crossorigin</code> content attribute, the <i title="">origin</i>
being the <span>origin</span> of the <code>img</code> element's <code>Document</code>, and the
Expand Down

0 comments on commit 1aa81f7

Please sign in to comment.