From ee0f1319ecb8ceb7b62c495964c23cc3bf20b600 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Vanderheyden?= Date: Wed, 28 Jun 2023 05:22:24 +0200 Subject: [PATCH] Add partial support for AVIF in Edge Dev/Canary (#6756) * Add conditional support for AVIF in Edge Dev/Canary https://github.com/MicrosoftEdge/Status/issues/723 * Fixing avif requirements After setting all flags and requirements, avif doesn't seem to work on Windows 10. So far it looks like Windows 11 Moment 3 might be the requirement. Needs further verification though * Add conditional support in notes instead * remove trailing colon --- features-json/avif.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features-json/avif.json b/features-json/avif.json index ecfa595e4b..d5c9acaa4a 100644 --- a/features-json/avif.json +++ b/features-json/avif.json @@ -559,7 +559,7 @@ "3.0-3.1":"n" } }, - "notes":"", + "notes":"Supported in Edge 116 and newer only on Windows 11 (Moment 3 or Later)", "notes_by_num":{ "1":"Can be enabled in Firefox via the `image.avif.enabled` pref in `about:config`.", "2":"Supports still images. Animated image sequences are not supported.",