The Firefox Mobile Browser (107.x on my mobile Android device) does not display html5-based form validation errors. It does work as expected on the desktop Firefox browser and it also works on Chrome on desktop and mobile.
Its easy to provide an example, since the examples on the related MDN page do also does not work on the mobile browser - they do work on desktop though:
https://developer.mozilla.org/en-US/docs/Learn/Forms/Form_validation
There is also an example on bootstrap, that does not work on mobile regarding the validation error messages:
https://getbootstrap.com/docs/5.2/forms/validation/#browser-defaults
I already searched for errors that may be thrown in my code by using the Firefox usb-debugging mechanism. But there are no errors.
Since no anwser came, i reported it to the developer team.
The problem is that the Firefox mobile browser actually does not support it yet (!):
https://bugzilla.mozilla.org/show_bug.cgi?id=1510450