Bug 180742 - VoiceOver in Safari does not distinguish between names and values in description lists.
Summary: VoiceOver in Safari does not distinguish between names and values in descript...
Status: RESOLVED MOVED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: Safari 9
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-12-13 02:01 PST by Derk-Jan Hartman
Modified: 2017-12-13 09:20 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Derk-Jan Hartman 2017-12-13 02:01:28 PST
Description lists are defined as name value groups, but currently 

Take for instance:
<dl>
  <dt> Authors
      <dd> John
     <dd> Luke
  <dt> Editor
     <dd> Frank
</dl>

VoiceOver will currently read this as:
Description list of 5 items
 Author, 1 of 5
 John, 2 of 5
 Luke, 3 of 5
 Editor, 4 of 5
 Frank, 5 of 5
End of list

https://html.spec.whatwg.org/multipage/grouping-content.html#the-dl-element
shows that it should be more like:

Description list of 2 items
 group Author
   John
   Luke
 group Editor 
   Frank
End of list

Currently there is no difference between dt/term/name and dd/description/value, while semantically that difference is clearly indicated, with the <dt> often being in bold as well and/or visually offset.
Comment 1 Radar WebKit Bug Importer 2017-12-13 02:01:57 PST
<rdar://problem/36017162>
Comment 2 chris fleizach 2017-12-13 09:20:22 PST
Thanks for the bug. This will be resolved in the VoiceOver project, so no change from WebKit will happen. We'll track this internally with the radar created below