- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 20 Oct 2009 10:14:36 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv10025
Modified Files:
Overview.html
Log Message:
location.search and .pathname do nothing for data: URLs. (Before, the spec required nonsensical behaviour. Oops.) (whatwg r4202)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3348
retrieving revision 1.3349
diff -u -d -r1.3348 -r1.3349
--- Overview.html 20 Oct 2009 10:02:48 -0000 1.3348
+++ Overview.html 20 Oct 2009 10:14:33 -0000 1.3349
@@ -4463,14 +4463,14 @@
<td>—
<td>—
<td>If it has no leading U+002F SOLIDUS character (/), prepend a U+002F SOLIDUS character (/) to the new value
- <td>—
+ <td><a href="#concept-uda-input" title="concept-uda-input">input</a> is hierarchical
<tr><td><dfn id="dom-uda-search" title="dom-uda-search"><code>search</code></dfn>
<td><a href="#url-query" title="url-query"><query></a>
<td><a href="#concept-uda-input" title="concept-uda-input">input</a> is hierarchical, and contained a <a href="#url-query" title="url-query"><query></a> component (possibly an empty one)
<td>U+003F QUESTION MARK (?)
<td>—
<td>Remove one leading U+003F QUESTION MARK character (?), if any
- <td>—
+ <td><a href="#concept-uda-input" title="concept-uda-input">input</a> is hierarchical
<tr><td><dfn id="dom-uda-hash" title="dom-uda-hash"><code>hash</code></dfn>
<td><a href="#url-fragment" title="url-fragment"><fragment></a>
<td><a href="#concept-uda-input" title="concept-uda-input">input</a> contained a <a href="#url-fragment" title="url-fragment"><fragment></a> component (possibly an empty one)
Received on Tuesday, 20 October 2009 10:14:38 UTC