html5/spec-author-view Overview.html,1.637,1.638 links.html,1.16,1.17 spec.html,1.642,1.643

Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv6247

Modified Files:
	Overview.html links.html spec.html 
Log Message:
Add the type for .ico files to an example. (whatwg r4658)

[updated by splitter]


Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/Overview.html,v
retrieving revision 1.637
retrieving revision 1.638
diff -u -d -r1.637 -r1.638
--- Overview.html	5 Feb 2010 20:17:32 -0000	1.637
+++ Overview.html	5 Feb 2010 20:27:01 -0000	1.638
@@ -302,7 +302,7 @@
    </dl><p>This specification is available in the following formats: 
     <a href="spec.html">single page HTML</a>,
     <a href="Overview.html">multipage HTML</a>.
-This is revision 1.3711.
+This is revision 1.3712.
    </p> 
    <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2009 <a href="http://www.w3.org/"><abbr title="World Wide

Index: links.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/links.html,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- links.html	1 Feb 2010 23:27:19 -0000	1.16
+++ links.html	5 Feb 2010 20:27:01 -0000	1.17
@@ -626,7 +626,7 @@
  &lt;head&gt;
   &lt;title&gt;lsForums &#8212; Inbox&lt;/title&gt;
   &lt;link rel=icon href=favicon.png sizes="16x16" type="image/png"&gt;
-  &lt;link rel=icon href=windows.ico sizes="32x32 48x48"&gt;
+  &lt;link rel=icon href=windows.ico sizes="32x32 48x48" type="image/vnd.microsoft.icon"&gt;
   &lt;link rel=icon href=mac.icns sizes="128x128 512x512 8192x8192 32768x32768"&gt;
   &lt;link rel=icon href=iphone.png sizes="59x60" type="image/png"&gt;
   &lt;link rel=icon href=gnome.svg sizes="any" type="image/svg+xml"&gt;

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.642
retrieving revision 1.643
diff -u -d -r1.642 -r1.643
--- spec.html	5 Feb 2010 20:17:32 -0000	1.642
+++ spec.html	5 Feb 2010 20:27:01 -0000	1.643
@@ -300,7 +300,7 @@
    </dl><p>This specification is available in the following formats: 
     <a href=spec.html>single page HTML</a>,
     <a href=Overview.html>multipage HTML</a>.
-This is revision 1.3711.
+This is revision 1.3712.
    </p> 
    <p class=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a>
    © 2009 <a href=http://www.w3.org/><abbr title="World Wide
@@ -22478,7 +22478,7 @@
  &lt;head&gt;
   &lt;title&gt;lsForums — Inbox&lt;/title&gt;
   &lt;link rel=icon href=favicon.png sizes="16x16" type="image/png"&gt;
-  &lt;link rel=icon href=windows.ico sizes="32x32 48x48"&gt;
+  &lt;link rel=icon href=windows.ico sizes="32x32 48x48" type="image/vnd.microsoft.icon"&gt;
   &lt;link rel=icon href=mac.icns sizes="128x128 512x512 8192x8192 32768x32768"&gt;
   &lt;link rel=icon href=iphone.png sizes="59x60" type="image/png"&gt;
   &lt;link rel=icon href=gnome.svg sizes="any" type="image/svg+xml"&gt;

Received on Friday, 5 February 2010 20:27:05 UTC