[wp-meta] [Making WordPress.org] #1591: CampTix Ticket shortcode form field accessibility
Making WordPress.org
noreply at wordpress.org
Wed Feb 17 16:49:09 UTC 2016
#1591: CampTix Ticket shortcode form field accessibility
--------------------------+-------------------------
Reporter: GaryJ | Owner:
Type: defect | Status: new
Priority: normal | Milestone:
Component: wordcamp.org | Keywords: needs-patch
--------------------------+-------------------------
The shortcode that outputs the tickets details (like
https://2016.london.wordcamp.org/tickets/) needs updating. As things
currently stand, screen readers have little idea what the fields relate
to, since no labels are associated with them.
Suggestion - the ticket name changes from e.g.:
{{{
<strong class="tix-ticket-title">Whitechapel Road</strong>
}}}
to something like:
{{{
<label for="tix_tickets_selected[1556]" class="tix-ticket-
title">Whitechapel Road<span class="screen-reader-text">
tickets</span></label>
}}}
and the corresponding quantity select opening tag becomes:
{{{
<select name="tix_tickets_selected[1556]" id="tix_tickets_selected[1556]">
}}}
Instead of now just saying "zero" for each field (amongst identifying it
as being a pop-up, in a table etc.), it will now be more likely to say
"Whitechapel Road tickets, 0", "Regent Street tickets, 2" etc.
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/1591>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list