- From: Marcos Cáceres <notifications@github.com>
- Date: Mon, 08 Jun 2020 18:01:23 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 9 June 2020 01:01:36 UTC
@marcoscaceres commented on this pull request.
> };
</pre>
<p>
- Each <a>ImageResource</a> represents an image that is used as part of a
- web application, suitable to use in various contexts depending on the
- semantics of the member that is using the object (e.g., an icon that is
- part of an application menu, etc.). For an image resource, this
- specification provides developers with a means of specifying the
- dimensions, and <a data-cite="mimesniff">MIME type</a> of an image
- (i.e., a "responsive image" solution [[RESPIMG-USECASES]]). A user
- agent can use these values to select an image that is best suited to
- display on the end-user's device or most closely matches the end-user's
- preferences.
+ Each <a>ManifestImageResource</a> represents an image that is used as
```suggestion
Each {{ManifestImageResource}} represents an image that is used as
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/pull/895#pullrequestreview-426719635
Received on Tuesday, 9 June 2020 01:01:36 UTC