﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
22095,Twenty Twelve: markup fails HTML validation,alexvorn2,,"
http://validator.w3.org/ - the theme gives me 4 errors, most can be found in twentytwelve_entry_meta() function like: 


{{{
	$date = sprintf( '<a href=""%1$s"" title=""%2$s"" rel=""bookmark""><time class=""entry-date"" datetime=""%3$s"" pubdate>%4$s</time></a>',
		esc_url( get_permalink() ),
		esc_attr( get_the_time() ),
		esc_attr( get_the_date( 'c' ) ),
		esc_html( get_the_date() )
	);
}}}

Error example:
""Attribute pubdate not allowed on element time at this point.""

There are other errors, the point of this ticket is to check all possible errors and make the theme validated.",defect (bug),closed,normal,3.5,Bundled Theme,,normal,fixed,close,
