[Webkit-unassigned] [Bug 214330] New: AX: Inteterminate progressbar reading as 50% with Voiceover

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 14 16:12:29 PDT 2020


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

            Bug ID: 214330
           Summary: AX: Inteterminate progressbar reading as 50% with
                    Voiceover
           Product: WebKit
           Version: Safari 13
          Hardware: iPhone / iPad
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: nurthen at adobe.com
                CC: webkit-bug-importer at group.apple.com

Indeterminate progress bars are reading as 50% with Voiceover on iOS. Can reporoduce on iOS 13 and iPadOS 14.0(18A5319i)

Find sample code at https://react-spectrum.adobe.com/react-spectrum/ProgressCircle.html under the code sample
<ProgressCircle aria-label="Loading…" isIndeterminate />


This renders as
<div aria-label="Loading…" aria-valuemin="0" aria-valuemax="100" role="progressbar" ...>
  ...
</div>

On MacOS this reads as "Loading... indeterminate progress bar"

on iOS/iPadOS it reads as "Loading... 50%"

The absence of aria-valuenow is meant to trigger the fact that this is an indeterminate progress bar.

-- 
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/20200714/754a2db3/attachment.htm>


More information about the webkit-unassigned mailing list