[Webkit-unassigned] [Bug 37674] Implement sizes attribute for link tag from HTML5

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 7 17:08:33 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=37674





--- Comment #7 from Rachel Blum <groby at chromium.org>  2011-07-07 17:08:33 PST ---
No, it only records URLs and the size attrib. 

WebCore::Document has a new member  Vector<IconURL> allIconURLs() const;

That returns you a list of all encountered IconURLs (and IconURL has m_sizes and m_isDefault to expose additional info)

Since the HTML5 spec is deliberately unclear on what the strategy for picking icons is, I did not add any such logic to webkit - it's up to the UA clients to do something with the additional info.

-- 
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