Skip to content

Commit

Permalink
Add Chrome and Firefox impl_url for input.alpha feature (#25410)
Browse files Browse the repository at this point in the history
  • Loading branch information
skyclouds2001 authored Dec 16, 2024
1 parent 21c9b20 commit 35380c1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions api/HTMLInputElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,12 +137,14 @@
],
"support": {
"chrome": {
"version_added": false
"version_added": false,
"impl_url": "https://crbug.com/368059226"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
"version_added": false,
"impl_url": "https://bugzil.la/1919718"
},
"firefox_android": "mirror",
"ie": {
Expand Down
6 changes: 4 additions & 2 deletions html/elements/input.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,12 +140,14 @@
],
"support": {
"chrome": {
"version_added": false
"version_added": false,
"impl_url": "https://crbug.com/368059226"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
"version_added": false,
"impl_url": "https://bugzil.la/1919718"
},
"firefox_android": "mirror",
"ie": {
Expand Down

0 comments on commit 35380c1

Please sign in to comment.