Skip to content

Commit

Permalink
Add autocomplete attribute support in Chromium 66 (#6347)
Browse files Browse the repository at this point in the history
  • Loading branch information
devmedoo committed Jun 29, 2020
1 parent 088887c commit f6948de
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions html/elements/textarea.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,10 @@
"__compat": {
"support": {
"chrome": {
"version_added": false,
"notes": "See <a href='https://crbug.com/758078'>issue 758078</a>."
"version_added": "66"
},
"chrome_android": {
"version_added": false
"version_added": "66"
},
"edge": {
"version_added": false,
Expand Down Expand Up @@ -144,7 +143,7 @@
"version_added": false
},
"webview_android": {
"version_added": false
"version_added": "66"
}
},
"status": {
Expand Down

0 comments on commit f6948de

Please sign in to comment.