[wp-trac] [WordPress Trac] #33032: User password strength result provides no feedback for screen readers

WordPress Trac noreply at wordpress.org
Sat Jul 18 07:54:46 UTC 2015


#33032: User password strength result provides no feedback for screen readers
----------------------------+------------------------------------
 Reporter:  rianrietveld    |      Owner:
     Type:  defect (bug)    |     Status:  new
 Priority:  normal          |  Milestone:  Awaiting Review
Component:  Administration  |    Version:  trunk
 Severity:  normal          |   Keywords:  has-patch dev-feedback
  Focuses:  accessibility   |
----------------------------+------------------------------------
 When entering or changing the user password, the strength of the password
 is displayed below the input field in a div id=pass-strength-result. There
 is no feedback for screen reader users about the value or change of this
 password strength.

 Attached patch that adds
 * aria-live="polite" to #pass-strength-result, so that the changes are
 read out
 * aria-labelledby="pass-strength-result" to the input field with the
 password, so the initial state of #pass-strength-result is read out

 Patch tested with VoiceOver

--
Ticket URL: <https://core.trac.wordpress.org/ticket/33032>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list