For those who are W3 warriors, web standard is important. However, for those validating each page, you will run into a validation error on your comments.php with aria-required=’true’. This is the code chunk where it is found in comments.php: <?php if ($req) echo "aria-required=’true’"; ?> This refers to an WAI-ARIA Primer, which is basically an
[Continue Reading...]