Updated Copyright and Boilerplate for FSA. Removed sentence "This document is intended to be...".
--- a/speechapi.html Thu Oct 18 10:44:31 2012 -0700
+++ b/speechapi.html Fri Oct 19 14:46:01 2012 -0700
@@ -334,7 +334,7 @@
.category-list li > span, .category-list li > a { text-transform: lowercase; }
.category-list li * { text-transform: none; } /* don't affect <code> nested in <a> */
</style>
- <link href="http://www.w3.org/StyleSheets/TR/w3c-unofficial.css" rel=stylesheet type="text/css">
+ <link href="http://www.w3.org/community/src/css/spec/cg-final.css" rel=stylesheet type="text/css">
</head>
<body>
@@ -343,15 +343,15 @@
<p><a href="http://www.w3.org/"><img alt=W3C height=48 src="http://www.w3.org/Icons/w3c_home" width=72></a></p>
<!--end-logo-->
<h1 id="title_heading">Web Speech API Specification</h1>
- <h2 class="no-num no-toc" id="draft_date">Editor's Draft: 18 October 2012</h2>
+ <h2 class="no-num no-toc" id="draft_date">19 October 2012</h2>
<dl>
<dt>Editors:</dt>
<dd>Glen Shires, Google Inc.</dd>
<dd>Hans Wennborg, Google Inc.</dd>
</dl>
<p>Please refer to the <a href="http://dvcs.w3.org/hg/speech-api/raw-file/tip/speechapi-errata.html"><strong>errata</strong></a> for this document, which may include some normative corrections.</p>
- <p>Copyright © 2012 the Contributors to the Web Speech API Specification, published by the <a href="http://www.w3.org/community/speech-api/">Speech API Community Group</a> under the <a href="https://www.w3.org/community/about/agreements/cla/">W3C Community Contributor License Agreement (CLA)</a>.
- A human-readable <a href="http://www.w3.org/community/about/agreements/cla-deed/">summary</a> is available. </p>
+ <p>Copyright © 2012 the Contributors to the Web Speech API Specification, published by the <a href="http://www.w3.org/community/speech-api/">Speech API Community Group</a> under the <a href="https://www.w3.org/community/about/agreements/final/">W3C Community Final Specification Agreement (FSA)</a>.
+ A human-readable <a href="http://www.w3.org/community/about/agreements/fsa-deed/">summary</a> is available. </p>
<hr>
</div>
@@ -364,7 +364,8 @@
<h2 class="no-num no-toc" id=status>Status of This Document</h2>
<p>This specification was published by the <a href="http://www.w3.org/community/speech-api/">Speech API Community Group</a>. It is not a W3C Standard nor is it on the W3C Standards Track.
- Please note that under the <a href="http://www.w3.org/community/about/agreements/cla/">W3C Community Contributor License Agreement (CLA)</a> there is a limited opt-out and other conditions apply. Learn more about <a href="http://www.w3.org/community/">W3C Community and Business Groups</a>.</p>
+ Please note that under the <a href="http://www.w3.org/community/about/agreements/final/">W3C Community Final Specification Agreement (FSA)</a> other conditions apply.
+ Learn more about <a href="http://www.w3.org/community/">W3C Community and Business Groups</a>.</p>
<p>All feedback is welcome.</p>
@@ -434,7 +435,6 @@
<p>This specification is a subset of the API defined in the <a href="http://www.w3.org/2005/Incubator/htmlspeech/XGR-htmlspeech/">HTML Speech Incubator Group Final Report</a> <a href="#ref-1">[1]</a>.
That report is entirely informative since it is not a standards track document.
- This document is intended to be the basis of a standards track document, and therefore defines portions to be normative.
All portions of that report may be considered informative with regards to this document, and provide an informative background to this document.
This specification is a fully-functional subset of that report.
Specifically, this subset excludes the underlying transport protocol, the proposed additions to HTML markup, and it defines a simplified subset of the JavaScript API.