- From: poot <cvsmail@w3.org>
- Date: Tue, 20 Oct 2009 19:14:44 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: location.search and .pathname do nothing for data: URLs. (Before, the spec required nonsensical behaviour. Oops.) (whatwg r4202) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3348&r2=1.3349&f=h http://html5.org/tools/web-apps-tracker?from=4201&to=4202 =================================================================== 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:15:14 UTC