- From: poot <cvsmail@w3.org>
- Date: Sat, 6 Feb 2010 05:16:41 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Add the type for .ico files to an example. (whatwg r4658) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3711&r2=1.3712&f=h http://html5.org/tools/web-apps-tracker?from=4657&to=4658 =================================================================== 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:17:12 UTC