Skip to content

Commit 4722e8c

Browse files
Update to Editor's draft which prepares the doc for CR:
* Removal of issues section * Addition of CR exit criteria as agreed: http://lists.w3.org/Archives/Public/public-webapps/2014AprJun/0677.html * Addition of Revision History: with last LC bugs referenced via pointer to LC-comments doc.
1 parent 1064a3f commit 4722e8c

File tree

3 files changed

+27
-6
lines changed

3 files changed

+27
-6
lines changed

index.html

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,22 @@
9292
relevant fixes from the living specification are incorporated into this document.
9393
</section>
9494

95-
96-
<section id="issues" class="introductory">
95+
<section id="crec" class="introductory">
96+
<h2>Candidate Recommendation Exit Criteria</h2>
97+
<p>This specification will not advance to Proposed Recommendation before the spec's
98+
<a href="http://w3c-test.org/domparsing/">test suite</a> is completed and two or
99+
more independent implementations pass each test, although no single implementation
100+
must pass each test. We expect to meet this criteria no sooner than 24 October 2014.
101+
The group will also create an
102+
<a href="https://dvcs.w3.org/hg/innerhtml/raw-file/tip/implementationReport.html">Implementation Report</a>.
103+
</section>
104+
105+
<!-- <section id="issues" class="introductory">
97106
<h1>Issues</h1>
98107
99108
<p class=issue>Open issues that appear throughout the remainder of this
100109
document will be highlighted like this.</p>
101-
</section>
110+
</section> -->
102111

103112
<section id="conformance">
104113
<p>Requirements phrased in the imperative as part of algorithms
@@ -1549,6 +1558,18 @@ <h1>Extensions to the <code><a data-spec="DOM4" title="range" class="externalDFN
15491558
</dl>
15501559
</section>
15511560

1561+
<section class="appendix">
1562+
<h1>Revision History</h1>
1563+
<p>The following is an informative summary of the changes since the last publication of this
1564+
specification. A complete revision history of the Editor's Drafts of this specification
1565+
can be found <a href="https://dvcs.w3.org/hg/innerhtml/summary/">here</a>.</p>
1566+
1567+
<ul>
1568+
<li><a href="https://dvcs.w3.org/hg/innerhtml/raw-file/tip/LC2_comments.html">Incorporated
1569+
non-normative changes from previous Last Call document.</a>
1570+
</ul>
1571+
</section>
1572+
15521573
<section class="appendix">
15531574
<h1>Acknowledgements</h1>
15541575
<p>Thanks to Ms2ger [<a href="http://www.mozilla.org">Mozilla</a>] for maintaining the initial

respecConfig-CR.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
var respecConfig = {
44
subtitle: "DOMParser, XMLSerializer, innerHTML, and similar APIs",
55
specStatus: "CR",
6-
publishDate: "2014-06-04",
6+
publishDate: "2014-06-24",
77
editors: [
88
{
99
name: "Travis Leithead",
@@ -15,7 +15,7 @@ var respecConfig = {
1515
edDraftURI: "https://dvcs.w3.org/hg/innerhtml/raw-file/tip/index.html",
1616
previousPublishDate: "2014-05-01",
1717
previousMaturity: "LC",
18-
crEnd: "2014-10-06",
18+
crEnd: "2014-10-24",
1919
implementationReportURI: "https://dvcs.w3.org/hg/innerhtml/raw-file/tip/implementationReport.html",
2020
noIDLIn: true,
2121
inlineCSS: true,

respecConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
var respecConfig = {
44
subtitle: "DOMParser, XMLSerializer, innerHTML, and similar APIs",
55
specStatus: "ED",
6-
publishDate: "2014-05-29",
6+
publishDate: "2014-06-05",
77
editors: [
88
{
99
name: "Travis Leithead",

0 commit comments

Comments
 (0)