Sorry to reply to my own reply.<br><br>For vector formats, that can be scaled to any size, it might be a good idea to be able to specify the aspect ratio somehow.<br><br>For example, if the aspect ratio of one vector format icon is 4:3 and the other 16:9, then it would be a "good" idea to be able to specify those somehow.<br>
<br>So possibly something like...<br><br><link type="icon" type="application/svg" width="4*" height="3*" href="A.svg"><br><br><link type="icon" type="application/svg" width="16*" height="9*" href="B.svg"><br>
<br>(Note, I used the N* format to specify that the width and height are ratios rather than pixel measurements.  For some reason I remember seeing these used on <col> elements before... although I couldn't find anything like it in doing a quick look over the the HTML5 spec.  So maybe those didn't come from the spec.)<br>
<br><br>-- <br>Charles Iliya Krempeaux, B.Sc.<br><a href="http://ChangeLog.ca/">http://ChangeLog.ca/</a><br><br>Vlog Razor... Vlogging News... <a href="http://vlograzor.com/">http://vlograzor.com/</a><br>
<br><br><div class="gmail_quote">On Tue, Apr 29, 2008 at 10:24 PM, Charles Iliya Krempeaux <<a href="mailto:supercanadian@gmail.com">supercanadian@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello,<br><br><div class="gmail_quote"><div class="Ih2E3d">On Tue, Apr 29, 2008 at 10:13 PM, Maciej Stachowiak <<a href="mailto:mjs@apple.com" target="_blank">mjs@apple.com</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<div><br>
On Apr 29, 2008, at 6:52 PM, Ian Hickson wrote:<br>
</div></blockquote></div><div><br>[...]<br> </div><div class="Ih2E3d"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><br></div><link type="icon" type="application/svg" sizes="any" href="whatwg.svg"><br>


<link type="icon" type="image/microsoft.vnd.icon" sizes="16x16 32x32" href="whatwg.ico"><br>
<link type="icon" type="image/x-apple-icons" sizes="16x16 32x32 64x64 128x128 256x256 512x512" href="whatwg.icns"><br>
<link type="icon" type="image/png" sizes="59x60" href="whatwg.png"><br>
<br></blockquote></div></div><br clear="all"><br>Couldn't this also be done as...<br><br><link type="icon" type="application/svg" href="whatwg.svg"><br><br><link type="icon" type="image/microsoft.vnd.icon" width="16" height="16" href="whatwg.ico"><br>

<link type="icon" type="image/microsoft.vnd.icon" width="32" height="32" href="whatwg.ico"><br><br>
<link type="icon" type="image/x-apple-icons" width="16" height="16" href="whatwg.icns"><br>
<link type="icon" type="image/x-apple-icons" width="32" height="32" href="whatwg.icns"><br>
<link type="icon" type="image/x-apple-icons" width="64" height="64" href="whatwg.icns"><br>
<link type="icon" type="image/x-apple-icons" width="128" height="128" href="whatwg.icns"><br>
<link type="icon" type="image/x-apple-icons" width="256" height="256" href="whatwg.icns"><br>
<link type="icon" type="image/x-apple-icons" width="512" height="512" href="whatwg.icns"><br><br>
<link type="icon" type="image/png" width="59" height="60" href="whatwg.png"><br>
<br>Basically <link>'ing to the same "icon" more that once for each size it is "good" for.<br><br><br>See ya<br><font color="#888888"><br>-- <br>Charles Iliya Krempeaux, B.Sc.<br><a href="http://ChangeLog.ca/" target="_blank">http://ChangeLog.ca/</a><br>

<br><br>Vlog Razor... Vlogging News... <a href="http://vlograzor.com/" target="_blank">http://vlograzor.com/</a><br>
</font></blockquote></div><br><br clear="all"><br><br>