[wp-trac] [WordPress Trac] #47147: Status message not exposed to assistive technologies
WordPress Trac
noreply at wordpress.org
Thu Jun 13 13:40:26 UTC 2019
#47147: Status message not exposed to assistive technologies
-------------------------------------------------+-------------------------
Reporter: anevins | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: 5.3
Component: Media | Version:
Severity: normal | Resolution:
Keywords: has-screenshots needs-patch | Focuses: ui,
wpcampus-report | accessibility
-------------------------------------------------+-------------------------
Comment (by anevins):
@afercia it seems that we're talking about 2 things;
1) Moving the keyboard focus from the "Restore Image" button which
disappears visually;
2) Putting alert roles or status on the notifications
If there's a way to tie into the functionality that hides the submit
button, that would be easiest for the focus handling bit
{{{
jQuery('.submit').on('click', function() {
$(this).hide();
$('.notification').attr('tabindex', '-1').focus();
});
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/47147#comment:6>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list