Re: Rendering notifications with different pixel densities

I'm interested in sharing syntax, but the lack of scale factor information
makes me think that I should push for a change to the manifest spec to
support it.

Thanks for the feedback!

Justin


On Thu, May 1, 2014 at 3:05 AM, Anne van Kesteren <annevk@annevk.nl> wrote:

> On Wed, Apr 30, 2014 at 11:05 PM, Justin DeWitt <dewittj@google.com>
> wrote:
> > Icon size information isn't actually sufficient to do both.  This is the
> > reason that srcset contains both viewport constraints and scaling factor
> > constraints. Frequently, a 32x32 @1x icon is not the same bitmap as a
> > 16x16@2x icon.  The smaller the icon the more dramatic the effect.
>
> Interesting.
>
>
> > It's possible I don't fully understand how a manifest would work with the
> > notifications API.  Do you reference the json format only, or somehow
> think
> > that the notification should be able to reference icons specified in a
> > manifest?
>
> Share syntax. Notifications should be able to define their own icon.
> Falling back to the icon of the page might be a good thing to do
> though (with /favicon.ico at the end).
>
>
> --
> http://annevankesteren.nl/
>

Received on Monday, 5 May 2014 23:32:58 UTC