Bugzilla – Bug 936
forms with role="form" fail validation
Last modified: 2013-04-20 18:30:01 CEST
form elements with ARIA role="form" fail vaidations. Below is the error message. Error: Bad value form for attribute role on element form.
Fixed now. You can test at http://validator.w3.org/nu/
Hi, the following code still failed validation. <!DOCTYPE html> <html> <head> <title></title> </head> <body> <form role="form"> </form> </body> </html>
(In reply to comment #2) > Hi, the following code still failed validation. > > > <!DOCTYPE html> > <html> > <head> > <title></title> > </head> > <body> > <form role="form"> > </form> > </body> > </html> Sorry I had not pushed it yet. Please try it again now at http://validator.w3.org/nu/
Thank you very much! It works now.