Re: [w3c/manifest] Remove problematic icon matching algorithm (PR #1120)

@dmurph commented on this pull request.



> @@ -649,16 +649,6 @@ <h3>
           an <abbr title="Operating system">OS</abbr>'s task switcher and/or
           system preferences.
         </p>
-        <p>
-          If there are multiple equally appropriate images in

Some ideas:

```
When a user agent is choosing an icon, if multiple images are equally appropriate, a user agent SHOULD use the last one declared. This is intended to help the choice be deterministic across user agents. For example, if two images are declared with the same metadata, the last one should be chosen.
```

```
To make icon choice more deterministic between user agents, if a user agent determines that multiple icons are equivalent candidates for a given use, then the one defined last in [resources] should be used.
```

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/pull/1120#pullrequestreview-2037129397
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/manifest/pull/1120/review/2037129397@github.com>

Received on Thursday, 2 May 2024 23:49:48 UTC