﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
9263	wp_head() hook  introduces invalid markup	pacq		"Starting from version 2.7.1, the ''wp_head()'' hook adds in the header the following code:

{{{
<style type=""text/css"">
.recentcomments a { display:inline !important;
padding: 0 !important;margin: 0 !important; }
</style>
}}}

According to the [http://validator.w3.org/W3C Markup Validator], the validation of the code as ""XHTML strict"" fails, because the ""document type does not allow element ''style'' here."""	defect (bug)	closed	normal		Validation	2.7.1	normal	invalid	wp_head(), validation	
