Skip Navigation

HTML5 and target="_blank"


I posted a jQuery solution to the XHTML Strict Target="_blank" problem a while back. Well I finally had some free time to start delving deep into HTML5. Low and behold the W3C has removed the deprecated status from the "_blank" value for the target attribute. What does that mean?

That means that target="_blank" is 100% valid in HTML5!