Possible Duplicate:
Is it alright use to target=_blank in HTML5?
I have this.
<a href="#foo" class="external" target="_blank" title="foo">www.foo.com</a>
Previosuly the target="_blank" used to retrun a validation error. If I remmber correctly it used to state a deperecated error with the doctypes prior to html5. However in html5 doctypes this is no longer a validation error and therfore javascript was used instead.
Does it mean it’s no longer deprecated and I do not need javascript any more to achive this functionality?
Yes.
http://dev.w3.org/html5/markup/a.html