From 0c76d2cf5af40f81121f22b892164973f086ee7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20C=C3=A1ceres?= Date: Thu, 9 Apr 2026 19:31:47 +1000 Subject: [PATCH 1/2] Update README to reflect unofficial status of API Clarified the status of the Web Speech API as unofficial and provided context about its incubation. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 834da5c..7a1e24c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,11 @@ -# Web Speech API +# Web Speech API (UNOFFICIAL INCUBATION - NOT A WEB STANDARD) + +This is an incubaiton with no official status. This is not a standard. +It is being incubated by the [Web Audio Community Group](https://www.w3.org/groups/cg/audio-comgp/). This is the source for the [Web Speech API](https://webaudio.github.io/web-speech-api/) spec. + ## Tests For normative changes, a corresponding From 5951cd0977d1f42478a73a6f4d1fdd46a3147bfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20C=C3=A1ceres?= Date: Thu, 9 Apr 2026 19:44:59 +1000 Subject: [PATCH 2/2] Apply suggestion from @marcoscaceres --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 7a1e24c..294048f 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,6 @@ It is being incubated by the [Web Audio Community Group](https://www.w3.org/grou This is the source for the [Web Speech API](https://webaudio.github.io/web-speech-api/) spec. - ## Tests For normative changes, a corresponding