I updated Contact Form 7 plugin to latest version, then I made a check on W3C and got following errors:
- there is no attribute "aria-required"
- there is no attribute "maxlength" (on a textarea)
By the way: I disabled on functions.php following row:
add_filter( 'wpcf7_support_html5', '__return_false' );
Thanks