Skip to content

Commit

Permalink
Updates for Firefox 123 beta (#21984)
Browse files Browse the repository at this point in the history
* Updates for Firefox 123 beta

* -moz-user-focus was removed in 122 already

Co-authored-by: Hamish Willee <hamishwillee@gmail.com>

---------

Co-authored-by: Hamish Willee <hamishwillee@gmail.com>
  • Loading branch information
Elchi3 and hamishwillee committed Jan 29, 2024
1 parent ae5f845 commit 10ac5de
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 14 deletions.
2 changes: 1 addition & 1 deletion api/Element.json
Original file line number Diff line number Diff line change
Expand Up @@ -2635,7 +2635,7 @@
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "preview"
"version_added": "123"
},
"firefox_android": "mirror",
"ie": {
Expand Down
2 changes: 1 addition & 1 deletion api/HTMLTemplateElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "preview"
"version_added": "123"
},
"firefox_android": "mirror",
"ie": {
Expand Down
2 changes: 1 addition & 1 deletion api/ShadowRoot.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "preview"
"version_added": "123"
},
"firefox_android": "mirror",
"ie": {
Expand Down
3 changes: 2 additions & 1 deletion css/properties/-moz-user-focus.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "1"
"version_added": "1",
"version_removed": "122"
},
"firefox_android": "mirror",
"ie": {
Expand Down
2 changes: 1 addition & 1 deletion html/elements/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "preview"
"version_added": "123"
},
"firefox_android": "mirror",
"ie": {
Expand Down
11 changes: 2 additions & 9 deletions http/status.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,14 +107,7 @@
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "102",
"flags": [
{
"type": "preference",
"name": "network.early-hints.enabled",
"value_to_set": "true"
}
]
"version_added": "123"
},
"ie": {
"version_added": false
Expand All @@ -126,7 +119,7 @@
}
},
"status": {
"experimental": true,
"experimental": false,
"standard_track": true,
"deprecated": false
}
Expand Down

0 comments on commit 10ac5de

Please sign in to comment.