[html5] r4722 - [e] (0) It's not the actual URL used, it's a string used to get that URL. Fixing [...]

whatwg at whatwg.org whatwg at whatwg.org
Sat Feb 13 23:10:02 PST 2010


Author: ianh
Date: 2010-02-13 23:10:00 -0800 (Sat, 13 Feb 2010)
New Revision: 4722

Modified:
   complete.html
   index
   source
Log:
[e] (0) It's not the actual URL used, it's a string used to get that URL.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8856

Modified: complete.html
===================================================================
--- complete.html	2010-02-14 06:44:58 UTC (rev 4721)
+++ complete.html	2010-02-14 07:10:00 UTC (rev 4722)
@@ -59135,8 +59135,8 @@
 
    <dd>
 
-    <p>The <a href=#url>URL</a> of the page that will handle the
-    requests.</p>
+    <p>A string used to build the <a href=#url>URL</a> of the page that
+    will handle the requests.</p>
 
     <p>When the user agent uses this URL, it must replace the first
     occurrence of the exact literal string "<code title="">%s</code>"

Modified: index
===================================================================
--- index	2010-02-14 06:44:58 UTC (rev 4721)
+++ index	2010-02-14 07:10:00 UTC (rev 4722)
@@ -59054,8 +59054,8 @@
 
    <dd>
 
-    <p>The <a href=#url>URL</a> of the page that will handle the
-    requests.</p>
+    <p>A string used to build the <a href=#url>URL</a> of the page that
+    will handle the requests.</p>
 
     <p>When the user agent uses this URL, it must replace the first
     occurrence of the exact literal string "<code title="">%s</code>"

Modified: source
===================================================================
--- source	2010-02-14 06:44:58 UTC (rev 4721)
+++ source	2010-02-14 07:10:00 UTC (rev 4722)
@@ -66857,8 +66857,8 @@
 
    <dd>
 
-    <p>The <span>URL</span> of the page that will handle the
-    requests.</p>
+    <p>A string used to build the <span>URL</span> of the page that
+    will handle the requests.</p>
 
     <p>When the user agent uses this URL, it must replace the first
     occurrence of the exact literal string "<code title="">%s</code>"




More information about the Commit-Watchers mailing list