Skip to content

Commit 4539937

Browse files
authored
Merge branch 'main' into 27564-validate-data-against-schema
2 parents 10c2f0f + 2d91a9b commit 4539937

File tree

105 files changed

+2592
-782
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

105 files changed

+2592
-782
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Chat with us on Matrix at [chat.mozilla.org#mdn](https://chat.mozilla.org/#/room
1111
Are you interested in contributing to this project? Check out the [Contributing to browser-compat-data](./docs/contributing.md) documentation.
1212

1313
> [!TIP]
14-
> Looking for something? Consult the [alphabetical index](./docs/index.md) of the project documentation.
14+
> Looking for something? Consult the [alphabetical index](./docs/README.md) of the project documentation.
1515
1616
## Installation and Import
1717

@@ -228,7 +228,7 @@ You should expect lower-level namespaces, feature data, and browser data to be a
228228

229229
Now that you know what this project _is_, let's mention what this project _isn't_. This project is not:
230230

231-
- An extensive description of every possible detail about a feature in a browser. We do not track UI changes, [irrelevant features](./docs/data-guidelines/index.md#removal-of-irrelevant-features) or [irrelevant flag data](./docs/data-guidelines/index.md#removal-of-irrelevant-flag-data).
231+
- An extensive description of every possible detail about a feature in a browser. We do not track UI changes, [irrelevant features](./docs/data-guidelines/README.md#removal-of-irrelevant-features) or [irrelevant flag data](./docs/data-guidelines/README.md#removal-of-irrelevant-flag-data).
232232
- A source for custom features added by web frameworks (e.g. React, Vue) or corporate runtimes (e.g. AWS Lambda, Azure Functions).
233233
- A documentation of screen reader compatibility; for screen reader compatibility, check out https://a11ysupport.io/ instead.
234234
- The location where Baseline data is hosted; while Baseline pulls from BCD, the Baseline data is managed by the W3C WebDX Community Group on their own [GitHub repo](https://github.com/web-platform-dx/web-features).

RELEASE_NOTES.md

Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,92 @@
11
# @mdn/browser-compat-data release notes
22

3+
## [v7.1.7](https://github.com/mdn/browser-compat-data/releases/tag/v7.1.7)
4+
5+
September 19, 2025
6+
7+
### Renamings
8+
9+
- `api.HTMLElement.innerText.enforces_trusted_types` to `api.HTMLScriptElement.innerText.enforces_trusted_types` ([#27874](https://github.com/mdn/browser-compat-data/pull/27874))
10+
- `api.Node.textContent.enforces_trusted_types` to `api.HTMLScriptElement.textContent.enforces_trusted_types` ([#27874](https://github.com/mdn/browser-compat-data/pull/27874))
11+
12+
### Removals
13+
14+
- `api.SpeechRecognitionEvent.emma` ([#27901](https://github.com/mdn/browser-compat-data/pull/27901))
15+
- `api.SpeechRecognitionEvent.interpretation` ([#27901](https://github.com/mdn/browser-compat-data/pull/27901))
16+
17+
### Additions
18+
19+
- `api.HTMLScriptElement.innerText` ([#27874](https://github.com/mdn/browser-compat-data/pull/27874))
20+
- `api.HTMLScriptElement.textContent` ([#27874](https://github.com/mdn/browser-compat-data/pull/27874))
21+
- `api.ServiceWorkerContainer.register.enforces_trusted_types` ([#27836](https://github.com/mdn/browser-compat-data/pull/27836))
22+
- `api.SpeechRecognition.phrases` ([#27901](https://github.com/mdn/browser-compat-data/pull/27901))
23+
- `api.SpeechRecognition.start.audioTrack` ([#27901](https://github.com/mdn/browser-compat-data/pull/27901))
24+
- `api.SpeechRecognitionPhrase` ([#27901](https://github.com/mdn/browser-compat-data/pull/27901))
25+
- `api.SpeechRecognitionPhrase.boost` ([#27901](https://github.com/mdn/browser-compat-data/pull/27901))
26+
- `api.SpeechRecognitionPhrase.phrase` ([#27901](https://github.com/mdn/browser-compat-data/pull/27901))
27+
- `api.SpeechRecognitionPhrase.SpeechRecognitionPhrase` ([#27901](https://github.com/mdn/browser-compat-data/pull/27901))
28+
- `api.SVGAnimatedString.baseVal.enforces_trusted_types` ([#27836](https://github.com/mdn/browser-compat-data/pull/27836))
29+
- `api.WorkerGlobalScope.importScripts.enforces_trusted_types` ([#27836](https://github.com/mdn/browser-compat-data/pull/27836))
30+
- `browsers.firefox_android.releases.146` ([#27906](https://github.com/mdn/browser-compat-data/pull/27906))
31+
- `browsers.firefox.releases.146` ([#27906](https://github.com/mdn/browser-compat-data/pull/27906))
32+
- `css.properties.caret-shape` ([#27846](https://github.com/mdn/browser-compat-data/pull/27846))
33+
- `css.properties.caret-shape.auto` ([#27846](https://github.com/mdn/browser-compat-data/pull/27846))
34+
- `css.properties.caret-shape.bar` ([#27846](https://github.com/mdn/browser-compat-data/pull/27846))
35+
- `css.properties.caret-shape.block` ([#27846](https://github.com/mdn/browser-compat-data/pull/27846))
36+
- `css.properties.caret-shape.underscore` ([#27846](https://github.com/mdn/browser-compat-data/pull/27846))
37+
- `css.properties.corner-shape.bevel` ([#27911](https://github.com/mdn/browser-compat-data/pull/27911))
38+
- `css.properties.corner-shape.notch` ([#27911](https://github.com/mdn/browser-compat-data/pull/27911))
39+
- `css.properties.corner-shape.round` ([#27911](https://github.com/mdn/browser-compat-data/pull/27911))
40+
- `css.properties.corner-shape.scoop` ([#27911](https://github.com/mdn/browser-compat-data/pull/27911))
41+
- `css.properties.corner-shape.square` ([#27911](https://github.com/mdn/browser-compat-data/pull/27911))
42+
- `css.properties.corner-shape.squircle` ([#27911](https://github.com/mdn/browser-compat-data/pull/27911))
43+
- `css.properties.transition-behavior.transitionable_content-visibility` ([#27922](https://github.com/mdn/browser-compat-data/pull/27922))
44+
- `css.properties.transition-behavior.transitionable_display` ([#27922](https://github.com/mdn/browser-compat-data/pull/27922))
45+
- `http.headers.Permissions-Policy.aria-notify` ([#27936](https://github.com/mdn/browser-compat-data/pull/27936))
46+
- `http.headers.Permissions-Policy.on-device-speech-recognition` ([#27901](https://github.com/mdn/browser-compat-data/pull/27901))
47+
- `webdriver.bidi.emulation.setLocaleOverride.cross_origin_iframes` ([#27776](https://github.com/mdn/browser-compat-data/pull/27776))
48+
- `webdriver.bidi.emulation.setLocaleOverride.updates_existing_sandboxes` ([#27776](https://github.com/mdn/browser-compat-data/pull/27776))
49+
- `webdriver.bidi.network.addDataCollector.dataTypes_parameter.response` ([#27776](https://github.com/mdn/browser-compat-data/pull/27776))
50+
- `webdriver.bidi.network.disownData.dataType_parameter.response` ([#27776](https://github.com/mdn/browser-compat-data/pull/27776))
51+
- `webdriver.bidi.network.getData.dataType_parameter.response` ([#27776](https://github.com/mdn/browser-compat-data/pull/27776))
52+
53+
### Statistics
54+
55+
- 7 contributors have changed 37 files with 1,716 additions and 387 deletions in 28 commits ([`v7.1.6...v7.1.7`](https://github.com/mdn/browser-compat-data/compare/v7.1.6...v7.1.7))
56+
- 17,855 total features
57+
- 1,197 total contributors
58+
- 5,413 total stargazers
59+
60+
## [v7.1.6](https://github.com/mdn/browser-compat-data/releases/tag/v7.1.6)
61+
62+
September 16, 2025
63+
64+
### Removals
65+
66+
- `api.Fence.setReportEventDataForAutomaticBeacons.start_commit_eventType` ([#27831](https://github.com/mdn/browser-compat-data/pull/27831))
67+
- `api.Permissions.permission_compute-pressure` ([#27794](https://github.com/mdn/browser-compat-data/pull/27794))
68+
69+
### Additions
70+
71+
- `api.FederatedCredential.iconURL` ([#27813](https://github.com/mdn/browser-compat-data/pull/27813))
72+
- `api.FederatedCredential.name` ([#27813](https://github.com/mdn/browser-compat-data/pull/27813))
73+
- `api.IDBDatabase.abort_event` ([#27167](https://github.com/mdn/browser-compat-data/pull/27167))
74+
- `api.Notification.navigate` ([#27812](https://github.com/mdn/browser-compat-data/pull/27812))
75+
- `api.Performance.interactionCount` ([#27902](https://github.com/mdn/browser-compat-data/pull/27902))
76+
- `browsers.bun.releases.1.2.22` ([#27893](https://github.com/mdn/browser-compat-data/pull/27893))
77+
- `browsers.deno.releases.2.2.10` ([#27845](https://github.com/mdn/browser-compat-data/pull/27845))
78+
- `javascript.builtins.Map.getOrInsert` ([#27902](https://github.com/mdn/browser-compat-data/pull/27902))
79+
- `javascript.builtins.Map.getOrInsertComputed` ([#27902](https://github.com/mdn/browser-compat-data/pull/27902))
80+
- `javascript.builtins.WeakMap.getOrInsert` ([#27902](https://github.com/mdn/browser-compat-data/pull/27902))
81+
- `javascript.builtins.WeakMap.getOrInsertComputed` ([#27902](https://github.com/mdn/browser-compat-data/pull/27902))
82+
83+
### Statistics
84+
85+
- 8 contributors have changed 52 files with 599 additions and 611 deletions in 26 commits ([`v7.1.5...v7.1.6`](https://github.com/mdn/browser-compat-data/compare/v7.1.5...v7.1.6))
86+
- 17,826 total features
87+
- 1,196 total contributors
88+
- 5,399 total stargazers
89+
390
## [v7.1.5](https://github.com/mdn/browser-compat-data/releases/tag/v7.1.5)
491

592
September 12, 2025

api/AnimationTimeline.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
},
7272
"duration": {
7373
"__compat": {
74+
"mdn_url": "https://developer.mozilla.org/docs/Web/API/AnimationTimeline/duration",
7475
"spec_url": "https://drafts.csswg.org/web-animations-2/#dom-animationtimeline-duration",
7576
"tags": [
7677
"web-features:web-animations"

api/CSSStyleProperties.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"chrome_android": "mirror",
1111
"edge": "mirror",
1212
"firefox": {
13-
"version_added": false
13+
"version_added": "144"
1414
},
1515
"firefox_android": "mirror",
1616
"oculus": "mirror",
@@ -25,7 +25,7 @@
2525
"webview_ios": "mirror"
2626
},
2727
"status": {
28-
"experimental": true,
28+
"experimental": false,
2929
"standard_track": true,
3030
"deprecated": false
3131
}
@@ -40,7 +40,7 @@
4040
"chrome_android": "mirror",
4141
"edge": "mirror",
4242
"firefox": {
43-
"version_added": false
43+
"version_added": "144"
4444
},
4545
"firefox_android": "mirror",
4646
"oculus": "mirror",
@@ -55,7 +55,7 @@
5555
"webview_ios": "mirror"
5656
},
5757
"status": {
58-
"experimental": true,
58+
"experimental": false,
5959
"standard_track": true,
6060
"deprecated": false
6161
}

api/CommandEvent.json

Lines changed: 4 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,7 @@
1414
"chrome_android": "mirror",
1515
"edge": "mirror",
1616
"firefox": {
17-
"version_added": "preview",
18-
"flags": [
19-
{
20-
"type": "preference",
21-
"name": "dom.element.commandfor.enabled",
22-
"value_to_set": "true"
23-
}
24-
],
25-
"impl_url": "https://bugzil.la/1983523"
17+
"version_added": "144"
2618
},
2719
"firefox_android": "mirror",
2820
"oculus": "mirror",
@@ -58,15 +50,7 @@
5850
"chrome_android": "mirror",
5951
"edge": "mirror",
6052
"firefox": {
61-
"version_added": "preview",
62-
"flags": [
63-
{
64-
"type": "preference",
65-
"name": "dom.element.commandfor.enabled",
66-
"value_to_set": "true"
67-
}
68-
],
69-
"impl_url": "https://bugzil.la/1983523"
53+
"version_added": "144"
7054
},
7155
"firefox_android": "mirror",
7256
"oculus": "mirror",
@@ -103,15 +87,7 @@
10387
"chrome_android": "mirror",
10488
"edge": "mirror",
10589
"firefox": {
106-
"version_added": "preview",
107-
"flags": [
108-
{
109-
"type": "preference",
110-
"name": "dom.element.commandfor.enabled",
111-
"value_to_set": "true"
112-
}
113-
],
114-
"impl_url": "https://bugzil.la/1983523"
90+
"version_added": "144"
11591
},
11692
"firefox_android": "mirror",
11793
"oculus": "mirror",
@@ -146,15 +122,7 @@
146122
"chrome_android": "mirror",
147123
"edge": "mirror",
148124
"firefox": {
149-
"version_added": "preview",
150-
"flags": [
151-
{
152-
"type": "preference",
153-
"name": "dom.element.commandfor.enabled",
154-
"value_to_set": "true"
155-
}
156-
],
157-
"impl_url": "https://bugzil.la/1983523"
125+
"version_added": "144"
158126
},
159127
"firefox_android": "mirror",
160128
"oculus": "mirror",

api/Document.json

Lines changed: 11 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,8 @@
375375
"chrome_android": "mirror",
376376
"edge": "mirror",
377377
"firefox": {
378-
"version_added": "9"
378+
"version_added": "9",
379+
"version_removed": "144"
379380
},
380381
"firefox_android": "mirror",
381382
"oculus": "mirror",
@@ -731,12 +732,13 @@
731732
"ariaNotify": {
732733
"__compat": {
733734
"description": "`ariaNotify() method`",
735+
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Document/ariaNotify",
734736
"support": {
735737
"chrome": {
736738
"version_added": "141",
737739
"partial_implementation": true,
738740
"notes": [
739-
"Fully supported on Windows only.",
741+
"Fully supported on Windows and Linux, no support on ChromeOS.",
740742
"Method exposed on macOS, but notifications are not reliably spoken."
741743
]
742744
},
@@ -775,7 +777,8 @@
775777
"chrome_android": "mirror",
776778
"edge": "mirror",
777779
"firefox": {
778-
"version_added": "9"
780+
"version_added": "9",
781+
"version_removed": "144"
779782
},
780783
"firefox_android": "mirror",
781784
"oculus": "mirror",
@@ -5712,7 +5715,7 @@
57125715
"chrome_android": "mirror",
57135716
"edge": "mirror",
57145717
"firefox": {
5715-
"version_added": false
5718+
"version_added": "144"
57165719
},
57175720
"firefox_android": "mirror",
57185721
"oculus": "mirror",
@@ -5727,7 +5730,7 @@
57275730
"webview_ios": "mirror"
57285731
},
57295732
"status": {
5730-
"experimental": true,
5733+
"experimental": false,
57315734
"standard_track": true,
57325735
"deprecated": false
57335736
}
@@ -8261,21 +8264,9 @@
82618264
},
82628265
"chrome_android": "mirror",
82638266
"edge": "mirror",
8264-
"firefox": [
8265-
{
8266-
"version_added": "preview"
8267-
},
8268-
{
8269-
"version_added": "140",
8270-
"flags": [
8271-
{
8272-
"type": "preference",
8273-
"name": "dom.viewTransitions.enabled",
8274-
"value_to_set": "true"
8275-
}
8276-
]
8277-
}
8278-
],
8267+
"firefox": {
8268+
"version_added": "144"
8269+
},
82798270
"firefox_android": "mirror",
82808271
"oculus": "mirror",
82818272
"opera": "mirror",

api/DocumentFragment.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@
319319
"chrome_android": "mirror",
320320
"edge": "mirror",
321321
"firefox": {
322-
"version_added": false
322+
"version_added": "144"
323323
},
324324
"firefox_android": "mirror",
325325
"oculus": "mirror",
@@ -334,7 +334,7 @@
334334
"webview_ios": "mirror"
335335
},
336336
"status": {
337-
"experimental": true,
337+
"experimental": false,
338338
"standard_track": true,
339339
"deprecated": false
340340
}

api/Element.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,8 @@
198198
"chrome_android": "mirror",
199199
"edge": "mirror",
200200
"firefox": {
201-
"version_added": "2"
201+
"version_added": "2",
202+
"version_removed": "144"
202203
},
203204
"firefox_android": "mirror",
204205
"oculus": "mirror",
@@ -1932,12 +1933,13 @@
19321933
"ariaNotify": {
19331934
"__compat": {
19341935
"description": "`ariaNotify() method`",
1936+
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Element/ariaNotify",
19351937
"support": {
19361938
"chrome": {
19371939
"version_added": "141",
19381940
"partial_implementation": true,
19391941
"notes": [
1940-
"Fully supported on Windows only.",
1942+
"Fully supported on Windows and Linux, no support on ChromeOS.",
19411943
"Method exposed on macOS, but notifications are not reliably spoken."
19421944
]
19431945
},
@@ -3090,7 +3092,8 @@
30903092
"chrome_android": "mirror",
30913093
"edge": "mirror",
30923094
"firefox": {
3093-
"version_added": "2"
3095+
"version_added": "2",
3096+
"version_removed": "144"
30943097
},
30953098
"firefox_android": "mirror",
30963099
"oculus": "mirror",
@@ -7188,7 +7191,7 @@
71887191
"chrome_android": "mirror",
71897192
"edge": "mirror",
71907193
"firefox": {
7191-
"version_added": false
7194+
"version_added": "144"
71927195
},
71937196
"firefox_android": "mirror",
71947197
"oculus": "mirror",
@@ -7203,7 +7206,7 @@
72037206
"webview_ios": "mirror"
72047207
},
72057208
"status": {
7206-
"experimental": true,
7209+
"experimental": false,
72077210
"standard_track": true,
72087211
"deprecated": false
72097212
}

0 commit comments

Comments
 (0)