From 9500993ea9970bf0be50abed84eec04a4ded77aa Mon Sep 17 00:00:00 2001 From: "Queen Vinyl Da.i'gyu-Kazotetsu" Date: Tue, 5 Mar 2024 10:30:06 -0800 Subject: [PATCH 1/2] Add missing features for box-decoration-break CSS property This PR adds the missing features of the `box-decoration-break` CSS property. The data comes from the [mdn-bcd-collector](https://mdn-bcd-collector.gooborg.com) project (v10.9.0). _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/box-decoration-break Additional Notes: The alternative name does not support any of the known values and isn't documented on MDN, so I have removed it. --- css/properties/box-decoration-break.json | 77 +++++++++++++++++++++--- 1 file changed, 67 insertions(+), 10 deletions(-) diff --git a/css/properties/box-decoration-break.json b/css/properties/box-decoration-break.json index b5c7675a207202..a40f612d9c669e 100644 --- a/css/properties/box-decoration-break.json +++ b/css/properties/box-decoration-break.json @@ -13,16 +13,9 @@ }, "chrome_android": "mirror", "edge": "mirror", - "firefox": [ - { - "version_added": "32" - }, - { - "alternative_name": "-moz-background-inline-policy", - "version_added": "1", - "version_removed": "32" - } - ], + "firefox": { + "version_added": "32" + }, "firefox_android": "mirror", "ie": { "version_added": false @@ -62,6 +55,70 @@ "standard_track": true, "deprecated": false } + }, + "clone": { + "__compat": { + "support": { + "chrome": { + "version_added": "22" + }, + "chrome_android": "mirror", + "edge": "mirror", + "firefox": { + "version_added": "32" + }, + "firefox_android": "mirror", + "ie": { + "version_added": false + }, + "oculus": "mirror", + "opera": "mirror", + "opera_android": "mirror", + "safari": { + "version_added": "7" + }, + "safari_ios": "mirror", + "samsunginternet_android": "mirror", + "webview_android": "mirror" + }, + "status": { + "experimental": false, + "standard_track": true, + "deprecated": false + } + } + }, + "slice": { + "__compat": { + "support": { + "chrome": { + "version_added": "22" + }, + "chrome_android": "mirror", + "edge": "mirror", + "firefox": { + "version_added": "32" + }, + "firefox_android": "mirror", + "ie": { + "version_added": false + }, + "oculus": "mirror", + "opera": "mirror", + "opera_android": "mirror", + "safari": { + "version_added": "7" + }, + "safari_ios": "mirror", + "samsunginternet_android": "mirror", + "webview_android": "mirror" + }, + "status": { + "experimental": false, + "standard_track": true, + "deprecated": false + } + } } } } From 60b3bbc203de7ad0b4a71d27870fe77a90defa7f Mon Sep 17 00:00:00 2001 From: "Queen Vinyl Da.i'gyu-Kazotetsu" Date: Wed, 6 Mar 2024 02:11:18 -0800 Subject: [PATCH 2/2] Add spec URLs --- css/properties/box-decoration-break.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/css/properties/box-decoration-break.json b/css/properties/box-decoration-break.json index a40f612d9c669e..2c9c2474e7b68a 100644 --- a/css/properties/box-decoration-break.json +++ b/css/properties/box-decoration-break.json @@ -58,6 +58,7 @@ }, "clone": { "__compat": { + "spec_url": "https://drafts.csswg.org/css-break/#valdef-box-decoration-break-clone", "support": { "chrome": { "version_added": "22" @@ -90,6 +91,7 @@ }, "slice": { "__compat": { + "spec_url": "https://drafts.csswg.org/css-break/#valdef-box-decoration-break-slice", "support": { "chrome": { "version_added": "22"