On Wed, Jun 17, 2015 at 9:23 PM, Maciej Stachowiak <m...@apple.com> wrote: > (A.2) Add an attribute to <link> specifically for use in specifying the color > for that icon, e.g. <link rel=mask-icon href=whatever.svg color=lightred>. > (B.1) If the the color isn’t specified using the A method, use the theme > color. > > My current preference out of these is (A.2)/(B.1).
This seems reasonable to me too. Though perhaps color="" should share parsing with <input type=color>? More restrictive, but does not allow transparency either, which CSS/<canvas>-like parsing would allow for. -- https://annevankesteren.nl/