html5/spec-author-view Overview.html,1.597,1.598 semantics.html,1.559,1.560 spec.html,1.602,1.603

Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv2184

Modified Files:
	Overview.html semantics.html spec.html 
Log Message:
Allow <link itemprop> without rel=''. (whatwg r4515)

[updated by splitter]


Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/Overview.html,v
retrieving revision 1.597
retrieving revision 1.598
diff -u -d -r1.597 -r1.598
--- Overview.html	6 Jan 2010 08:57:35 -0000	1.597
+++ Overview.html	6 Jan 2010 09:07:08 -0000	1.598
@@ -281,7 +281,7 @@
    </dl><p>This specification is available in the following formats: 
     <a href="spec.html">single page HTML</a>,
     <a href="Overview.html">multipage HTML</a>.
-This is revision 1.3611.
+This is revision 1.3612.
    </p>
    <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2009 <a href="http://www.w3.org/"><abbr title="World Wide

Index: semantics.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/semantics.html,v
retrieving revision 1.559
retrieving revision 1.560
diff -u -d -r1.559 -r1.560
--- semantics.html	6 Jan 2010 03:47:09 -0000	1.559
+++ semantics.html	6 Jan 2010 09:07:08 -0000	1.560
@@ -495,11 +495,11 @@
    </dd>
   </dl><p>The <code><a href="#the-link-element">link</a></code> element allows authors to link their
   document to other resources.</p><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="urls.html#valid-url">valid URL</a>. </p><p>The types of link indicated (the relationships) are given by the
+  be present and must contain a <a href="urls.html#valid-url">valid URL</a>. </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="microdata.html#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="common-microsyntaxes.html#set-of-space-separated-tokens">set of space-separated tokens</a>. The <a href="links.html#linkTypes">allowed values and their meanings</a> are defined
-  in a later section. </p><p>Two categories of links can be created using the
+  attribute, which, if present, must have a value that is a <a href="common-microsyntaxes.html#set-of-space-separated-tokens">set
+  of space-separated tokens</a>. The <a href="links.html#linkTypes">allowed
+  values and their meanings</a> are defined in a later section. </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
   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

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.602
retrieving revision 1.603
diff -u -d -r1.602 -r1.603
--- spec.html	6 Jan 2010 08:57:35 -0000	1.602
+++ spec.html	6 Jan 2010 09:07:08 -0000	1.603
@@ -279,7 +279,7 @@
    </dl><p>This specification is available in the following formats: 
     <a href=spec.html>single page HTML</a>,
     <a href=Overview.html>multipage HTML</a>.
-This is revision 1.3611.
+This is revision 1.3612.
    </p>
    <p class=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a>
    © 2009 <a href=http://www.w3.org/><abbr title="World Wide
@@ -4345,11 +4345,11 @@
    </dd>
   </dl><p>The <code><a href=#the-link-element>link</a></code> element allows authors to link their
   document to other resources.</p><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>. </p><p>The types of link indicated (the relationships) are given by the
+  be present and must contain a <a href=#valid-url>valid URL</a>. </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. </p><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. </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
   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:07:16 UTC