what is the reason that <img> tag cannot be nested in <a> tag by HTML5 specifications
<a href="#">
<img src="src" alt="alt"/>
</a>
visual studio 2010 sp1 say that

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.
It is allowed, but not necessarily in every situation.
An
aelement’s content model is transparent, which means, its content model is the same as its parent’s content model.Respective
aspecification:Respective
imgspecification:So if the content model of the
aelement’s parent is phrasing content or embedded content, theimgelement is allowed: