hixie: Add some type='' attributes to show how that could be done. (whatwg r4482)

hixie: Add some type='' attributes to show how that could be done.
(whatwg r4482)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3581&r2=1.3582&f=h
http://html5.org/tools/web-apps-tracker?from=4481&to=4482

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3581
retrieving revision 1.3582
diff -u -d -r1.3581 -r1.3582
--- Overview.html 5 Jan 2010 08:38:30 -0000 1.3581
+++ Overview.html 5 Jan 2010 08:44:13 -0000 1.3582
@@ -48803,11 +48803,11 @@
 <html>
  <head>
   <title>lsForums — Inbox</title>
-  <link rel=icon href=favicon.png sizes="16x16">
+  <link rel=icon href=favicon.png sizes="16x16" type="image/png">
   <link rel=icon href=windows.ico sizes="32x32 48x48">
   <link rel=icon href=mac.icns sizes="128x128 512x512 8192x8192 32768x32768">
-  <link rel=icon href=iphone.png sizes="59x60">
-  <link rel=icon href=gnome.svg sizes="any">
+  <link rel=icon href=iphone.png sizes="59x60" type="image/png">
+  <link rel=icon href=gnome.svg sizes="any" type="image/svg+xml">
   <link rel=stylesheet href=lsforums.css>
   <script src=lsforums.js></script>
   <meta name=application-name content="lsForums">

Received on Tuesday, 5 January 2010 08:44:52 UTC