Skip to content

Commit 19134a4

Browse files
authored
Updates for Chrome 150 beta (#29799)
1 parent 21c1dda commit 19134a4

14 files changed

Lines changed: 451 additions & 5 deletions

api/CSSContainerRule.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"spec_url": "https://drafts.csswg.org/css-conditional-5/#dom-csscontainerrule-conditions",
4141
"support": {
4242
"chrome": {
43-
"version_added": false
43+
"version_added": "150"
4444
},
4545
"chrome_android": "mirror",
4646
"edge": "mirror",
@@ -60,7 +60,7 @@
6060
"webview_ios": "mirror"
6161
},
6262
"status": {
63-
"experimental": true,
63+
"experimental": false,
6464
"standard_track": true,
6565
"deprecated": false
6666
}

api/Request.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1491,6 +1491,37 @@
14911491
}
14921492
}
14931493
},
1494+
"isReloadNavigation": {
1495+
"__compat": {
1496+
"spec_url": "https://fetch.spec.whatwg.org/#dom-request-isreloadnavigation",
1497+
"support": {
1498+
"chrome": {
1499+
"version_added": "150"
1500+
},
1501+
"chrome_android": "mirror",
1502+
"edge": "mirror",
1503+
"firefox": {
1504+
"version_added": false
1505+
},
1506+
"firefox_android": "mirror",
1507+
"oculus": "mirror",
1508+
"opera": "mirror",
1509+
"opera_android": "mirror",
1510+
"safari": {
1511+
"version_added": false
1512+
},
1513+
"safari_ios": "mirror",
1514+
"samsunginternet_android": "mirror",
1515+
"webview_android": "mirror",
1516+
"webview_ios": "mirror"
1517+
},
1518+
"status": {
1519+
"experimental": true,
1520+
"standard_track": true,
1521+
"deprecated": false
1522+
}
1523+
}
1524+
},
14941525
"json": {
14951526
"__compat": {
14961527
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Request/json",

api/Sanitizer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
"spec_url": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-sanitizer-allowprocessinginstruction",
147147
"support": {
148148
"chrome": {
149-
"version_added": "149"
149+
"version_added": "150"
150150
},
151151
"chrome_android": "mirror",
152152
"edge": "mirror",
@@ -282,7 +282,7 @@
282282
"spec_url": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-sanitizer-removeprocessinginstruction",
283283
"support": {
284284
"chrome": {
285-
"version_added": "149"
285+
"version_added": "150"
286286
},
287287
"chrome_android": "mirror",
288288
"edge": "mirror",

css/properties/background-clip.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
],
114114
"support": {
115115
"chrome": {
116-
"version_added": false
116+
"version_added": "150"
117117
},
118118
"chrome_android": "mirror",
119119
"edge": "mirror",

css/properties/background.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,37 @@
228228
}
229229
}
230230
},
231+
"border-area": {
232+
"__compat": {
233+
"spec_url": "https://drafts.csswg.org/css-backgrounds-4/#valdef-background-clip-border-area",
234+
"support": {
235+
"chrome": {
236+
"version_added": "150"
237+
},
238+
"chrome_android": "mirror",
239+
"edge": "mirror",
240+
"firefox": {
241+
"version_added": false
242+
},
243+
"firefox_android": "mirror",
244+
"oculus": "mirror",
245+
"opera": "mirror",
246+
"opera_android": "mirror",
247+
"safari": {
248+
"version_added": "18.2"
249+
},
250+
"safari_ios": "mirror",
251+
"samsunginternet_android": "mirror",
252+
"webview_android": "mirror",
253+
"webview_ios": "mirror"
254+
},
255+
"status": {
256+
"experimental": false,
257+
"standard_track": true,
258+
"deprecated": false
259+
}
260+
}
261+
},
231262
"border-box": {
232263
"__compat": {
233264
"spec_url": "https://drafts.csswg.org/css-box-4/#valdef-box-border-box",

css/properties/flex-flow.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,37 @@
7474
"deprecated": false
7575
}
7676
},
77+
"balance": {
78+
"__compat": {
79+
"spec_url": "https://drafts.csswg.org/css-flexbox-2/#valdef-flex-wrap-balance",
80+
"support": {
81+
"chrome": {
82+
"version_added": "150"
83+
},
84+
"chrome_android": "mirror",
85+
"edge": "mirror",
86+
"firefox": {
87+
"version_added": false
88+
},
89+
"firefox_android": "mirror",
90+
"oculus": "mirror",
91+
"opera": "mirror",
92+
"opera_android": "mirror",
93+
"safari": {
94+
"version_added": false
95+
},
96+
"safari_ios": "mirror",
97+
"samsunginternet_android": "mirror",
98+
"webview_android": "mirror",
99+
"webview_ios": "mirror"
100+
},
101+
"status": {
102+
"experimental": true,
103+
"standard_track": true,
104+
"deprecated": false
105+
}
106+
}
107+
},
77108
"column": {
78109
"__compat": {
79110
"spec_url": "https://drafts.csswg.org/css-flexbox-1/#valdef-flex-direction-column",
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"css": {
3+
"properties": {
4+
"flex-line-count": {
5+
"__compat": {
6+
"spec_url": "https://drafts.csswg.org/css-flexbox-2/#flex-line-count-property",
7+
"support": {
8+
"chrome": {
9+
"version_added": "150"
10+
},
11+
"chrome_android": "mirror",
12+
"edge": "mirror",
13+
"firefox": {
14+
"version_added": false
15+
},
16+
"firefox_android": "mirror",
17+
"oculus": "mirror",
18+
"opera": "mirror",
19+
"opera_android": "mirror",
20+
"safari": {
21+
"version_added": false
22+
},
23+
"safari_ios": "mirror",
24+
"samsunginternet_android": "mirror",
25+
"webview_android": "mirror",
26+
"webview_ios": "mirror"
27+
},
28+
"status": {
29+
"experimental": true,
30+
"standard_track": true,
31+
"deprecated": false
32+
}
33+
}
34+
}
35+
}
36+
}
37+
}

css/properties/flex-wrap.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,37 @@
5454
"deprecated": false
5555
}
5656
},
57+
"balance": {
58+
"__compat": {
59+
"spec_url": "https://drafts.csswg.org/css-flexbox-2/#valdef-flex-wrap-balance",
60+
"support": {
61+
"chrome": {
62+
"version_added": "150"
63+
},
64+
"chrome_android": "mirror",
65+
"edge": "mirror",
66+
"firefox": {
67+
"version_added": false
68+
},
69+
"firefox_android": "mirror",
70+
"oculus": "mirror",
71+
"opera": "mirror",
72+
"opera_android": "mirror",
73+
"safari": {
74+
"version_added": false
75+
},
76+
"safari_ios": "mirror",
77+
"samsunginternet_android": "mirror",
78+
"webview_android": "mirror",
79+
"webview_ios": "mirror"
80+
},
81+
"status": {
82+
"experimental": true,
83+
"standard_track": true,
84+
"deprecated": false
85+
}
86+
}
87+
},
5788
"nowrap": {
5889
"__compat": {
5990
"spec_url": "https://drafts.csswg.org/css-flexbox/#valdef-flex-wrap-nowrap",

css/properties/overscroll-behavior-block.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,37 @@
8888
}
8989
}
9090
},
91+
"chain": {
92+
"__compat": {
93+
"spec_url": "https://drafts.csswg.org/css-overscroll/#valdef-overscroll-behavior-chain",
94+
"support": {
95+
"chrome": {
96+
"version_added": "150"
97+
},
98+
"chrome_android": "mirror",
99+
"edge": "mirror",
100+
"firefox": {
101+
"version_added": false
102+
},
103+
"firefox_android": "mirror",
104+
"oculus": "mirror",
105+
"opera": "mirror",
106+
"opera_android": "mirror",
107+
"safari": {
108+
"version_added": false
109+
},
110+
"safari_ios": "mirror",
111+
"samsunginternet_android": "mirror",
112+
"webview_android": "mirror",
113+
"webview_ios": "mirror"
114+
},
115+
"status": {
116+
"experimental": true,
117+
"standard_track": true,
118+
"deprecated": false
119+
}
120+
}
121+
},
91122
"contain": {
92123
"__compat": {
93124
"spec_url": "https://drafts.csswg.org/css-overscroll/#valdef-overscroll-behavior-contain",

css/properties/overscroll-behavior-inline.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,37 @@
8888
}
8989
}
9090
},
91+
"chain": {
92+
"__compat": {
93+
"spec_url": "https://drafts.csswg.org/css-overscroll/#valdef-overscroll-behavior-chain",
94+
"support": {
95+
"chrome": {
96+
"version_added": "150"
97+
},
98+
"chrome_android": "mirror",
99+
"edge": "mirror",
100+
"firefox": {
101+
"version_added": false
102+
},
103+
"firefox_android": "mirror",
104+
"oculus": "mirror",
105+
"opera": "mirror",
106+
"opera_android": "mirror",
107+
"safari": {
108+
"version_added": false
109+
},
110+
"safari_ios": "mirror",
111+
"samsunginternet_android": "mirror",
112+
"webview_android": "mirror",
113+
"webview_ios": "mirror"
114+
},
115+
"status": {
116+
"experimental": true,
117+
"standard_track": true,
118+
"deprecated": false
119+
}
120+
}
121+
},
91122
"contain": {
92123
"__compat": {
93124
"spec_url": "https://drafts.csswg.org/css-overscroll/#valdef-overscroll-behavior-contain",

0 commit comments

Comments
 (0)