From faa0b7896897c652fb6d34bc3e88c2341ebce067 Mon Sep 17 00:00:00 2001 From: Dave Letorey Date: Mon, 24 Jul 2023 11:42:32 +0100 Subject: [PATCH 1/7] added the firefox version for CSS Nesting & selector --- css/selectors/nesting.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/selectors/nesting.json b/css/selectors/nesting.json index df44491c99821f..4d7e7aad4fa613 100644 --- a/css/selectors/nesting.json +++ b/css/selectors/nesting.json @@ -13,7 +13,7 @@ "chrome_android": "mirror", "edge": "mirror", "firefox": { - "version_added": false + "version_added": "117" }, "firefox_android": "mirror", "ie": { From 52f8fbefbfeea63f6365a6e957518e664ee93f3b Mon Sep 17 00:00:00 2001 From: Dave Letorey Date: Mon, 24 Jul 2023 11:46:17 +0100 Subject: [PATCH 2/7] reset firefox relase --- css/selectors/nesting.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/selectors/nesting.json b/css/selectors/nesting.json index 4d7e7aad4fa613..df44491c99821f 100644 --- a/css/selectors/nesting.json +++ b/css/selectors/nesting.json @@ -13,7 +13,7 @@ "chrome_android": "mirror", "edge": "mirror", "firefox": { - "version_added": "117" + "version_added": false }, "firefox_android": "mirror", "ie": { From 1ae1881f2fcd2d58f566b7a4b443da9b72898853 Mon Sep 17 00:00:00 2001 From: Dave Letorey Date: Mon, 11 Sep 2023 14:23:01 +0100 Subject: [PATCH 3/7] added the longhand font-synthesis-postion and shorthand properties for weight, style & position --- css/properties/font-synthesis-position.json | 40 +++++++++ css/properties/font-synthesis.json | 99 +++++++++++++++++++++ 2 files changed, 139 insertions(+) create mode 100644 css/properties/font-synthesis-position.json diff --git a/css/properties/font-synthesis-position.json b/css/properties/font-synthesis-position.json new file mode 100644 index 00000000000000..1f45042a34d42c --- /dev/null +++ b/css/properties/font-synthesis-position.json @@ -0,0 +1,40 @@ +{ + "css": { + "properties": { + "font-synthesis-position": { + "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/font-synthesis-small-caps", + "spec_url": "https://drafts.csswg.org/css-fonts/#font-synthesis-small-caps", + "support": { + "chrome": { + "version_added": false + }, + "chrome_android": "mirror", + "edge": "mirror", + "firefox": { + "version_added": "118" + }, + "firefox_android": "mirror", + "ie": { + "version_added": false + }, + "oculus": "mirror", + "opera": "mirror", + "opera_android": "mirror", + "safari": { + "version_added": false + }, + "safari_ios": "mirror", + "samsunginternet_android": "mirror", + "webview_android": "mirror" + }, + "status": { + "experimental": false, + "standard_track": true, + "deprecated": false + } + } + } + } + } +} diff --git a/css/properties/font-synthesis.json b/css/properties/font-synthesis.json index 7ec90ca7956cd1..682d0435f05778 100644 --- a/css/properties/font-synthesis.json +++ b/css/properties/font-synthesis.json @@ -34,6 +34,39 @@ "deprecated": false } }, + "position": { + "__compat": { + "description": "position", + "support": { + "chrome": { + "version_added": false + }, + "chrome_android": "mirror", + "edge": "mirror", + "firefox": { + "version_added": "118" + }, + "firefox_android": "mirror", + "ie": { + "version_added": false + }, + "oculus": "mirror", + "opera": "mirror", + "opera_android": "mirror", + "safari": { + "version_added": false + }, + "safari_ios": "mirror", + "samsunginternet_android": "mirror", + "webview_android": "mirror" + }, + "status": { + "experimental": false, + "standard_track": true, + "deprecated": false + } + } + }, "small-caps": { "__compat": { "description": "small-caps", @@ -66,6 +99,72 @@ "deprecated": false } } + }, + "style": { + "__compat": { + "description": "style", + "support": { + "chrome": { + "version_added": "97" + }, + "chrome_android": "mirror", + "edge": "mirror", + "firefox": { + "version_added": "111" + }, + "firefox_android": "mirror", + "ie": { + "version_added": false + }, + "oculus": "mirror", + "opera": "mirror", + "opera_android": "mirror", + "safari": { + "version_added": "10.1" + }, + "safari_ios": "mirror", + "samsunginternet_android": "mirror", + "webview_android": "mirror" + }, + "status": { + "experimental": false, + "standard_track": true, + "deprecated": false + } + } + }, + "weight": { + "__compat": { + "description": "weight", + "support": { + "chrome": { + "version_added": "97" + }, + "chrome_android": "mirror", + "edge": "mirror", + "firefox": { + "version_added": "111" + }, + "firefox_android": "mirror", + "ie": { + "version_added": false + }, + "oculus": "mirror", + "opera": "mirror", + "opera_android": "mirror", + "safari": { + "version_added": "10.1" + }, + "safari_ios": "mirror", + "samsunginternet_android": "mirror", + "webview_android": "mirror" + }, + "status": { + "experimental": false, + "standard_track": true, + "deprecated": false + } + } } } } From 995afe5db9c1ed2dc430f63f0651a2f90d5f4755 Mon Sep 17 00:00:00 2001 From: Dave Letorey Date: Mon, 11 Sep 2023 16:07:10 +0100 Subject: [PATCH 4/7] updated order to reflect shorthand order --- css/properties/font-synthesis.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/properties/font-synthesis.json b/css/properties/font-synthesis.json index 682d0435f05778..24c4f62a2cdf82 100644 --- a/css/properties/font-synthesis.json +++ b/css/properties/font-synthesis.json @@ -44,7 +44,7 @@ "chrome_android": "mirror", "edge": "mirror", "firefox": { - "version_added": "118" + "version_added": "118.0" }, "firefox_android": "mirror", "ie": { From ba8eeaa802db465bbb7f25de3b8f489662438bce Mon Sep 17 00:00:00 2001 From: Dave Letorey Date: Mon, 11 Sep 2023 16:07:40 +0100 Subject: [PATCH 5/7] updated order to reflect shorthand order --- css/properties/font-synthesis.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/properties/font-synthesis.json b/css/properties/font-synthesis.json index 24c4f62a2cdf82..682d0435f05778 100644 --- a/css/properties/font-synthesis.json +++ b/css/properties/font-synthesis.json @@ -44,7 +44,7 @@ "chrome_android": "mirror", "edge": "mirror", "firefox": { - "version_added": "118.0" + "version_added": "118" }, "firefox_android": "mirror", "ie": { From d161c7faa8bf5fb73e8147c0f5b526cb097fe1ae Mon Sep 17 00:00:00 2001 From: Dave Letorey Date: Thu, 14 Sep 2023 12:59:28 +0100 Subject: [PATCH 6/7] Update css/properties/font-synthesis-position.json Co-authored-by: Florian Scholz --- css/properties/font-synthesis-position.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/properties/font-synthesis-position.json b/css/properties/font-synthesis-position.json index 1f45042a34d42c..fe09bb15691382 100644 --- a/css/properties/font-synthesis-position.json +++ b/css/properties/font-synthesis-position.json @@ -3,7 +3,7 @@ "properties": { "font-synthesis-position": { "__compat": { - "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/font-synthesis-small-caps", + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/font-synthesis-position", "spec_url": "https://drafts.csswg.org/css-fonts/#font-synthesis-small-caps", "support": { "chrome": { From 5f76c4cfa479c7f302196ac0bdba5fbb204f3e90 Mon Sep 17 00:00:00 2001 From: Dave Letorey Date: Thu, 14 Sep 2023 12:59:35 +0100 Subject: [PATCH 7/7] Update css/properties/font-synthesis-position.json Co-authored-by: Florian Scholz --- css/properties/font-synthesis-position.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/properties/font-synthesis-position.json b/css/properties/font-synthesis-position.json index fe09bb15691382..adf2ce374c969c 100644 --- a/css/properties/font-synthesis-position.json +++ b/css/properties/font-synthesis-position.json @@ -4,7 +4,7 @@ "font-synthesis-position": { "__compat": { "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/font-synthesis-position", - "spec_url": "https://drafts.csswg.org/css-fonts/#font-synthesis-small-caps", + "spec_url": "https://drafts.csswg.org/css-fonts/#font-synthesis-position", "support": { "chrome": { "version_added": false