diff --git a/css/properties/text-decoration-trim.json b/css/properties/text-decoration-trim.json new file mode 100644 index 00000000000000..b42e548dc4f354 --- /dev/null +++ b/css/properties/text-decoration-trim.json @@ -0,0 +1,47 @@ +{ + "css": { + "properties": { + "text-decoration-trim": { + "__compat": { + "spec_url": "https://drafts.csswg.org/css-text-decor-4/#propdef-text-decoration-trim", + "tags": [ + "web-features:text-decoration" + ], + "support": { + "chrome": { + "version_added": false + }, + "chrome_android": "mirror", + "edge": "mirror", + "firefox": { + "version_added": "preview", + "flags": [ + { + "type": "preference", + "name": "layout.css.text-decoration-trim.enabled", + "value_to_set": "true" + } + ] + }, + "firefox_android": "mirror", + "oculus": "mirror", + "opera": "mirror", + "opera_android": "mirror", + "safari": { + "version_added": false + }, + "safari_ios": "mirror", + "samsunginternet_android": "mirror", + "webview_android": "mirror", + "webview_ios": "mirror" + }, + "status": { + "experimental": true, + "standard_track": true, + "deprecated": false + } + } + } + } + } +}