See discussion starting around #187 (comment).
If you want your FACE to be a submit button, which means:
- Can be selected by
:default
- Can be automatically clicked by the implicit submission of other form elements
you currently cannot.
A strawperson proposal would be to add a submitButton boolean to ElementInternals. Then custom submit buttons would just do this.#internals.submitButton = true.