[html5] r8292 - [giow] (2) Oops, copy-and-paste error in the javascript: handling section Fixing [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Nov 18 14:28:46 PST 2013
Author: ianh
Date: 2013-11-18 14:28:44 -0800 (Mon, 18 Nov 2013)
New Revision: 8292
Modified:
complete.html
index
source
Log:
[giow] (2) Oops, copy-and-paste error in the javascript: handling section
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=23838
Affected topics: HTML
Modified: complete.html
===================================================================
--- complete.html 2013-11-18 22:27:07 UTC (rev 8291)
+++ complete.html 2013-11-18 22:28:44 UTC (rev 8292)
@@ -66639,8 +66639,9 @@
component is not null, then first append a U+003F QUESTION MARK character (?) to <var title="">script source</var>, and then append <var title="">parsed URL</var>'s <a href=#concept-url-query title=concept-url-query>query</a> component to <var title="">script
source</var>.</li>
+<!--CLEANUP-->
<li><p>If <var title="">parsed URL</var>'s <a href=#concept-url-fragment title=concept-url-fragment>fragment</a> component is not null, then first append a
- U+003F QUESTION MARK character (?) to <var title="">script source</var>, and then append
+ U+0023 NUMBER SIGN character (#) to <var title="">script source</var>, and then append
<var title="">parsed URL</var>'s <a href=#concept-url-fragment title=concept-url-fragment>fragment</a>
component to <var title="">script source</var>.</li>
Modified: index
===================================================================
--- index 2013-11-18 22:27:07 UTC (rev 8291)
+++ index 2013-11-18 22:28:44 UTC (rev 8292)
@@ -66639,8 +66639,9 @@
component is not null, then first append a U+003F QUESTION MARK character (?) to <var title="">script source</var>, and then append <var title="">parsed URL</var>'s <a href=#concept-url-query title=concept-url-query>query</a> component to <var title="">script
source</var>.</li>
+<!--CLEANUP-->
<li><p>If <var title="">parsed URL</var>'s <a href=#concept-url-fragment title=concept-url-fragment>fragment</a> component is not null, then first append a
- U+003F QUESTION MARK character (?) to <var title="">script source</var>, and then append
+ U+0023 NUMBER SIGN character (#) to <var title="">script source</var>, and then append
<var title="">parsed URL</var>'s <a href=#concept-url-fragment title=concept-url-fragment>fragment</a>
component to <var title="">script source</var>.</li>
Modified: source
===================================================================
--- source 2013-11-18 22:27:07 UTC (rev 8291)
+++ source 2013-11-18 22:28:44 UTC (rev 8292)
@@ -74229,9 +74229,10 @@
data-x="concept-url-query">query</span> component to <var data-x="">script
source</var>.</p></li>
+<!--CLEANUP-->
<li><p>If <var data-x="">parsed URL</var>'s <span
data-x="concept-url-fragment">fragment</span> component is not null, then first append a
- U+003F QUESTION MARK character (?) to <var data-x="">script source</var>, and then append
+ U+0023 NUMBER SIGN character (#) to <var data-x="">script source</var>, and then append
<var data-x="">parsed URL</var>'s <span data-x="concept-url-fragment">fragment</span>
component to <var data-x="">script source</var>.</p></li>
More information about the Commit-Watchers
mailing list