﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
21458	Label field post_title in edit-form-advanced.php missed by some screen readers	rianrietveld	azaozz	"In wp-admin/edit-form-advanced.php a label is added to the title field post_title like:
{{{
<label class=""hide-if-no-js"" style=""visibility:hidden"" id=""title-prompt-text"" for=""title""><?php echo apply_filters( 'enter_title_here', __( 'Enter title here' ), $post ); ?></label>
}}}

Some screen readers omit visibility: hidden.

Maybe a solution: remove the hardcoded style=""visibility:hidden"" in the PHP
and add it to the css id=""title-prompt-text"";

Kind regards,
Rian

"	defect (bug)	closed	normal	3.5	Accessibility		normal	fixed	needs-patch	
