[html5] r2355 - [giow] (2) Change handling of postMessage() again to do the previous checkin in [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Oct 20 07:56:22 PDT 2008
Author: ianh
Date: 2008-10-20 07:56:21 -0700 (Mon, 20 Oct 2008)
New Revision: 2355
Modified:
index
source
Log:
[giow] (2) Change handling of postMessage() again to do the previous checkin in a better way.
Modified: index
===================================================================
--- index 2008-10-20 14:08:23 UTC (rev 2354)
+++ index 2008-10-20 14:56:21 UTC (rev 2355)
@@ -3711,6 +3711,13 @@
<dd><p>The substring matched by the <fragment> production, if any.</dd>
+
+ <dt><dfn id=url-host-specific title=url-host-specific><host-specific></dfn></dt>
+
+ <dd><p>The substring that <em>follows</em> the substring matched
+ by the <authority> production, or the whole string if the
+ <authority> production wasn't matched.</dd>
+
</dl></li>
</ol><!-- XXX we might want to define "server-based naming authority",
@@ -42631,21 +42638,13 @@
<p>If the value of the <var title="">targetOrigin</var> argument
is not a single U+002A ASTERISK character ("*"), and either <a href=#parse-a-url title="parse a url">parsing</a> it as a <a href=#url>URL</a> fails,
or <a href=#resolve-a-url title="resolve a url">resolving</a> it results in a
- <a href=#url>URL</a> with one of the following conditions, then throw
- a <code>SYNTAX_ERR</code> exception and abort the overall set of
- steps:</p>
+ <a href=#url>URL</a> with a <code title=url-host-specific><a href=#url-host-specific><host-specific></a></code> component
+ that is neither empty nor a single U+002F SOLIDUS character (/),
+ then throw a <code>SYNTAX_ERR</code> exception and abort the
+ overall set of steps.</p>
- <ul><li>A <var title=url-path><a href=#url-path><path></a></var> that is neither
- empty nor a single U+002F SOLIDUS character (/).</li>
+ </li>
- <li>A <var title=url-query><a href=#url-query><query></a></var> that is not
- empty.</li>
-
- <li>A <var title=url-fragment><a href=#url-fragment><fragment></a></var> that is not
- empty.</li>
-
- </ul></li>
-
<li>
<p>Return from the <code title=dom-window-postMessage-2><a href=#dom-window-postmessage-2>postMessage()</a></code> method, but
@@ -42706,21 +42705,13 @@
<p>If the value of the <var title="">targetOrigin</var> argument
is not a single U+002A ASTERISK character ("*"), and either <a href=#parse-a-url title="parse a url">parsing</a> it as a <a href=#url>URL</a> fails,
or <a href=#resolve-a-url title="resolve a url">resolving</a> it results in a
- <a href=#url>URL</a> with one of the following conditions, then throw
- a <code>SYNTAX_ERR</code> exception and abort the overall set of
- steps:</p>
+ <a href=#url>URL</a> with a <code title=url-host-specific><a href=#url-host-specific><host-specific></a></code> component
+ that is neither empty nor a single U+002F SOLIDUS character (/),
+ then throw a <code>SYNTAX_ERR</code> exception and abort the
+ overall set of steps.</p>
- <ul><li>A <var title=url-path><a href=#url-path><path></a></var> that is neither
- empty nor a single U+002F SOLIDUS character (/).</li>
+ </li>
- <li>A <var title=url-query><a href=#url-query><query></a></var> that is not
- empty.</li>
-
- <li>A <var title=url-fragment><a href=#url-fragment><fragment></a></var> that is not
- empty.</li>
-
- </ul></li>
-
<li> <!-- NEW STEP -->
<p>If the <var title="">messagePort</var> argument is null, then
Modified: source
===================================================================
--- source 2008-10-20 14:08:23 UTC (rev 2354)
+++ source 2008-10-20 14:56:21 UTC (rev 2355)
@@ -3179,6 +3179,13 @@
<dd><p>The substring matched by the <fragment> production, if any.</p></dd>
+
+ <dt><dfn title="url-host-specific"><host-specific></dfn></dt>
+
+ <dd><p>The substring that <em>follows</em> the substring matched
+ by the <authority> production, or the whole string if the
+ <authority> production wasn't matched.</p></dd>
+
</dl>
</li>
@@ -48553,23 +48560,12 @@
is not a single U+002A ASTERISK character ("*"), and either <span
title="parse a url">parsing</span> it as a <span>URL</span> fails,
or <span title="resolve a url">resolving</span> it results in a
- <span>URL</span> with one of the following conditions, then throw
- a <code>SYNTAX_ERR</code> exception and abort the overall set of
- steps:</p>
+ <span>URL</span> with a <code
+ title="url-host-specific"><host-specific></code> component
+ that is neither empty nor a single U+002F SOLIDUS character (/),
+ then throw a <code>SYNTAX_ERR</code> exception and abort the
+ overall set of steps.</p>
- <ul>
-
- <li>A <var title="url-path"><path></var> that is neither
- empty nor a single U+002F SOLIDUS character (/).</li>
-
- <li>A <var title="url-query"><query></var> that is not
- empty.</li>
-
- <li>A <var title="url-fragment"><fragment></var> that is not
- empty.</li>
-
- </ul>
-
</li>
<li>
@@ -48649,23 +48645,12 @@
is not a single U+002A ASTERISK character ("*"), and either <span
title="parse a url">parsing</span> it as a <span>URL</span> fails,
or <span title="resolve a url">resolving</span> it results in a
- <span>URL</span> with one of the following conditions, then throw
- a <code>SYNTAX_ERR</code> exception and abort the overall set of
- steps:</p>
+ <span>URL</span> with a <code
+ title="url-host-specific"><host-specific></code> component
+ that is neither empty nor a single U+002F SOLIDUS character (/),
+ then throw a <code>SYNTAX_ERR</code> exception and abort the
+ overall set of steps.</p>
- <ul>
-
- <li>A <var title="url-path"><path></var> that is neither
- empty nor a single U+002F SOLIDUS character (/).</li>
-
- <li>A <var title="url-query"><query></var> that is not
- empty.</li>
-
- <li>A <var title="url-fragment"><fragment></var> that is not
- empty.</li>
-
- </ul>
-
</li>
<li> <!-- NEW STEP -->
More information about the Commit-Watchers
mailing list