- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 29 May 2008 05:31:49 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/pubnotes
In directory hutz:/tmp/cvs-serv10014
Modified Files:
Overview.html Overview.src.html
Log Message:
r1.894-r1706: "Discuss the difference between rel='' on <link> and <a>."
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.html,v
retrieving revision 1.214
retrieving revision 1.215
diff -u -d -r1.214 -r1.215
--- Overview.html 29 May 2008 05:22:09 -0000 1.214
+++ Overview.html 29 May 2008 05:31:47 -0000 1.215
@@ -559,7 +559,14 @@
content attribute and
<code class="domattribute">sizes</code>
DOM attribute were added.</li>
- <li>Refinements were made
+ <li>The following note was added: <q>Hyperlinks
+ created with the link element and its rel
+ attribute apply to the whole page. This contrasts
+ with the rel attribute of a and area elements,
+ which indicates the type of a link whose context
+ is given by the link’s location within the
+ document.</q></li>
+ <li>Other refinements were made
to language in this section, including the addition
of the following statements:
<blockquote><q>HTTP semantics must be followed when
Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.src.html,v
retrieving revision 1.208
retrieving revision 1.209
diff -u -d -r1.208 -r1.209
--- Overview.src.html 29 May 2008 05:22:10 -0000 1.208
+++ Overview.src.html 29 May 2008 05:31:47 -0000 1.209
@@ -544,7 +544,14 @@
content attribute and
<code class=domattribute>sizes</code>
DOM attribute were added.</li>
- <li>Refinements were made
+ <li>The following note was added: <q>Hyperlinks
+ created with the link element and its rel
+ attribute apply to the whole page. This contrasts
+ with the rel attribute of a and area elements,
+ which indicates the type of a link whose context
+ is given by the link’s location within the
+ document.</q></li>
+ <li>Other refinements were made
to language in this section, including the addition
of the following statements:
<blockquote><q>HTTP semantics must be followed when
Received on Thursday, 29 May 2008 05:32:23 UTC