Skip to content

Commit

Permalink
Update autocapitazlie support for Firefox (mdn#8731)
Browse files Browse the repository at this point in the history
Although this isn't shipped on release channel, but this is implemented by
https://bugzilla.mozilla.org/show_bug.cgi?id=1425291.
  • Loading branch information
makotokato committed Jan 14, 2021
1 parent f94065d commit 2eaaec8
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions api/HTMLElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -429,10 +429,24 @@
"version_added": "79"
},
"firefox": {
"version_added": false
"version_added": "83",
"flags": [
{
"type": "preference",
"name": "dom.forms.autocapitalize",
"value_to_set": "true"
}
]
},
"firefox_android": {
"version_added": false
"version_added": "83",
"flags": [
{
"type": "preference",
"name": "dom.forms.autocapitalize",
"value_to_set": "true"
}
]
},
"ie": {
"version_added": false
Expand Down

0 comments on commit 2eaaec8

Please sign in to comment.