- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 05 Feb 2010 20:16:33 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv3961 Modified Files: Overview.html Log Message: Add the type for .ico files to an example. (whatwg r4658) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3711 retrieving revision 1.3712 diff -u -d -r1.3711 -r1.3712 --- Overview.html 5 Feb 2010 20:12:51 -0000 1.3711 +++ Overview.html 5 Feb 2010 20:16:29 -0000 1.3712 @@ -45731,7 +45731,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:16:35 UTC