-
Notifications
You must be signed in to change notification settings - Fork 36
Minor spec changes based on TAG feedback #150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
@@ -409,7 +410,7 @@ See <a href="https://lists.w3.org/Archives/Public/public-speech-api/2012Sep/0072 | |||
1. Let <var>promise</var> be <a>a new promise</a>. | |||
1. Initiate the download of the on-device speech recognition language for <var>lang</var>. | |||
<p class=note> | |||
Note: The user agent can prompt the user for explicit permission to download the on-device speech recognition language pack. | |||
Note: The user agent MAY prompt the user for explicit permission to download the on-device speech recognition language pack. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You're not supposed to use MAY inside a non-normative paragraph like a note, and in fact you should turn on Complain About: accidental-2119 in the bikeshed metadata to flag when you do it by accident (as suggested in #147). Instead, you'll need to specify the actions the UA must take if the user denies permission, similar to "If the user explicitly or implicitly signals that they do not want to start the download" in https://pr-preview.s3.amazonaws.com/webmachinelearning/writing-assistance-apis/pull/47.html#step-download-user-interface.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I had it enabled in another PR but forgot to merge, this is now done (with another lint).
@@ -409,7 +410,7 @@ See <a href="https://lists.w3.org/Archives/Public/public-speech-api/2012Sep/0072 | |||
1. Let <var>promise</var> be <a>a new promise</a>. | |||
1. Initiate the download of the on-device speech recognition language for <var>lang</var>. | |||
<p class=note> | |||
Note: The user agent can prompt the user for explicit permission to download the on-device speech recognition language pack. | |||
Note: The user agent MAY prompt the user for explicit permission to download the on-device speech recognition language pack. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I had it enabled in another PR but forgot to merge, this is now done (with another lint).
This CL contains the following changes based on TAG feedback (w3ctag/design-reviews#1038 (comment)):
Preview | Diff