Skip to content

Commit

Permalink
[e] (0) Defer to DOM.
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=20463
Affected topics: Security

git-svn-id: http://svn.whatwg.org/webapps@7732 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Mar 6, 2013
1 parent 17c391f commit 333ce86
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
7 changes: 4 additions & 3 deletions complete.html
Expand Up @@ -66254,10 +66254,11 @@ <h3 id=origin-0><span class=secno>6.3 </span>Origin</h3>

<dd>

<p>The <a href=#origin>origin</a> is a globally unique identifier assigned when the
<code><a href=#document>Document</a></code> is created.</p>
<p>The default behavior as defined in the DOM standard applies. <a href=#refsDOM>[DOM]</a>.</p>

<p>The <a href=#effective-script-origin>effective script origin</a> is initially an <a href=#concept-origin-alias title=concept-origin-alias>alias</a> to the <a href=#origin>origin</a> of the
<p class=note>The <a href=#origin>origin</a> is a globally unique identifier assigned when the
<code><a href=#document>Document</a></code> is created, and the <a href=#effective-script-origin>effective script origin</a> is initially an
<a href=#concept-origin-alias title=concept-origin-alias>alias</a> to the <a href=#origin>origin</a> of the
<code><a href=#document>Document</a></code>.</p>

</dd>
Expand Down
7 changes: 4 additions & 3 deletions index
Expand Up @@ -66254,10 +66254,11 @@ x === this; // true</pre>

<dd>

<p>The <a href=#origin>origin</a> is a globally unique identifier assigned when the
<code><a href=#document>Document</a></code> is created.</p>
<p>The default behavior as defined in the DOM standard applies. <a href=#refsDOM>[DOM]</a>.</p>

<p>The <a href=#effective-script-origin>effective script origin</a> is initially an <a href=#concept-origin-alias title=concept-origin-alias>alias</a> to the <a href=#origin>origin</a> of the
<p class=note>The <a href=#origin>origin</a> is a globally unique identifier assigned when the
<code><a href=#document>Document</a></code> is created, and the <a href=#effective-script-origin>effective script origin</a> is initially an
<a href=#concept-origin-alias title=concept-origin-alias>alias</a> to the <a href=#origin>origin</a> of the
<code><a href=#document>Document</a></code>.</p>

</dd>
Expand Down
9 changes: 5 additions & 4 deletions source
Expand Up @@ -77327,11 +77327,12 @@ x === this; // true</pre>

<dd>

<p>The <span>origin</span> is a globally unique identifier assigned when the
<code>Document</code> is created.</p>
<p>The default behavior as defined in the DOM standard applies. <a
href="#refsDOM">[DOM]</a>.</p>

<p>The <span>effective script origin</span> is initially an <span
title="concept-origin-alias">alias</span> to the <span>origin</span> of the
<p class="note">The <span>origin</span> is a globally unique identifier assigned when the
<code>Document</code> is created, and the <span>effective script origin</span> is initially an
<span title="concept-origin-alias">alias</span> to the <span>origin</span> of the
<code>Document</code>.</p>

</dd>
Expand Down

0 comments on commit 333ce86

Please sign in to comment.