Open
Bug 845405
Opened 12 years ago
Updated 2 years ago
[HTML5] styling the form error message bubble
Categories
(Core :: Layout: Form Controls, enhancement)
Core
Layout: Form Controls
Tracking
()
UNCONFIRMED
People
(Reporter: robin, Unassigned)
References
()
Details
(Keywords: css3, html5, Whiteboard: DUPEME)
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22
Steps to reproduce:
As with this question:
http://stackoverflow.com/questions/12286367/how-do-i-style-html5-validation-errors-in-firefox
I want to style the error message bubble that shows up when an <input> field is invalid. You can test with the <input>s on this page:
http://www.the-art-of-web.com/html/html5-form-validation/
Actual results:
I couldn't find any way of styling these messages in Firefox. Searching turned up:
http://stackoverflow.com/questions/5328883/how-do-i-style-the-html-5-form-validation-error-messages-with-css
http://stackoverflow.com/questions/5713405/how-do-you-style-the-html5-form-validation-messages
Expected results:
Firefox (Gecko) should provide some way to style this error message, like Chrome does:
https://marakana.com/s/post/1336/styling_html5_form_validation_messages_with_css3
Reporter | ||
Updated•12 years ago
|
OS: Windows 7 → All
Hardware: x86_64 → All
Updated•12 years ago
|
Component: Untriaged → Layout: Form Controls
Product: Firefox → Core
Version: unspecified → 19 Branch
Comment 1•12 years ago
|
||
Thanks Robin! Do you think you could give a test case as simple as possible? Maybe using http://codepen.io or http://jsfiddle.net/ .
And maybe a screenshot of how you are trying to make it look, also.
Updated•12 years ago
|
Flags: needinfo?(robin)
Updated•12 years ago
|
Flags: needinfo?(mounir)
Whiteboard: DUPEME
Comment 2•12 years ago
|
||
Webkit proposes something: http://trac.webkit.org/wiki/Styling%20Form%20Controls
We could try to have something that looks like that (if it is technically possible to apply some content pseudo-elements on browser.xul content) but I don't feel I pressing need for it given that I doubt any other browser allow to style the error message and there is already a way for authors to implement their own visual by preventing default on the invalid message:
http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#interactively-validate-the-constraints
Flags: needinfo?(robin)
Flags: needinfo?(mounir)
Version: 19 Branch → Trunk
There is an option to style the error message a lot:
You can use the "x-moz-errormessage" attribute to choose your own error message.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•