From 3abbf4eb4439ae4964e1e02f20127588b3aff420 Mon Sep 17 00:00:00 2001 From: "Queen Vinyl Da.i'gyu-Kazotetsu" Date: Mon, 4 Mar 2024 16:00:50 -0800 Subject: [PATCH] Add missing css.properties.clip-path.view-box feature (#22345) Tests Used: https://mdn-bcd-collector.gooborg.com/tests/css/properties/clip-path/view-box --- css/properties/clip-path.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/css/properties/clip-path.json b/css/properties/clip-path.json index 8246c7e8e9c089..4516ffa3f3e017 100644 --- a/css/properties/clip-path.json +++ b/css/properties/clip-path.json @@ -306,6 +306,38 @@ "deprecated": false } } + }, + "view-box": { + "__compat": { + "support": { + "chrome": { + "version_added": "119" + }, + "chrome_android": "mirror", + "edge": "mirror", + "firefox": { + "version_added": "≤72" + }, + "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": false, + "standard_track": true, + "deprecated": false + } + } } } }