hixie: Clarify the situation of <link rel> having a mixture of value and invalid types. (whatwg r4917)

hixie: Clarify the situation of <link rel> having a mixture of value and
invalid types. (whatwg r4917)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3937&r2=1.3938&f=h
http://html5.org/tools/web-apps-tracker?from=4916&to=4917

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3937
retrieving revision 1.3938
diff -u -d -r1.3937 -r1.3938
--- Overview.html 31 Mar 2010 05:17:37 -0000 1.3937
+++ Overview.html 31 Mar 2010 08:37:28 -0000 1.3938
@@ -9995,9 +9995,9 @@
   attribute, which, if present, must have a value that is a <a href="#set-of-space-separated-tokens">set
   of space-separated tokens</a>. The <a href="#linkTypes">allowed
   values and their meanings</a> are defined in a later section. <span class="impl">If the <code title="attr-link-rel"><a href="#attr-link-rel">rel</a></code> attribute
-  is absent, or if the values used are not allowed according to the
-  definitions in this specification, then the element does not define
-  a link.</span><p>Two categories of links can be created using the
+  is absent, or if none of the values used are allowed according to
+  the definitions in this specification, then the element does not
+  define a link.</span><p>Two categories of links can be created using the
   <code><a href="#the-link-element">link</a></code> element. <dfn id="external-resource-link" title="external resource link">Links
   to external resources</dfn> are links to resources that are to be
   used to augment the current document, and <dfn id="hyperlink-link" title="hyperlink

Received on Thursday, 1 April 2010 05:35:40 UTC