Skip to content

Commit

Permalink
Updates for Chrome 130 beta (#24663)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elchi3 authored Oct 8, 2024
1 parent 4f3a89f commit 7ac81b3
Show file tree
Hide file tree
Showing 6 changed files with 225 additions and 54 deletions.
8 changes: 4 additions & 4 deletions api/CSSNestedDeclarations.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"spec_url": "https://drafts.csswg.org/css-nesting-1/#cssnesteddeclarations",
"support": {
"chrome": {
"version_added": false
"version_added": "130"
},
"chrome_android": "mirror",
"edge": "mirror",
Expand All @@ -30,7 +30,7 @@
"webview_ios": "mirror"
},
"status": {
"experimental": true,
"experimental": false,
"standard_track": true,
"deprecated": false
}
Expand All @@ -40,7 +40,7 @@
"spec_url": "https://drafts.csswg.org/css-nesting-1/#dom-cssnesteddeclarations-style",
"support": {
"chrome": {
"version_added": false
"version_added": "130"
},
"chrome_android": "mirror",
"edge": "mirror",
Expand All @@ -65,7 +65,7 @@
"webview_ios": "mirror"
},
"status": {
"experimental": true,
"experimental": false,
"standard_track": true,
"deprecated": false
}
Expand Down
38 changes: 38 additions & 0 deletions api/SerialPort.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,44 @@
}
}
},
"connected": {
"__compat": {
"spec_url": "https://wicg.github.io/serial/#dom-serialport-connected",
"support": {
"chrome": {
"version_added": "130"
},
"chrome_android": {
"version_added": false
},
"edge": {
"version_added": false
},
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"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
}
}
},
"disconnect_event": {
"__compat": {
"description": "<code>disconnect</code> event",
Expand Down
41 changes: 30 additions & 11 deletions css/properties/box-decoration-break.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,16 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/box-decoration-break",
"spec_url": "https://drafts.csswg.org/css-break/#break-decoration",
"support": {
"chrome": {
"prefix": "-webkit-",
"version_added": "22",
"notes": "This property is only supported for inline elements."
},
"chrome": [
{
"version_added": "130"
},
{
"prefix": "-webkit-",
"version_added": "22",
"notes": "This property was only supported for inline elements."
}
],
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
Expand Down Expand Up @@ -61,9 +66,16 @@
"__compat": {
"spec_url": "https://drafts.csswg.org/css-break/#valdef-box-decoration-break-clone",
"support": {
"chrome": {
"version_added": "22"
},
"chrome": [
{
"version_added": "130"
},
{
"version_added": "22",
"partial_implementation": true,
"notes": "This value was only supported with the -webkit- prefix."
}
],
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
Expand Down Expand Up @@ -97,9 +109,16 @@
"__compat": {
"spec_url": "https://drafts.csswg.org/css-break/#valdef-box-decoration-break-slice",
"support": {
"chrome": {
"version_added": "22"
},
"chrome": [
{
"version_added": "130"
},
{
"version_added": "22",
"partial_implementation": true,
"notes": "This value was only supported with the -webkit- prefix."
}
],
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
Expand Down
46 changes: 42 additions & 4 deletions css/properties/text-wrap-style.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"spec_url": "https://drafts.csswg.org/css-text-4/#text-wrap-style",
"support": {
"chrome": {
"version_added": false
"version_added": "130"
},
"chrome_android": "mirror",
"edge": "mirror",
Expand Down Expand Up @@ -40,7 +40,7 @@
"spec_url": "https://drafts.csswg.org/css-text-4/#valdef-text-wrap-style-auto",
"support": {
"chrome": {
"version_added": false
"version_added": "130"
},
"chrome_android": "mirror",
"edge": "mirror",
Expand Down Expand Up @@ -74,7 +74,7 @@
"spec_url": "https://drafts.csswg.org/css-text-4/#valdef-text-wrap-style-balance",
"support": {
"chrome": {
"version_added": false
"version_added": "130"
},
"chrome_android": "mirror",
"edge": "mirror",
Expand Down Expand Up @@ -103,12 +103,50 @@
}
}
},
"pretty": {
"__compat": {
"spec_url": "https://drafts.csswg.org/css-text-4/#valdef-text-wrap-style-pretty",
"support": {
"chrome": {
"version_added": "130"
},
"chrome_android": {
"version_added": false
},
"edge": {
"version_added": false
},
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"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
}
}
},
"stable": {
"__compat": {
"spec_url": "https://drafts.csswg.org/css-text-4/#valdef-text-wrap-style-stable",
"support": {
"chrome": {
"version_added": false
"version_added": "130"
},
"chrome_android": "mirror",
"edge": "mirror",
Expand Down
105 changes: 70 additions & 35 deletions javascript/builtins/Intl/Locale.json
Original file line number Diff line number Diff line change
Expand Up @@ -274,11 +274,16 @@
"web-features:intl-locale-info"
],
"support": {
"chrome": {
"alternative_name": "calendars",
"version_added": "99",
"notes": "Implemented as an accessor property."
},
"chrome": [
{
"version_added": "130"
},
{
"alternative_name": "calendars",
"version_added": "99",
"notes": "Implemented as an accessor property."
}
],
"chrome_android": "mirror",
"deno": {
"version_added": "1.19"
Expand Down Expand Up @@ -330,11 +335,16 @@
"web-features:intl-locale-info"
],
"support": {
"chrome": {
"alternative_name": "collations",
"version_added": "99",
"notes": "Implemented as an accessor property."
},
"chrome": [
{
"version_added": "130"
},
{
"alternative_name": "collations",
"version_added": "99",
"notes": "Implemented as an accessor property."
}
],
"chrome_android": "mirror",
"deno": {
"version_added": "1.19"
Expand Down Expand Up @@ -386,11 +396,16 @@
"web-features:intl-locale-info"
],
"support": {
"chrome": {
"alternative_name": "hourCycles",
"version_added": "99",
"notes": "Implemented as an accessor property."
},
"chrome": [
{
"version_added": "130"
},
{
"alternative_name": "hourCycles",
"version_added": "99",
"notes": "Implemented as an accessor property."
}
],
"chrome_android": "mirror",
"deno": {
"version_added": "1.19"
Expand Down Expand Up @@ -442,11 +457,16 @@
"web-features:intl-locale-info"
],
"support": {
"chrome": {
"alternative_name": "numberingSystems",
"version_added": "99",
"notes": "Implemented as an accessor property."
},
"chrome": [
{
"version_added": "130"
},
{
"alternative_name": "numberingSystems",
"version_added": "99",
"notes": "Implemented as an accessor property."
}
],
"chrome_android": "mirror",
"deno": {
"version_added": "1.19"
Expand Down Expand Up @@ -498,11 +518,16 @@
"web-features:intl-locale-info"
],
"support": {
"chrome": {
"alternative_name": "textInfo",
"version_added": "99",
"notes": "Implemented as an accessor property."
},
"chrome": [
{
"version_added": "130"
},
{
"alternative_name": "textInfo",
"version_added": "99",
"notes": "Implemented as an accessor property."
}
],
"chrome_android": "mirror",
"deno": {
"alternative_name": "textInfo",
Expand Down Expand Up @@ -556,11 +581,16 @@
"web-features:intl-locale-info"
],
"support": {
"chrome": {
"alternative_name": "timeZones",
"version_added": "99",
"notes": "Implemented as an accessor property."
},
"chrome": [
{
"version_added": "130"
},
{
"alternative_name": "timeZones",
"version_added": "99",
"notes": "Implemented as an accessor property."
}
],
"chrome_android": "mirror",
"deno": {
"version_added": "1.19"
Expand Down Expand Up @@ -609,11 +639,16 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Intl/Locale/getWeekInfo",
"spec_url": "https://tc39.es/proposal-intl-locale-info/#sec-Intl.Locale.prototype.getWeekInfo",
"support": {
"chrome": {
"alternative_name": "weekInfo",
"version_added": "99",
"notes": "Implemented as an accessor property."
},
"chrome": [
{
"version_added": "130"
},
{
"alternative_name": "weekInfo",
"version_added": "99",
"notes": "Implemented as an accessor property."
}
],
"chrome_android": "mirror",
"deno": {
"version_added": "1.19"
Expand Down
Loading

0 comments on commit 7ac81b3

Please sign in to comment.