- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 29 May 2008 06:14:38 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/pubnotes
In directory hutz:/tmp/cvs-serv25459
Modified Files:
Overview.html
Log Message:
r1.899: "Make rel=icon use the last icon for compatibility with legacy UAs."
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.html,v
retrieving revision 1.218
retrieving revision 1.219
diff -u -d -r1.218 -r1.219
--- Overview.html 29 May 2008 06:05:34 -0000 1.218
+++ Overview.html 29 May 2008 06:14:36 -0000 1.219
@@ -2558,7 +2558,12 @@
<li>In the subsection that defines the “icon” link
type, a definition was added for the <code class="htmlattribute">sizes</code> attribute (for
specifying sizes for icon link types) and its
- conformant values.</li>
+ conformant values; also, text which had stated that
+ “If there are multiple equally appropriate icons, user
+ agents must use the first one declared in tree order”
+ was revised to read, <q>If there are multiple equally
+ appropriate icons, user agents must use the <em class="highlight">last</em> one declared in tree
+ order.</q></li>
<li>In the subsection that defines the “nofollow” link
type, a statement was emended to now read (add text
highlighted), <q>The nofollow keyword indicates that
Received on Thursday, 29 May 2008 06:16:13 UTC