Skip to content

Commit c3f7153

Browse files
committed
Chrome 101/102 added ButtonBorder/Mark/MarkText system colors
1 parent c7fb0d5 commit c3f7153

File tree

1 file changed

+41
-5
lines changed

1 file changed

+41
-5
lines changed

css/types/color.json

Lines changed: 41 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1665,21 +1665,57 @@
16651665
}
16661666
}
16671667
},
1668-
"mark_marktext_buttonborder": {
1668+
"buttonborder": {
16691669
"__compat": {
1670-
"description": "Mark, MarkText, ButtonBorder",
1670+
"description": "`ButtonBorder`",
16711671
"spec_url": [
1672-
"https://drafts.csswg.org/css-color/#valdef-color-mark",
1673-
"https://drafts.csswg.org/css-color/#valdef-color-marktext",
16741672
"https://drafts.csswg.org/css-color/#valdef-color-buttonborder"
16751673
],
16761674
"tags": [
16771675
"web-features:system-color"
16781676
],
16791677
"support": {
16801678
"chrome": {
1679+
"version_added": "101"
1680+
},
1681+
"chrome_android": "mirror",
1682+
"edge": "mirror",
1683+
"firefox": {
1684+
"version_added": "109"
1685+
},
1686+
"firefox_android": "mirror",
1687+
"oculus": "mirror",
1688+
"opera": "mirror",
1689+
"opera_android": "mirror",
1690+
"safari": {
16811691
"version_added": false
16821692
},
1693+
"safari_ios": "mirror",
1694+
"samsunginternet_android": "mirror",
1695+
"webview_android": "mirror",
1696+
"webview_ios": "mirror"
1697+
},
1698+
"status": {
1699+
"experimental": false,
1700+
"standard_track": true,
1701+
"deprecated": false
1702+
}
1703+
}
1704+
},
1705+
"mark_marktext": {
1706+
"__compat": {
1707+
"description": "`Mark` and `MarkText`",
1708+
"spec_url": [
1709+
"https://drafts.csswg.org/css-color/#valdef-color-mark",
1710+
"https://drafts.csswg.org/css-color/#valdef-color-marktext"
1711+
],
1712+
"tags": [
1713+
"web-features:system-color"
1714+
],
1715+
"support": {
1716+
"chrome": {
1717+
"version_added": "102"
1718+
},
16831719
"chrome_android": "mirror",
16841720
"edge": "mirror",
16851721
"firefox": {
@@ -1698,7 +1734,7 @@
16981734
"webview_ios": "mirror"
16991735
},
17001736
"status": {
1701-
"experimental": true,
1737+
"experimental": false,
17021738
"standard_track": true,
17031739
"deprecated": false
17041740
}

0 commit comments

Comments
 (0)