- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 28 May 2008 11:57:03 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv11883
Modified Files:
Overview.html
Log Message:
Make rel=icon use the last icon for compatibility with legacy UAs. (whatwg r1712)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.898
retrieving revision 1.899
diff -u -d -r1.898 -r1.899
--- Overview.html 28 May 2008 11:49:15 -0000 1.898
+++ Overview.html 28 May 2008 11:57:00 -0000 1.899
@@ -36131,7 +36131,7 @@
appropriate icon according to the <code title=attr-link-media><a
href="#media0">media</a></code> and <code title=attr-link-sizes><a
href="#sizes0">sizes</a></code> attributes. If there are multiple equally
- appropriate icons, user agents must use the first one declared in <a
+ appropriate icons, user agents must use the last one declared in <a
href="#tree-order">tree order</a>.
<p>There is no default type for resources given by the <code
Received on Wednesday, 28 May 2008 11:57:39 UTC