Skip to content

Commit

Permalink
[e] (0) mention an example of a unique-origin data: URI
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@1350 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Mar 7, 2008
1 parent 1822d69 commit c5e6b83
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<h1 id=html-5>HTML 5</h1>

<h2 class="no-num no-toc" id=working>Working Draft &mdash; 6 March 2008</h2>
<h2 class="no-num no-toc" id=working>Working Draft &mdash; 7 March 2008</h2>

<p>You can take part in this work. <a
href="http://www.whatwg.org/mailing-list">Join the working group's
Expand Down Expand Up @@ -26345,8 +26345,8 @@ never reset. This is nice and consistent.)
script is the origin of the <code>Document</code> or script.

<p>The origin of a <code>Document</code> or image that was generated from a
<code>data:</code> URI from another source is a globally unique identifier
assigned when the document is created.
<code>data:</code> URI from another source (e.g. typed in by the user) is
a globally unique identifier assigned when the document is created.

<p>The origin of a <code>Document</code> or image that was generated from a
<a href="#the-javascript" title="javascript
Expand Down
5 changes: 3 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -23928,8 +23928,9 @@ never reset. This is nice and consistent.)
script.</p>

<p>The origin of a <code>Document</code> or image that was generated
from a <code>data:</code> URI from another source is a globally
unique identifier assigned when the document is created.</p>
from a <code>data:</code> URI from another source (e.g. typed in by
the user) is a globally unique identifier assigned when the document
is created.</p>

<p>The origin of a <code>Document</code> or image that was generated
from a <span title="javascript protocol"><code>javascript:</code>
Expand Down

0 comments on commit c5e6b83

Please sign in to comment.