[html5] r4917 - [e] (0) Clarify the situation of <link rel> having a mixture of value and invali [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Mar 31 01:37:25 PDT 2010
Author: ianh
Date: 2010-03-31 01:37:24 -0700 (Wed, 31 Mar 2010)
New Revision: 4917
Modified:
complete.html
index
source
Log:
[e] (0) Clarify the situation of <link rel> having a mixture of value and invalid types.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9244
Modified: complete.html
===================================================================
--- complete.html 2010-03-31 05:17:32 UTC (rev 4916)
+++ complete.html 2010-03-31 08:37:24 UTC (rev 4917)
@@ -11625,9 +11625,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>
+ 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>
<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
Modified: index
===================================================================
--- index 2010-03-31 05:17:32 UTC (rev 4916)
+++ index 2010-03-31 08:37:24 UTC (rev 4917)
@@ -11523,9 +11523,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>
+ 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>
<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
Modified: source
===================================================================
--- source 2010-03-31 05:17:32 UTC (rev 4916)
+++ source 2010-03-31 08:37:24 UTC (rev 4917)
@@ -11999,9 +11999,9 @@
of space-separated tokens</span>. 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">rel</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>
+ 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>
<p>Two categories of links can be created using the
<code>link</code> element. <dfn title="external resource link">Links
More information about the Commit-Watchers
mailing list