--- a/index.html Thu May 29 13:39:45 2014 -0700
+++ b/index.html Thu Jun 05 15:53:16 2014 -0700
@@ -92,13 +92,22 @@
relevant fixes from the living specification are incorporated into this document.
</section>
-
- <section id="issues" class="introductory">
+ <section id="crec" class="introductory">
+ <h2>Candidate Recommendation Exit Criteria</h2>
+ <p>This specification will not advance to Proposed Recommendation before the spec's
+ <a href="http://w3c-test.org/domparsing/">test suite</a> is completed and two or
+ more independent implementations pass each test, although no single implementation
+ must pass each test. We expect to meet this criteria no sooner than 24 October 2014.
+ The group will also create an
+ <a href="https://dvcs.w3.org/hg/innerhtml/raw-file/tip/implementationReport.html">Implementation Report</a>.
+ </section>
+
+ <!-- <section id="issues" class="introductory">
<h1>Issues</h1>
<p class=issue>Open issues that appear throughout the remainder of this
document will be highlighted like this.</p>
- </section>
+ </section> -->
<section id="conformance">
<p>Requirements phrased in the imperative as part of algorithms
@@ -1550,6 +1559,18 @@
</section>
<section class="appendix">
+ <h1>Revision History</h1>
+ <p>The following is an informative summary of the changes since the last publication of this
+ specification. A complete revision history of the Editor's Drafts of this specification
+ can be found <a href="https://dvcs.w3.org/hg/innerhtml/summary/">here</a>.</p>
+
+ <ul>
+ <li><a href="https://dvcs.w3.org/hg/innerhtml/raw-file/tip/LC2_comments.html">Incorporated
+ non-normative changes from previous Last Call document.</a>
+ </ul>
+</section>
+
+<section class="appendix">
<h1>Acknowledgements</h1>
<p>Thanks to Ms2ger [<a href="http://www.mozilla.org">Mozilla</a>] for maintaining the initial
drafts of this specification and for its continued improvement in the
--- a/respecConfig-CR.js Thu May 29 13:39:45 2014 -0700
+++ b/respecConfig-CR.js Thu Jun 05 15:53:16 2014 -0700
@@ -3,7 +3,7 @@
var respecConfig = {
subtitle: "DOMParser, XMLSerializer, innerHTML, and similar APIs",
specStatus: "CR",
- publishDate: "2014-06-04",
+ publishDate: "2014-06-24",
editors: [
{
name: "Travis Leithead",
@@ -15,7 +15,7 @@
edDraftURI: "https://dvcs.w3.org/hg/innerhtml/raw-file/tip/index.html",
previousPublishDate: "2014-05-01",
previousMaturity: "LC",
- crEnd: "2014-10-06",
+ crEnd: "2014-10-24",
implementationReportURI: "https://dvcs.w3.org/hg/innerhtml/raw-file/tip/implementationReport.html",
noIDLIn: true,
inlineCSS: true,
--- a/respecConfig.js Thu May 29 13:39:45 2014 -0700
+++ b/respecConfig.js Thu Jun 05 15:53:16 2014 -0700
@@ -3,7 +3,7 @@
var respecConfig = {
subtitle: "DOMParser, XMLSerializer, innerHTML, and similar APIs",
specStatus: "ED",
- publishDate: "2014-05-29",
+ publishDate: "2014-06-05",
editors: [
{
name: "Travis Leithead",