Commit 589e483b authored by Charlie Harrison's avatar Charlie Harrison Committed by Commit Bot

Add spec links to speech idls

TBR=haraken@chromium.org

Bug: 885297
Change-Id: Ic7a6df89b771062e3327736fec64aff3d124286f
Reviewed-on: https://chromium-review.googlesource.com/1254322Reviewed-by: default avatarCharlie Harrison <csharrison@chromium.org>
Reviewed-by: default avatarKentaro Hara <haraken@chromium.org>
Commit-Queue: Charlie Harrison <csharrison@chromium.org>
Cr-Commit-Position: refs/heads/master@{#595533}
parent e833a26f
......@@ -18,7 +18,7 @@ enum SpeechSynthesisErrorCode {
"not-allowed",
};
// https://w3c.github.io/speech-api/#enumdef-speechsynthesiserrorcode
// https://w3c.github.io/speech-api/#speechsynthesiserrorevent
[
Exposed=Window,
Constructor(DOMString type, SpeechSynthesisErrorEventInit eventInitDict),
......
......@@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// https://w3c.github.io/speech-api/#dictdef-speechsynthesiseventinit
dictionary SpeechSynthesisErrorEventInit : SpeechSynthesisEventInit {
required SpeechSynthesisErrorCode error;
};
......@@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// https://w3c.github.io/speech-api/#dictdef-speechsynthesiseventinit
dictionary SpeechSynthesisEventInit : EventInit {
required SpeechSynthesisUtterance utterance;
unsigned long charIndex = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment