| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
bool SpeechSynthesis::speaking() const {nit: Style guide suggests Pascal Case [1], so instead of this one, the others need updating.
[1]https://google.github.io/styleguide/cppguide.html#Function_Names
void SpeechSynthesis::cancel() {These changes are in the reverse direction of the style guide:
https://google.github.io/styleguide/cppguide.html#Function_Names
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
bool SpeechSynthesis::speaking() const {nit: Style guide suggests Pascal Case [1], so instead of this one, the others need updating.
[1]https://google.github.io/styleguide/cppguide.html#Function_Names
The Blink C++ guide says web-exposed bindings are an exception: https://chromium.googlesource.com/chromium/src/+/main/styleguide/c++/blink-c++.md#naming
As far as I understand, the functions we are changing here are part of that exception: https://webaudio.github.io/web-speech-api/#tts-methods
void SpeechSynthesis::cancel() {These changes are in the reverse direction of the style guide:
https://google.github.io/styleguide/cppguide.html#Function_Names
see above.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
[a11y] Clean up a deprecated flag: kTextBasedAudioDescriptionName.It's a shame this never ended up shipping 😢
Unfortunately the votes were outdated after I synced, can you please re-approve?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[a11y] Clean up a deprecated flag: kTextBasedAudioDescriptionName.
Bug: 504595261
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |