Skip to content

Commit

Permalink
[giow] (0) Clarify the definition of data: origins to actually be imp…
Browse files Browse the repository at this point in the history
…lementable.

git-svn-id: http://svn.whatwg.org/webapps@4616 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 20, 2010
1 parent 505465f commit c3dd165
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -50937,7 +50937,7 @@ <h3 id=origin-0><span class=secno>6.4 </span>Origin</h3>
<code>Document</code> or in a script</dt>

<dd>The <a href=#origin>origin</a> is the <a href=#origin>origin</a> of the
<code>Document</code> or script in which the <code title="">data:</code> URL was found.</dd>
<code>Document</code> or script that initiated the <a href=#navigate title=navigate>navigation</a> to that <a href=#url>URL</a>.</dd>


<dt>If a <code>Document</code> has the <a href="#the-document's-address" title="the
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -50837,7 +50837,7 @@ interface <dfn id=window>Window</dfn> {
<code>Document</code> or in a script</dt>

<dd>The <a href=#origin>origin</a> is the <a href=#origin>origin</a> of the
<code>Document</code> or script in which the <code title="">data:</code> URL was found.</dd>
<code>Document</code> or script that initiated the <a href=#navigate title=navigate>navigation</a> to that <a href=#url>URL</a>.</dd>


<dt>If a <code>Document</code> has the <a href="#the-document's-address" title="the
Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -57345,8 +57345,8 @@ interface <dfn>Window</dfn> {
<code>Document</code> or in a script</dt>

<dd>The <span>origin</span> is the <span>origin</span> of the
<code>Document</code> or script in which the <code
title="">data:</code> URL was found.</dd>
<code>Document</code> or script that initiated the <span
title="navigate">navigation</span> to that <span>URL</span>.</dd>


<dt>If a <code>Document</code> has the <span title="the
Expand Down

0 comments on commit c3dd165

Please sign in to comment.