[Webkit-unassigned] [Bug 175817] New: OPTGROUP label is not readable on every OPTION

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 22 01:15:51 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=175817

            Bug ID: 175817
           Summary: OPTGROUP label is not readable on every OPTION
           Product: WebKit
           Version: Safari 10
          Hardware: Macintosh
                OS: Other
            Status: NEW
          Severity: Minor
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: cezary.tomczyk at gmail.com
                CC: webkit-bug-importer at group.apple.com

Overview: VoiceOver doesn't read OPTGROUP label when the user navigates to the OPTION inside OPTGROUP.

Technical details:

- macOS Sierra 10.12.6 (16G29)
- Safari 10.1.2 (12603.3.8)

Current behaviour:

To group OPTIONS together the OPTGROUP (with label) element can be used with the related OPTION elements inside that element.

Example:

<select>
<optgroup label="Cars">
<option value="a">Name A</option>
<option value="b">Name B</option>
</optgroup>

When the user navigates through elements then the VoiceOver reads it as follows:

1. Cars, dimmed.
2. Name A.
3. Name B

Expected behaviour:

1. Cars, group.
2. Name A, group Cars.
3. Name B, group Cars.

I couldn't find any specification how this should behave, but it seems that it should work in a similar way as FIELDSET in a FORM.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170822/d8e3489b/attachment.html>


More information about the webkit-unassigned mailing list