Gecko implements a non-standard `mozactionhint` attribute on `<input>` and `<textarea>` elements. It was implemented for Fennec, and it's mentioned here:
The attribute indicates the appropriate label for the Enter or Return key on a
virtual keyboard.
It has since been replaced by the standardized `enterkeyhint`, which shipped in Firefox 94.
The plan is to remove support for `mozactionhint` in bug 1735980, which will ship with Firefox 119.