[wp-trac] [WordPress Trac] #21458: Label field post_title in edit-form-advanced.php missed by some screen readers
WordPress Trac
wp-trac at lists.automattic.com
Fri Aug 3 07:46:55 UTC 2012
#21458: Label field post_title in edit-form-advanced.php missed by some screen
readers
---------------------------+-----------------------------
Reporter: rianrietveld | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Accessibility | Version:
Severity: normal | Keywords:
---------------------------+-----------------------------
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
--
Ticket URL: <http://core.trac.wordpress.org/ticket/21458>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list