mdn / browser-compat-data

This repository contains compatibility data for Web technologies as displayed on MDN
https://developer.mozilla.org
Creative Commons Zero v1.0 Universal
5.01k stars 2.01k forks source link

api.SpeechSynthesis.pause - does not work for Firefox on Linux #13191

Open waldenn opened 3 years ago

waldenn commented 3 years ago

What information was incorrect, unhelpful, or incomplete?

This page claims Firefox has full support, but this API function does not work on Linux (Ubuntu 2020.4 LTS) in my tests.

What did you expect to see?

That pausing the TTS speaker would work.

Did you test this? If so, how?

Yes, I use the speechSynthesis API for my https://conze.pt project (see the speech-buttons on any article and in the sidebar results). Chrome and MS Edge on Linux work fine with pause(), but with Firefox on Linux the pause() function does not pause the speaking. (I can't test Firefox on Windows to see if pause() work there)

MDN page report details * Query: `api.SpeechSynthesis.pause` * MDN URL: https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesis/pause * Report started: 2021-10-30T22:26:09.584Z
usemoslinux commented 2 years ago

I can confirm this is still not working in FF for Linux nor in FF for Android.

omarbassam88 commented 6 months ago

It's 2024 and the issue is still existing.