hixie: Clarify that the article id should be stable. (whatwg r4185)

hixie: Clarify that the article id should be stable. (whatwg r4185)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3331&r2=1.3332&f=h
http://html5.org/tools/web-apps-tracker?from=4184&to=4185

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3331
retrieving revision 1.3332
diff -u -d -r1.3331 -r1.3332
--- Overview.html 20 Oct 2009 01:07:28 -0000 1.3331
+++ Overview.html 20 Oct 2009 01:10:43 -0000 1.3332
@@ -40853,8 +40853,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>

Received on Tuesday, 20 October 2009 01:11:26 UTC