From 01b57349e2c15f5bdc1b64072e46c34bfdf1aa31 Mon Sep 17 00:00:00 2001 From: "Queen Vinyl Da.i'gyu-Kazotetsu" Date: Fri, 20 Oct 2023 13:52:50 -0700 Subject: [PATCH 1/3] Add missing glyph-orientation-vertical CSS property feature This PR is a part of a project to add missing interfaces and interface features to BCD that are from an active spec (including WICG specs) and is supported in at least one browser. This particular PR adds the missing `glyph-orientation-vertical` CSS property. The data comes from the [mdn-bcd-collector](https://mdn-bcd-collector.gooborg.com) project (v10.2.10). _Check out the [collector's guide on how to review this PR](https://github.com/openwebdocs/mdn-bcd-collector#reviewing-bcd-changes)._ Tests Used: https://mdn-bcd-collector.gooborg.com/tests/css/properties/glyph-orientation-vertical --- .../glyph-orientation-vertical.json | 39 +++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 css/properties/glyph-orientation-vertical.json diff --git a/css/properties/glyph-orientation-vertical.json b/css/properties/glyph-orientation-vertical.json new file mode 100644 index 00000000000000..efef95c5431d4b --- /dev/null +++ b/css/properties/glyph-orientation-vertical.json @@ -0,0 +1,39 @@ +{ + "css": { + "properties": { + "glyph-orientation-vertical": { + "__compat": { + "spec_url": "https://drafts.csswg.org/css-writing-modes-4/#glyph-orientation", + "support": { + "chrome": { + "version_added": false + }, + "chrome_android": "mirror", + "edge": "mirror", + "firefox": { + "version_added": false + }, + "firefox_android": "mirror", + "ie": { + "version_added": false + }, + "oculus": "mirror", + "opera": "mirror", + "opera_android": "mirror", + "safari": { + "version_added": "≤13.1" + }, + "safari_ios": "mirror", + "samsunginternet_android": "mirror", + "webview_android": "mirror" + }, + "status": { + "experimental": true, + "standard_track": true, + "deprecated": false + } + } + } + } + } +} From a253700b9e3cce920e9eb5537efc523bb12a8d19 Mon Sep 17 00:00:00 2001 From: Florian Scholz Date: Thu, 9 Nov 2023 10:19:30 +0100 Subject: [PATCH 2/3] Mark as deprecated --- css/properties/glyph-orientation-vertical.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/properties/glyph-orientation-vertical.json b/css/properties/glyph-orientation-vertical.json index efef95c5431d4b..993a2229f74931 100644 --- a/css/properties/glyph-orientation-vertical.json +++ b/css/properties/glyph-orientation-vertical.json @@ -30,7 +30,7 @@ "status": { "experimental": true, "standard_track": true, - "deprecated": false + "deprecated": true } } } From 3a02c84786a4043dcc7186dfa1d9b876371b08d4 Mon Sep 17 00:00:00 2001 From: Florian Scholz Date: Thu, 9 Nov 2023 10:21:38 +0100 Subject: [PATCH 3/3] Don't mark as experimental --- css/properties/glyph-orientation-vertical.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/properties/glyph-orientation-vertical.json b/css/properties/glyph-orientation-vertical.json index 993a2229f74931..352b40366a7b26 100644 --- a/css/properties/glyph-orientation-vertical.json +++ b/css/properties/glyph-orientation-vertical.json @@ -28,7 +28,7 @@ "webview_android": "mirror" }, "status": { - "experimental": true, + "experimental": false, "standard_track": true, "deprecated": true }