--- a/speechapi-errata.html Fri Nov 30 15:11:57 2012 -0800
+++ b/speechapi-errata.html Fri Dec 07 15:53:07 2012 -0800
@@ -9,7 +9,7 @@
<h1 align="center">Errata in the Web Speech API Specification</h1>
<dl>
<dt>This document last updated:</a></dt>
- <dd>November 30, 2012</dd>
+ <dd>December 7, 2012</dd>
<dt>This document records known errors in the document:</a></dt>
<dd><a href="http://dvcs.w3.org/hg/speech-api/raw-file/tip/speechapi.html">
http://dvcs.w3.org/hg/speech-api/raw-file/tip/speechapi.html</a>
@@ -25,5 +25,16 @@
<dd>Section 6.1 Example 4: <b>recognition.interim</b> should be
<b>recognition.interimResults</b>.</dd>
</dl>
+ <dl>
+ <dt>E02 2012-12-07 (Important):</dt>
+ <dd>Rename <b>final</b> attribute to <b>isFinal</b>
+ because <b>final</b> is a reserved word. Specifically:</dd>
+ <dd>Section 5.1 IDL: SpeechRecognitionResult
+ "readonly attribute boolean <b>final</b>" should be
+ "readonly attribute boolean <b>isFinal</b>"</dd>
+ <dd>Section 5.1.6 "<b>final</b> attribute" should be
+ "<b>isFinal</b> attribute"</dd>
+ <dd>Section 6.1 Examples 3 and 4: should be event.results[i].<b>isFinal</b></dd>
+ </dl>
</body>
</html>