[Webkit-unassigned] [Bug 37674] New: Implement sizes attribute for link tag from HTML5
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Apr 15 14:19:46 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=37674
Summary: Implement sizes attribute for link tag from HTML5
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Mac OS X 10.5
Status: NEW
Severity: Normal
Priority: P2
Component: HTML DOM
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: aa at chromium.org
See spec here:
http://dev.w3.org/html5/spec/Overview.html#attr-link-sizes
Basically:
<link rel=icon href=favicon.png sizes="16x16" type="image/png">
<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">
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list