html5/spec Overview.html,1.3348,1.3349

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>&mdash;
      <td>&mdash;
      <td>If it has no leading U+002F SOLIDUS character (/), prepend a U+002F SOLIDUS character (/) to the new value
-     <td>&mdash;
+     <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">&lt;query&gt;</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">&lt;query&gt;</a> component (possibly an empty one)
      <td>U+003F QUESTION MARK (?)
      <td>&mdash;
      <td>Remove one leading U+003F QUESTION MARK character (?), if any
-     <td>&mdash;
+     <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">&lt;fragment&gt;</a>
      <td><a href="#concept-uda-input" title="concept-uda-input">input</a> contained a <a href="#url-fragment" title="url-fragment">&lt;fragment&gt;</a> component (possibly an empty one)

Received on Tuesday, 20 October 2009 10:14:38 UTC