Skip to content

Commit

Permalink
Add Chrome Android impl_url for Local Font Access API (mdn#24770)
Browse files Browse the repository at this point in the history
* Add Chrome Android impl_url for Local Font Access API

* update for permissions policy

* update for permissions api

* add
  • Loading branch information
skyclouds2001 authored Oct 30, 2024
1 parent 17f36c3 commit 1df3111
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
3 changes: 2 additions & 1 deletion api/FontData.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"version_added": "103"
},
"chrome_android": {
"version_added": false
"version_added": false,
"impl_url": "https://crbug.com/40840834"
},
"edge": "mirror",
"firefox": {
Expand Down
3 changes: 2 additions & 1 deletion api/Permissions.json
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,8 @@
"version_added": "103"
},
"chrome_android": {
"version_added": false
"version_added": false,
"impl_url": "https://crbug.com/40840834"
},
"edge": "mirror",
"firefox": {
Expand Down
3 changes: 2 additions & 1 deletion api/Window.json
Original file line number Diff line number Diff line change
Expand Up @@ -4289,7 +4289,8 @@
"version_added": "103"
},
"chrome_android": {
"version_added": false
"version_added": false,
"impl_url": "https://crbug.com/40840834"
},
"edge": "mirror",
"firefox": {
Expand Down
3 changes: 2 additions & 1 deletion html/elements/iframe.json
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,8 @@
"version_added": "103"
},
"chrome_android": {
"version_added": false
"version_added": false,
"impl_url": "https://crbug.com/40840834"
},
"edge": "mirror",
"firefox": {
Expand Down
3 changes: 2 additions & 1 deletion http/headers/Permissions-Policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -873,7 +873,8 @@
"version_added": "103"
},
"chrome_android": {
"version_added": false
"version_added": false,
"impl_url": "https://crbug.com/40840834"
},
"edge": "mirror",
"firefox": {
Expand Down

0 comments on commit 1df3111

Please sign in to comment.