diff --git a/css/types/attr.json b/css/types/attr.json index 0bf6294582250d..3bf5a4b15b5ae1 100644 --- a/css/types/attr.json +++ b/css/types/attr.json @@ -45,9 +45,10 @@ "deprecated": false } }, - "fallback": { + "declaration-value": { "__compat": { - "description": "<fallback>", + "description": "``", + "spec_url": "https://drafts.csswg.org/css-values-5/#ref-for-typedef-declaration-value%E2%91%A1%E2%91%A3", "tags": [ "web-features:attr" ], @@ -79,9 +80,11 @@ } } }, - "type-or-unit": { + "type_function": { "__compat": { - "description": "<type-or-unit>", + "description": "`type()` function", + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/Values/attr#type", + "spec_url": "https://drafts.csswg.org/css-values-5/#funcdef-attr-type", "tags": [ "web-features:attr" ], @@ -116,7 +119,9 @@ }, "angle": { "__compat": { - "description": "<angle>", + "description": "``", + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/Values/angle", + "spec_url": "https://drafts.csswg.org/css-values-4/#angles", "tags": [ "web-features:attr" ], @@ -152,7 +157,9 @@ }, "color": { "__compat": { - "description": "<color>", + "description": "``", + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/Values/color_value", + "spec_url": "https://drafts.csswg.org/css-color/#color-syntax", "tags": [ "web-features:attr" ], @@ -186,9 +193,125 @@ } } }, + "custom-ident": { + "__compat": { + "description": "``", + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/Values/custom-ident", + "spec_url": "https://drafts.csswg.org/css-values/#custom-idents", + "tags": [ + "web-features:attr" + ], + "support": { + "chrome": { + "version_added": "133" + }, + "chrome_android": "mirror", + "edge": "mirror", + "firefox": { + "version_added": false, + "impl_url": "https://bugzil.la/435426" + }, + "firefox_android": "mirror", + "oculus": "mirror", + "opera": "mirror", + "opera_android": "mirror", + "safari": { + "version_added": false, + "impl_url": "https://webkit.org/b/26609" + }, + "safari_ios": "mirror", + "samsunginternet_android": "mirror", + "webview_android": "mirror", + "webview_ios": "mirror" + }, + "status": { + "experimental": true, + "standard_track": true, + "deprecated": false + } + } + }, + "ident": { + "__compat": { + "description": "``", + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/Values/ident", + "spec_url": "https://drafts.csswg.org/css-values/#typedef-ident", + "tags": [ + "web-features:attr" + ], + "support": { + "chrome": { + "version_added": false + }, + "chrome_android": "mirror", + "edge": "mirror", + "firefox": { + "version_added": false, + "impl_url": "https://bugzil.la/1871815" + }, + "firefox_android": "mirror", + "oculus": "mirror", + "opera": "mirror", + "opera_android": "mirror", + "safari": { + "version_added": false, + "impl_url": "https://webkit.org/b/26609" + }, + "safari_ios": "mirror", + "samsunginternet_android": "mirror", + "webview_android": "mirror", + "webview_ios": "mirror" + }, + "status": { + "experimental": true, + "standard_track": true, + "deprecated": false + } + } + }, + "image": { + "__compat": { + "description": "``", + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/Values/image", + "spec_url": "https://drafts.csswg.org/css-images/#image-values", + "tags": [ + "web-features:attr" + ], + "support": { + "chrome": { + "version_added": false + }, + "chrome_android": "mirror", + "edge": "mirror", + "firefox": { + "version_added": false, + "impl_url": "https://bugzil.la/435426" + }, + "firefox_android": "mirror", + "oculus": "mirror", + "opera": "mirror", + "opera_android": "mirror", + "safari": { + "version_added": false, + "impl_url": "https://webkit.org/b/26609" + }, + "safari_ios": "mirror", + "samsunginternet_android": "mirror", + "webview_android": "mirror", + "webview_ios": "mirror" + }, + "status": { + "experimental": true, + "standard_track": true, + "deprecated": false + } + } + }, "integer": { "__compat": { - "description": "<integer>", + "description": "``", + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/Values/integer", + "spec_url": "https://drafts.csswg.org/css-values/#integers", "tags": [ "web-features:attr" ], @@ -224,7 +347,9 @@ }, "length": { "__compat": { - "description": "<length>", + "description": "``", + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/Values/length", + "spec_url": "https://drafts.csswg.org/css-values/#lengths", "tags": [ "web-features:attr" ], @@ -258,9 +383,49 @@ } } }, + "length-percentage": { + "__compat": { + "description": "``", + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/Values/length-percentage", + "spec_url": "https://drafts.csswg.org/css-values/#mixed-percentages", + "tags": [ + "web-features:attr" + ], + "support": { + "chrome": { + "version_added": false + }, + "chrome_android": "mirror", + "edge": "mirror", + "firefox": { + "version_added": false, + "impl_url": "https://bugzil.la/435426" + }, + "firefox_android": "mirror", + "oculus": "mirror", + "opera": "mirror", + "opera_android": "mirror", + "safari": { + "version_added": false, + "impl_url": "https://webkit.org/b/26609" + }, + "safari_ios": "mirror", + "samsunginternet_android": "mirror", + "webview_android": "mirror", + "webview_ios": "mirror" + }, + "status": { + "experimental": true, + "standard_track": true, + "deprecated": false + } + } + }, "number": { "__compat": { - "description": "<number>", + "description": "``", + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/Values/number", + "spec_url": "https://drafts.csswg.org/css-values/#numbers", "tags": [ "web-features:attr" ], @@ -296,7 +461,9 @@ }, "percentage": { "__compat": { - "description": "<percentage>", + "description": "``", + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/Values/percentage", + "spec_url": "https://drafts.csswg.org/css-values/#percentages", "tags": [ "web-features:attr" ], @@ -330,9 +497,87 @@ } } }, + "resolution": { + "__compat": { + "description": "``", + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/Values/resolution", + "spec_url": "https://drafts.csswg.org/css-values/#resolution", + "tags": [ + "web-features:attr" + ], + "support": { + "chrome": { + "version_added": false + }, + "chrome_android": "mirror", + "edge": "mirror", + "firefox": { + "version_added": false, + "impl_url": "https://bugzil.la/435426" + }, + "firefox_android": "mirror", + "oculus": "mirror", + "opera": "mirror", + "opera_android": "mirror", + "safari": { + "version_added": false, + "impl_url": "https://webkit.org/b/26609" + }, + "safari_ios": "mirror", + "samsunginternet_android": "mirror", + "webview_android": "mirror", + "webview_ios": "mirror" + }, + "status": { + "experimental": true, + "standard_track": true, + "deprecated": false + } + } + }, + "string": { + "__compat": { + "description": "``", + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/Values/string", + "spec_url": "https://drafts.csswg.org/css-values/#strings", + "tags": [ + "web-features:attr" + ], + "support": { + "chrome": { + "version_added": "133" + }, + "chrome_android": "mirror", + "edge": "mirror", + "firefox": { + "version_added": false, + "impl_url": "https://bugzil.la/435426" + }, + "firefox_android": "mirror", + "oculus": "mirror", + "opera": "mirror", + "opera_android": "mirror", + "safari": { + "version_added": false, + "impl_url": "https://webkit.org/b/26609" + }, + "safari_ios": "mirror", + "samsunginternet_android": "mirror", + "webview_android": "mirror", + "webview_ios": "mirror" + }, + "status": { + "experimental": true, + "standard_track": true, + "deprecated": false + } + } + }, "time": { "__compat": { - "description": "<time>", + "description": "`