-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Open
Labels
addition/proposalNew features or enhancementsNew features or enhancementsneeds implementer interestMoving the issue forward requires implementers to express interestMoving the issue forward requires implementers to express interest
Description
https://html.spec.whatwg.org/multipage/semantics.html#rel-icon
Link type "icon"
Some sites use a canvas and then update the <link rel=icon>'s href to the canvas's toDataURL(), e.g. to implement an animated icon or to show how many unread messages there are.
I discussed with @fsoder in the context of supporting SVG favicons in Chromium and it seems like it would be better to be able to link to an in-document svg or canvas element directly for those use cases. Round-tripping via a data: URL is basically unnecessary overhead in principle.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
addition/proposalNew features or enhancementsNew features or enhancementsneeds implementer interestMoving the issue forward requires implementers to express interestMoving the issue forward requires implementers to express interest