[html5] r4185 - [t] (0) Clarify that the article id should be stable. Fixing http://www.w3.org/B [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Oct 19 18:23:15 PDT 2009


Author: ianh
Date: 2009-10-19 18:23:12 -0700 (Mon, 19 Oct 2009)
New Revision: 4185

Modified:
   complete.html
   index
   source
Log:
[t] (0) Clarify that the article id should be stable.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7806

Modified: complete.html
===================================================================
--- complete.html	2009-10-20 01:19:57 UTC (rev 4184)
+++ complete.html	2009-10-20 01:23:12 UTC (rev 4185)
@@ -48510,8 +48510,9 @@
 
        <dd>Let <var title="">id</var> be a user-agent-defined
        undereferenceable yet globally unique <a href=#absolute-url>absolute
-       URL</a>. Let <var title="">has-alternate</var> be
-       false.</dd>
+       URL</a>. The same <a href=#absolute-url>absolute URL</a> should be
+       generated for each run of this algorithm when given the same
+       input. Let <var title="">has-alternate</var> be false.</dd>
 
       </dl></li>
 

Modified: index
===================================================================
--- index	2009-10-20 01:19:57 UTC (rev 4184)
+++ index	2009-10-20 01:23:12 UTC (rev 4185)
@@ -45669,8 +45669,9 @@
 
        <dd>Let <var title="">id</var> be a user-agent-defined
        undereferenceable yet globally unique <a href=#absolute-url>absolute
-       URL</a>. Let <var title="">has-alternate</var> be
-       false.</dd>
+       URL</a>. The same <a href=#absolute-url>absolute URL</a> should be
+       generated for each run of this algorithm when given the same
+       input. Let <var title="">has-alternate</var> be false.</dd>
 
       </dl></li>
 

Modified: source
===================================================================
--- source	2009-10-20 01:19:57 UTC (rev 4184)
+++ source	2009-10-20 01:23:12 UTC (rev 4185)
@@ -54487,8 +54487,9 @@
 
        <dd>Let <var title="">id</var> be a user-agent-defined
        undereferenceable yet globally unique <span>absolute
-       URL</span>. Let <var title="">has-alternate</var> be
-       false.</dd>
+       URL</span>. The same <span>absolute URL</span> should be
+       generated for each run of this algorithm when given the same
+       input. Let <var title="">has-alternate</var> be false.</dd>
 
       </dl>
 




More information about the Commit-Watchers mailing list