Skip to content

Commit

Permalink
[e] (0) Copy-paste error in the origin section.
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=22765
Affected topics: Security

git-svn-id: http://svn.whatwg.org/webapps@8085 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 24, 2013
1 parent 8f5e60d commit 3a7f591
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 @@ -66405,8 +66405,8 @@ <h3 id=origin-0><span class=secno>6.3 </span>Origin</h3>

<dl class=switch><dt>If the <a href=#media-data>media data</a> is <a href=#cors-cross-origin>CORS-cross-origin</a></dt>

<dd>The <a href=#origin>origin</a> is a globally unique identifier assigned when the image is
created.</dd>
<dd>The <a href=#origin>origin</a> is a globally unique identifier assigned when the <a href=#media-data>media
data</a> is <a href=#fetch title=fetch>fetched</a>.</dd>


<dt>If the <a href=#media-data>media data</a> is <a href=#cors-same-origin>CORS-same-origin</a></dt>
Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -66405,8 +66405,8 @@ x === this; // true</pre>

<dl class=switch><dt>If the <a href=#media-data>media data</a> is <a href=#cors-cross-origin>CORS-cross-origin</a></dt>

<dd>The <a href=#origin>origin</a> is a globally unique identifier assigned when the image is
created.</dd>
<dd>The <a href=#origin>origin</a> is a globally unique identifier assigned when the <a href=#media-data>media
data</a> is <a href=#fetch title=fetch>fetched</a>.</dd>


<dt>If the <a href=#media-data>media data</a> is <a href=#cors-same-origin>CORS-same-origin</a></dt>
Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -74083,8 +74083,8 @@ x === this; // true</pre>

<dt>If the <span>media data</span> is <span>CORS-cross-origin</span></dt>

<dd>The <span>origin</span> is a globally unique identifier assigned when the image is
created.</dd>
<dd>The <span>origin</span> is a globally unique identifier assigned when the <span>media
data</span> is <span title="fetch">fetched</span>.</dd>


<dt>If the <span>media data</span> is <span>CORS-same-origin</span></dt>
Expand Down

0 comments on commit 3a7f591

Please sign in to comment.