hixie: Allow <link itemprop> without rel=''. (whatwg r4515)

hixie: Allow <link itemprop> without rel=''. (whatwg r4515)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3611&r2=1.3612&f=h
http://html5.org/tools/web-apps-tracker?from=4514&to=4515

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3611
retrieving revision 1.3612
diff -u -d -r1.3611 -r1.3612
--- Overview.html 6 Jan 2010 08:48:05 -0000 1.3611
+++ Overview.html 6 Jan 2010 09:05:34 -0000 1.3612
@@ -9417,13 +9417,14 @@
   document to other resources.<p>The destination of the link(s) is given by the <dfn id="attr-link-href" title="attr-link-href"><code>href</code></dfn> attribute, which must
   be present and must contain a <a href="#valid-url">valid URL</a>. <span class="impl">If the <code title="attr-link-href"><a href="#attr-link-href">href</a></code>
   attribute is absent, then the element does not define a
-  link.</span><p>The types of link indicated (the relationships) are given by the
+  link.</span><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>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>Two categories of links can be created using the
+  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
   <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 Wednesday, 6 January 2010 09:06:13 UTC