hixie: Make the example self-consistent. (whatwg r4249)

hixie: Make the example self-consistent. (whatwg r4249)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3393&r2=1.3394&f=h
http://html5.org/tools/web-apps-tracker?from=4248&to=4249

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3393
retrieving revision 1.3394
diff -u -d -r1.3393 -r1.3394
--- Overview.html 21 Oct 2009 09:37:44 -0000 1.3393
+++ Overview.html 21 Oct 2009 09:39:37 -0000 1.3394
@@ -39785,9 +39785,10 @@
   vocabularies can be avoided by only using identifiers that
   correspond to pages that the author has control over.<div class="example">
 
-   <p>For instance, if Jon and Adam both write content at <code title="">example.com</code>, at <code title="">http://example.com/jon/...</code> and <code title="">http://example.com/adam/...</code> respectively, then they
-   could select identifiers of the form "http://example.com/~jon/name" and
-   "http://example.com/~adam/name" respectively.</p>
+   <p>For instance, if Jon and Adam both write content at <code title="">example.com</code>, at <code title="">http://example.com/~jon/...</code> and <code title="">http://example.com/~adam/...</code> respectively, then
+   they could select identifiers of the form
+   "http://example.com/~jon/name" and "http://example.com/~adam/name"
+   respectively.</p>
 
   </div><p>Properties whose names are just plain words can only be used
   within the context of the types for which they are intended;

Received on Wednesday, 21 October 2009 09:40:19 UTC