- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 27 May 2008 05:09:44 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv1975
Modified Files:
Overview.html
Log Message:
Discuss the difference between rel='' on <link> and <a>. (whatwg r1706)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.893
retrieving revision 1.894
diff -u -d -r1.893 -r1.894
--- Overview.html 26 May 2008 20:59:05 -0000 1.893
+++ Overview.html 27 May 2008 05:09:41 -0000 1.894
@@ -58,11 +58,11 @@
<h2 class="no-num no-toc" id=a-vocabulary>A vocabulary and associated APIs
for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id=w3c-working>W3C Working Draft 26 May 2008</h2>
+ <h2 class="no-num no-toc" id=w3c-working>W3C Working Draft 27 May 2008</h2>
<dl><!-- ZZZ
<dt>This Version:</dt>
- <dd><a href="http://www.w3.org/TR/2008/WD-html5-20080526/">http://www.w3.org/TR/2008/WD-html5-20080526/</a></dd>
+ <dd><a href="http://www.w3.org/TR/2008/WD-html5-20080527/">http://www.w3.org/TR/2008/WD-html5-20080527/</a></dd>
-->
<dt>Latest Published Version:
@@ -192,7 +192,7 @@
<p>The W3C <a href="http://www.w3.org/html/wg/">HTML Working Group</a> is
the W3C working group responsible for this specification's progress along
the W3C Recommendation track.<!--ZZZ This
- specification is the 26 May 2008 First Public Working Draft.--></p>
+ specification is the 27 May 2008 First Public Working Draft.--></p>
<!-- relationship to other work (required) -->
<p>This specification is also being produced by the <a
@@ -7903,6 +7903,15 @@
resource (as given by the <code title=attr-link-type><a
href="#type">type</a></code> attribute).
+ <p class=note>Hyperlinks created with the <code><a
+ href="#link">link</a></code> element and its <code title=attr-link-rel><a
+ href="#rel">rel</a></code> attribute apply to the whole page. This
+ contrasts with the <code title=attr-hyperlink-rel><a
+ href="#rel3">rel</a></code> attribute of <code><a href="#a">a</a></code>
+ and <code><a href="#area">area</a></code> elements, which indicates the
+ type of a link whose context is given by the link's location within the
+ document.
+
<p>The <dfn id=media0 title=attr-link-media><code>media</code></dfn>
attribute says which media the resource applies to. The value must be a
valid <a href="#mq">media query</a>. <a href="#references">[MQ]</a>
Received on Tuesday, 27 May 2008 05:10:18 UTC