mirror of
https://github.com/servo/servo.git
synced 2025-08-22 13:55:34 +01:00
Update web-platform-tests to revision 9ca57e052ba1b19fa3dd46c6aa656e8d529469a8
This commit is contained in:
parent
68cb8f3d59
commit
75d6484415
1377 changed files with 31062 additions and 16983 deletions
|
@ -1,6 +1,6 @@
|
|||
// GENERATED CONTENT - DO NOT EDIT
|
||||
// Content was automatically extracted by Reffy into reffy-reports
|
||||
// (https://github.com/tidoust/reffy-reports)
|
||||
// Content was automatically extracted by Reffy into webref
|
||||
// (https://github.com/w3c/webref)
|
||||
// Source: Web Speech API (https://wicg.github.io/speech-api/)
|
||||
|
||||
[Exposed=Window]
|
||||
|
@ -15,9 +15,9 @@ interface SpeechRecognition : EventTarget {
|
|||
attribute unsigned long maxAlternatives;
|
||||
|
||||
// methods to drive the speech interaction
|
||||
void start();
|
||||
void stop();
|
||||
void abort();
|
||||
undefined start();
|
||||
undefined stop();
|
||||
undefined abort();
|
||||
|
||||
// event methods
|
||||
attribute EventHandler onaudiostart;
|
||||
|
@ -104,9 +104,9 @@ interface SpeechGrammarList {
|
|||
constructor();
|
||||
readonly attribute unsigned long length;
|
||||
getter SpeechGrammar item(unsigned long index);
|
||||
void addFromURI(DOMString src,
|
||||
undefined addFromURI(DOMString src,
|
||||
optional float weight = 1.0);
|
||||
void addFromString(DOMString string,
|
||||
undefined addFromString(DOMString string,
|
||||
optional float weight = 1.0);
|
||||
};
|
||||
|
||||
|
@ -118,10 +118,10 @@ interface SpeechSynthesis : EventTarget {
|
|||
|
||||
attribute EventHandler onvoiceschanged;
|
||||
|
||||
void speak(SpeechSynthesisUtterance utterance);
|
||||
void cancel();
|
||||
void pause();
|
||||
void resume();
|
||||
undefined speak(SpeechSynthesisUtterance utterance);
|
||||
undefined cancel();
|
||||
undefined pause();
|
||||
undefined resume();
|
||||
sequence<SpeechSynthesisVoice> getVoices();
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue