[html5] r7732 - [e] (0) Defer to DOM. Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=2046 [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Mar 6 11:51:45 PST 2013
Author: ianh
Date: 2013-03-06 11:51:44 -0800 (Wed, 06 Mar 2013)
New Revision: 7732
Modified:
complete.html
index
source
Log:
[e] (0) Defer to DOM.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=20463
Affected topics: Security
Modified: complete.html
===================================================================
--- complete.html 2013-03-06 00:32:33 UTC (rev 7731)
+++ complete.html 2013-03-06 19:51:44 UTC (rev 7732)
@@ -66254,10 +66254,11 @@
<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>
Modified: index
===================================================================
--- index 2013-03-06 00:32:33 UTC (rev 7731)
+++ index 2013-03-06 19:51:44 UTC (rev 7732)
@@ -66254,10 +66254,11 @@
<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>
Modified: source
===================================================================
--- source 2013-03-06 00:32:33 UTC (rev 7731)
+++ source 2013-03-06 19:51:44 UTC (rev 7732)
@@ -77327,11 +77327,12 @@
<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>
More information about the Commit-Watchers
mailing list