I’m using this (jQuery) to replace all <br>s with <br /> to clear out validation errors:
$("<br>").replaceAll("<br />");
but it doesn’t reduce any validation errors. Does validator check the original source?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is no reason to do this. XHTML is dead. Switch your doctype to html 5 and go back to happily using unclosed tags: