[html5] r1712 - /
whatwg at whatwg.org
whatwg at whatwg.org
Wed May 28 04:56:57 PDT 2008
Author: ianh
Date: 2008-05-28 04:56:56 -0700 (Wed, 28 May 2008)
New Revision: 1712
Modified:
index
source
Log:
[] (0) Make rel=icon use the last icon for compatibility with legacy UAs.
Modified: index
===================================================================
--- index 2008-05-28 11:48:40 UTC (rev 1711)
+++ index 2008-05-28 11:56:56 UTC (rev 1712)
@@ -36047,7 +36047,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
Modified: source
===================================================================
--- source 2008-05-28 11:48:40 UTC (rev 1711)
+++ source 2008-05-28 11:56:56 UTC (rev 1712)
@@ -33749,7 +33749,7 @@
the most appropriate icon according to the <code
title="attr-link-media">media</code> and <code
title="attr-link-sizes">sizes</code> attributes. If there are
- multiple equally appropriate icons, user agents must use the first
+ multiple equally appropriate icons, user agents must use the last
one declared in <span>tree order</span>.</p>
<p>There is no default type for resources given by the <code
More information about the Commit-Watchers
mailing list