[Webkit-unassigned] [Bug 216684] New: REGRESSION: SpeechSynthesisVoice.name is empty on iOS 14

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 17 20:48:06 PDT 2020


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

            Bug ID: 216684
           Summary: REGRESSION: SpeechSynthesisVoice.name is empty on iOS
                    14
           Product: WebKit
           Version: Safari 13
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: baba at bpsinc.jp
                CC: webkit-bug-importer at group.apple.com

On iOS 14, speechSynthesis.getVoices() returns SpeechSynthesisVoices with empty "name" attribute.

speechSynthesis.getVoices().forEach(v => console.log(v.name));

This issue does not occur on iOS 13 and desktop safari 13.

-- 
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/20200918/8820c1bf/attachment.htm>


More information about the webkit-unassigned mailing list