Hi,
I am new to WP, testing 2.8.6
I get this validation error:
Line 108, Column 95: Attribute "aria-required" is not a valid attribute
and the line 108 is:
108.<p><input type="text" name="author" id="author" value="" size="22" tabindex="1" aria-required='true' />
How to get rid of this error?
Thanks in advance.
--tara
You can either remove that part of the code in your comments.php or leave it. It is an attribute still in Draft form at W3 that deals with accessibility for handicapped users and working with dynamic applications.
I just wrote on this as your question had me wanting to cover this on my new WP related site. ->
http://wpaddict.net/validation-and-wai-aria/
Thanks blondishnet. Appreciate your time and help.
I am going to ignore the error. Hope that's ok.
--tara