[html5] r1633 - /

whatwg at whatwg.org whatwg at whatwg.org
Thu May 15 17:34:41 PDT 2008


Author: ianh
Date: 2008-05-15 17:34:40 -0700 (Thu, 15 May 2008)
New Revision: 1633

Modified:
   index
   source
Log:
[e] (0) xref effective script origin; make sure e.s.o. of URI is defined.

Modified: index
===================================================================
--- index	2008-05-15 08:47:57 UTC (rev 1632)
+++ index	2008-05-16 00:34:40 UTC (rev 1633)
@@ -25,7 +25,7 @@
 
    <h1 id=html-5>HTML 5</h1>
 
-   <h2 class="no-num no-toc" id=draft>Draft Recommendation — 15 May
+   <h2 class="no-num no-toc" id=draft>Draft Recommendation — 16 May
     2008</h2>
 
    <p>You can take part in this work. <a
@@ -28318,7 +28318,8 @@
    <dt>For URIs
 
    <dd>
-    <p>The origin of the URI is whatever is returned by the following
+    <p>The <a href="#origin0">origin</a> and <a href="#effective3">effective
+     script origin</a> of the URI is whatever is returned by the following
      algorithm:</p>
 
     <ol>
@@ -28376,8 +28377,9 @@
    <dt>For scripts
 
    <dd>
-    <p>The origin and <a href="#effective3">effective script origin</a> of a
-     script are determined from another resource, called the <i>owner</i>:</p>
+    <p>The <a href="#origin0">origin</a> and <a href="#effective3">effective
+     script origin</a> of a script are determined from another resource,
+     called the <i>owner</i>:</p>
 
     <dl class=switch>
      <dt>If a script is in a <code><a href="#script0">script</a></code>
@@ -28437,10 +28439,10 @@
      <dd>The owner is the script that provided the URI.
     </dl>
 
-    <p>The origin of the script is then the same as the origin of the owner,
-     and the <a href="#effective3">effective script origin</a> of the script
-     is the same as the <a href="#effective3">effective script origin</a> of
-     the owner.</p>
+    <p>The <a href="#origin0">origin</a> of the script is then the same as
+     the <a href="#origin0">origin</a> of the owner, and the <a
+     href="#effective3">effective script origin</a> of the script is the same
+     as the <a href="#effective3">effective script origin</a> of the owner.</p>
 
    <dt>For <code>Document</code> objects and images
 

Modified: source
===================================================================
--- source	2008-05-15 08:47:57 UTC (rev 1632)
+++ source	2008-05-16 00:34:40 UTC (rev 1633)
@@ -12255,6 +12255,8 @@
   <span>reflect</span> the content attribute of the same name.</p>
 
 
+
+
   <h4>The <dfn><code>embed</code></dfn> element</h4>
 
   <dl class="element">
@@ -26038,7 +26040,8 @@
 
    <dd>
 
-    <p>The origin of the URI is whatever is returned by the following
+    <p>The <span>origin</span> and <span>effective script
+    origin</span> of the URI is whatever is returned by the following
     algorithm:</p>
 
     <ol>
@@ -26100,8 +26103,9 @@
 
    <dd>
 
-    <p>The origin and <span>effective script origin</span> of a script are
-    determined from another resource, called the <i>owner</i>:</p>
+    <p>The <span>origin</span> and <span>effective script
+    origin</span> of a script are determined from another resource,
+    called the <i>owner</i>:</p>
 
     <dl class="switch">
 
@@ -26169,10 +26173,10 @@
 
     </dl>
 
-    <p>The origin of the script is then the same as the origin of the
-    owner, and the <span>effective script origin</span> of the script
-    is the same as the <span>effective script origin</span> of the
-    owner.</p>
+    <p>The <span>origin</span> of the script is then the same as the
+    <span>origin</span> of the owner, and the <span>effective script
+    origin</span> of the script is the same as the <span>effective
+    script origin</span> of the owner.</p>
 
    </dd>
 




More information about the Commit-Watchers mailing list