Skip to content

Commit

Permalink
Update HTMLElement.inputMode for Firefox. (#6549)
Browse files Browse the repository at this point in the history
By #5913, inputmode support is
updated for Firefox. But https://bugzilla.mozilla.org/show_bug.cgi?id=1424284
adds HTMLElement.inputMode too.

This is Nightly only for desktop, and FxA is 79+ (but FxA isn't rolled up to
all countries).
  • Loading branch information
makotokato committed Aug 21, 2020
1 parent 74e876b commit 35f9e80
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions api/HTMLElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -1278,10 +1278,17 @@
"version_added": "≤79"
},
"firefox": {
"version_added": null
"version_added": "77",
"flags": [
{
"type": "preference",
"name": "dom.forms.inputmode",
"value_to_set": "true"
}
]
},
"firefox_android": {
"version_added": null
"version_added": false
},
"ie": {
"version_added": null
Expand Down Expand Up @@ -3594,4 +3601,4 @@
}
}
}
}
}

0 comments on commit 35f9e80

Please sign in to comment.