[html5] r4482 - [e] (0) Add some type='' attributes to show how that could be done. Fixing http: [...]
whatwg at whatwg.org
whatwg at whatwg.org
Tue Jan 5 00:44:08 PST 2010
Author: ianh
Date: 2010-01-05 00:44:05 -0800 (Tue, 05 Jan 2010)
New Revision: 4482
Modified:
complete.html
index
source
Log:
[e] (0) Add some type='' attributes to show how that could be done.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8352
Modified: complete.html
===================================================================
--- complete.html 2010-01-05 08:38:21 UTC (rev 4481)
+++ complete.html 2010-01-05 08:44:05 UTC (rev 4482)
@@ -57244,11 +57244,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">
Modified: index
===================================================================
--- index 2010-01-05 08:38:21 UTC (rev 4481)
+++ index 2010-01-05 08:44:05 UTC (rev 4482)
@@ -54418,11 +54418,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">
Modified: source
===================================================================
--- source 2010-01-05 08:38:21 UTC (rev 4481)
+++ source 2010-01-05 08:44:05 UTC (rev 4482)
@@ -64691,11 +64691,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">
More information about the Commit-Watchers
mailing list