[html5] r4515 - [c] (0) Allow <link itemprop> without rel=''. Fixing http://www.w3.org/Bugs/Publ [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Jan 6 01:04:29 PST 2010


Author: ianh
Date: 2010-01-06 01:04:20 -0800 (Wed, 06 Jan 2010)
New Revision: 4515

Modified:
   complete.html
   index
   source
Log:
[c] (0) Allow <link itemprop> without rel=''.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8340

Modified: complete.html
===================================================================
--- complete.html	2010-01-06 08:46:43 UTC (rev 4514)
+++ complete.html	2010-01-06 09:04:20 UTC (rev 4515)
@@ -10695,13 +10695,16 @@
   attribute is absent, then the element does not define a
   link.</span></p>
 
+  <p>A <code><a href=#the-link-element>link</a></code> element must have either a <code title=attr-link-rel><a href=#attr-link-rel>rel</a></code> attribute, or an <code title=attr-itemprop><a href=#names:-the-itemprop-attribute>itemprop</a></code> attribute, or both.</p>
+
   <p>The types of link indicated (the relationships) are given by the
   value of the <dfn id=attr-link-rel title=attr-link-rel><code>rel</code></dfn>
-  attribute, which must be present, and 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>
+  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>
 
   <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-01-06 08:46:43 UTC (rev 4514)
+++ index	2010-01-06 09:04:20 UTC (rev 4515)
@@ -10530,13 +10530,16 @@
   attribute is absent, then the element does not define a
   link.</span></p>
 
+  <p>A <code><a href=#the-link-element>link</a></code> element must have either a <code title=attr-link-rel><a href=#attr-link-rel>rel</a></code> attribute, or an <code title=attr-itemprop><a href=#names:-the-itemprop-attribute>itemprop</a></code> attribute, or both.</p>
+
   <p>The types of link indicated (the relationships) are given by the
   value of the <dfn id=attr-link-rel title=attr-link-rel><code>rel</code></dfn>
-  attribute, which must be present, and 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>
+  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>
 
   <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-01-06 08:46:43 UTC (rev 4514)
+++ source	2010-01-06 09:04:20 UTC (rev 4515)
@@ -11002,15 +11002,19 @@
   attribute is absent, then the element does not define a
   link.</span></p>
 
+  <p>A <code>link</code> element must have either a <code
+  title="attr-link-rel">rel</code> attribute, or an <code
+  title="attr-itemprop">itemprop</code> attribute, or both.</p>
+
   <p>The types of link indicated (the relationships) are given by the
   value of the <dfn title="attr-link-rel"><code>rel</code></dfn>
-  attribute, which must be present, and must have a value that is a
-  <span>set 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>
+  attribute, which, if present, must have a value that is a <span>set
+  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>
 
   <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