Skip to content

Commit 97c55a9

Browse files
Chrome 126 added Topics API (browsingTopics) (mdn#26558)
* Update Chromium data for api.Document.browsingTopics This PR updates and corrects version values for Chromium (Chrome, Opera, Samsung Internet, WebView Android) for the `browsingTopics` member of the `Document` API. The data comes from the [mdn-bcd-collector](https://mdn-bcd-collector.gooborg.com) project (v10.12.11). _Check out the [collector's guide on how to review this PR](https://github.com/openwebdocs/mdn-bcd-collector#reviewing-bcd-changes)._ Tests Used: https://mdn-bcd-collector.gooborg.com/tests/api/Document/browsingTopics * Update Chromium data for api.HTMLIFrameElement.browsingTopics This PR updates and corrects version values for Chromium (Chrome, Opera, Samsung Internet, WebView Android) for the `browsingTopics` member of the `HTMLIFrameElement` API. The data comes from the [mdn-bcd-collector](https://mdn-bcd-collector.gooborg.com) project (v10.12.11). _Check out the [collector's guide on how to review this PR](https://github.com/openwebdocs/mdn-bcd-collector#reviewing-bcd-changes)._ Tests Used: https://mdn-bcd-collector.gooborg.com/tests/api/HTMLIFrameElement/browsingTopics * Set other browsingTopics features to Chrome 126 as well --------- Co-authored-by: Claas Augner <caugner@mozilla.com>
1 parent 5c6371e commit 97c55a9

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

api/Document.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -881,7 +881,7 @@
881881
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Document/browsingTopics",
882882
"support": {
883883
"chrome": {
884-
"version_added": "115"
884+
"version_added": "126"
885885
},
886886
"chrome_android": "mirror",
887887
"edge": "mirror",

api/HTMLIFrameElement.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@
261261
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLIFrameElement/browsingTopics",
262262
"support": {
263263
"chrome": {
264-
"version_added": "115"
264+
"version_added": "126"
265265
},
266266
"chrome_android": "mirror",
267267
"edge": "mirror",

api/Request.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@
196196
"description": "`init.browsingTopics` parameter",
197197
"support": {
198198
"chrome": {
199-
"version_added": "115"
199+
"version_added": "126"
200200
},
201201
"chrome_android": "mirror",
202202
"deno": {

api/_globals/fetch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@
220220
"description": "`init.browsingTopics` parameter",
221221
"support": {
222222
"chrome": {
223-
"version_added": "115"
223+
"version_added": "126"
224224
},
225225
"chrome_android": "mirror",
226226
"deno": {

html/elements/iframe.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1647,7 +1647,7 @@
16471647
"__compat": {
16481648
"support": {
16491649
"chrome": {
1650-
"version_added": "115"
1650+
"version_added": "126"
16511651
},
16521652
"chrome_android": "mirror",
16531653
"edge": "mirror",

0 commit comments

Comments
 (0)