From 7d30e58c7b4a72db174c008f1bb1597ca4064bac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20J=C3=A4genstedt?= Date: Tue, 11 Jun 2024 07:44:29 +0200 Subject: [PATCH] Mirror flexbox data for Firefox Android Firefox Android 52 is from wiki migration: https://github.com/mdn/browser-compat-data/pull/437 It's implausible that this property alone would be different between desktop and mobile. The flex property can also be mirrored and will result only in minor changes to the notes, the versions are already aligned. --- css/properties/flex-wrap.json | 16 ++++------------ css/properties/flex.json | 15 +-------------- 2 files changed, 5 insertions(+), 26 deletions(-) diff --git a/css/properties/flex-wrap.json b/css/properties/flex-wrap.json index 6ab4466d80b3dc..a0235041a32cc2 100644 --- a/css/properties/flex-wrap.json +++ b/css/properties/flex-wrap.json @@ -25,9 +25,7 @@ "firefox": { "version_added": "28" }, - "firefox_android": { - "version_added": "52" - }, + "firefox_android": "mirror", "ie": { "version_added": "11", "partial_implementation": true, @@ -69,9 +67,7 @@ "firefox": { "version_added": "28" }, - "firefox_android": { - "version_added": "52" - }, + "firefox_android": "mirror", "ie": { "version_added": "11" }, @@ -106,9 +102,7 @@ "firefox": { "version_added": "28" }, - "firefox_android": { - "version_added": "52" - }, + "firefox_android": "mirror", "ie": { "version_added": "11" }, @@ -143,9 +137,7 @@ "firefox": { "version_added": "28" }, - "firefox_android": { - "version_added": "52" - }, + "firefox_android": "mirror", "ie": { "version_added": "11" }, diff --git a/css/properties/flex.json b/css/properties/flex.json index f3bef3fa9d1a0f..fdf284fba7ed7a 100644 --- a/css/properties/flex.json +++ b/css/properties/flex.json @@ -42,20 +42,7 @@ "version_added": "49" } ], - "firefox_android": [ - { - "version_added": "20", - "notes": [ - "Since Firefox 28, multi-line flexbox is supported.", - "Before Firefox 32, Firefox wasn't able to animate values starting or stopping at 0.", - "Until Firefox 61, flex items that are sized according to their content are sized using fit-content, not max-content." - ] - }, - { - "prefix": "-webkit-", - "version_added": "49" - } - ], + "firefox_android": "mirror", "ie": [ { "version_added": "11",