From 2f54efe6f1cfcf3e90d8e6eb234640492e88c655 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20C=C3=A1ceres?= Date: Fri, 7 Jun 2024 09:01:28 +1000 Subject: [PATCH] Remove problematic icon matching algorithm (#1120) --- index.html | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/index.html b/index.html index 41141077..521fb1bd 100644 --- a/index.html +++ b/index.html @@ -662,16 +662,6 @@

an OS's task switcher and/or system preferences.

-

- If there are multiple equally appropriate images in - [=manifest/icons=], a user agent MUST use the last one declared in - order at the time that the user agent collected the list of - [=manifest/icons=]. If the user agent tries to use an icon but that - icon is determined, upon closer examination, to be inappropriate - (e.g. because its content type is unsupported), then the user agent - MUST try the next-most-appropriate icon as determined by examining - the [=manifest image resource=]'s members. -