Skip to content

Commit c6df147

Browse files
authored
Update web-features tags (#26306)
1 parent eea9a8f commit c6df147

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed

css/properties/scroll-marker-group.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"scroll-marker-group": {
55
"__compat": {
66
"spec_url": "https://drafts.csswg.org/css-overflow-5/#scroll-marker-group-property",
7+
"tags": [
8+
"web-features:scroll-markers"
9+
],
710
"support": {
811
"chrome": {
912
"version_added": "135"
@@ -39,6 +42,9 @@
3942
"after": {
4043
"__compat": {
4144
"spec_url": "https://drafts.csswg.org/css-overflow-5/#valdef-scroll-marker-group-after",
45+
"tags": [
46+
"web-features:scroll-markers"
47+
],
4248
"support": {
4349
"chrome": {
4450
"version_added": "135"
@@ -75,6 +81,9 @@
7581
"before": {
7682
"__compat": {
7783
"spec_url": "https://drafts.csswg.org/css-overflow-5/#valdef-scroll-marker-group-before",
84+
"tags": [
85+
"web-features:scroll-markers"
86+
],
7887
"support": {
7988
"chrome": {
8089
"version_added": "135"
@@ -111,6 +120,9 @@
111120
"none": {
112121
"__compat": {
113122
"spec_url": "https://drafts.csswg.org/css-overflow-5/#valdef-scroll-marker-group-none",
123+
"tags": [
124+
"web-features:scroll-markers"
125+
],
114126
"support": {
115127
"chrome": {
116128
"version_added": "135"

css/selectors/scroll-marker-group.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"__compat": {
66
"description": "`::scroll-marker-group`",
77
"spec_url": "https://drafts.csswg.org/css-overflow-5/#scroll-marker-group-pseudo",
8+
"tags": [
9+
"web-features:scroll-markers"
10+
],
811
"support": {
912
"chrome": {
1013
"version_added": "135"

css/selectors/scroll-marker.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"__compat": {
66
"description": "`::scroll-marker`",
77
"spec_url": "https://drafts.csswg.org/css-overflow-5/#scroll-marker-pseudo",
8+
"tags": [
9+
"web-features:scroll-markers"
10+
],
811
"support": {
912
"chrome": {
1013
"version_added": "135"

css/types/gradient.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@
243243
"description": "Single color stop and 0-1 positions",
244244
"spec_url": "https://drafts.csswg.org/css-images-4/#color-stop-syntax",
245245
"tags": [
246-
"web-features:conic-gradients"
246+
"web-features:single-color-gradients"
247247
],
248248
"support": {
249249
"chrome": {
@@ -578,7 +578,7 @@
578578
"description": "Single color stop and 0-1 positions",
579579
"spec_url": "https://drafts.csswg.org/css-images-4/#color-stop-syntax",
580580
"tags": [
581-
"web-features:gradients"
581+
"web-features:single-color-gradients"
582582
],
583583
"support": {
584584
"chrome": {
@@ -1035,7 +1035,7 @@
10351035
"description": "Single color stop and 0-1 positions",
10361036
"spec_url": "https://drafts.csswg.org/css-images-4/#color-stop-syntax",
10371037
"tags": [
1038-
"web-features:gradients"
1038+
"web-features:single-color-gradients"
10391039
],
10401040
"support": {
10411041
"chrome": {

0 commit comments

Comments
 (0)