- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 05 Feb 2010 20:27:03 +0000
- To: public-html-commits@w3.org
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>
    © 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 @@
  <head>
   <title>lsForums — Inbox</title>
   <link rel=icon href=favicon.png sizes="16x16" type="image/png">
-  <link rel=icon href=windows.ico sizes="32x32 48x48">
+  <link rel=icon href=windows.ico sizes="32x32 48x48" type="image/vnd.microsoft.icon">
   <link rel=icon href=mac.icns sizes="128x128 512x512 8192x8192 32768x32768">
   <link rel=icon href=iphone.png sizes="59x60" type="image/png">
   <link rel=icon href=gnome.svg sizes="any" type="image/svg+xml">
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 @@
  <head>
   <title>lsForums — Inbox</title>
   <link rel=icon href=favicon.png sizes="16x16" type="image/png">
-  <link rel=icon href=windows.ico sizes="32x32 48x48">
+  <link rel=icon href=windows.ico sizes="32x32 48x48" type="image/vnd.microsoft.icon">
   <link rel=icon href=mac.icns sizes="128x128 512x512 8192x8192 32768x32768">
   <link rel=icon href=iphone.png sizes="59x60" type="image/png">
   <link rel=icon href=gnome.svg sizes="any" type="image/svg+xml">
Received on Friday, 5 February 2010 20:27:05 UTC