[wp-trac] [WordPress Trac] #30390: Voice Over user can't access Attachment Details after adding an image
WordPress Trac
noreply at wordpress.org
Tue Nov 18 18:40:46 UTC 2014
#30390: Voice Over user can't access Attachment Details after adding an image
--------------------------+--------------------------------
Reporter: rianrietveld | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Media | Version: trunk
Severity: normal | Resolution:
Keywords: | Focuses: ui, accessibility
--------------------------+--------------------------------
Comment (by afercia):
Worth nothing the Attachment Details `div` has `role="checkbox"
tabindex="0"` so it's focusable and announced as "checkbox" but of course
is not "checkable". This is exactly what @ceo video shows: VoiceOver
focuses that `div` while seems NVDA doesn't.
Anyway, as far as I can see, that `div` was meant to provide some
information about the image currently being edited since it has an `aria-
label` attribute with the image title or image file name.
That would be probably more appropriate on the `h3` heading using `screen-
reader-text`, something like
{{{
<h3>Attachment Details <span class="screen-reader-text">{image title or
image filename}</span>
<span class="settings-save-status">
<span class="spinner"></span>
<span class="saved">Saved.</span>
</span>
</h3>
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/30390#comment:4>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list