Create a framework implementation report and respec config file for CR
authortravil
Thu, 29 May 2014 13:39:45 -0700
changeset 70 f26dd5185a85
parent 69 4cdaaec40df7
child 71 d86d21f30860
Create a framework implementation report and respec config file for CR
implementationReport.html
respecConfig-CR.js
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/implementationReport.html	Thu May 29 13:39:45 2014 -0700
@@ -0,0 +1,8 @@
+<!DOCTYPE html>
+<head>
+ <title>DOM Parsing and Serialization Implementation Report</title>
+</head>
+<body>
+ <h1>DOM Parsing and Serialization Implementation Report</h1>
+ <h5>Last updated: 2014-05-29</h5>
+ <p>It will be several months before the <a href="http://w3c-test.org/domparsing/">TestSuite</a> is complete and there are at least two implementations that pass each test case. Stay tuned.
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/respecConfig-CR.js	Thu May 29 13:39:45 2014 -0700
@@ -0,0 +1,30 @@
+// Configuration for the Editor's Draft of DOM Parsing and Serialization
+
+var respecConfig = {
+    subtitle: "DOMParser, XMLSerializer, innerHTML, and similar APIs",
+	specStatus: "CR",
+    publishDate: "2014-06-04",
+    editors: [
+	    {
+			name: "Travis Leithead", 
+            company: "Microsoft",
+            mailto: "travis.leithead@microsoft.com",
+            companyURL: "http://www.microsoft.com"
+		}
+	],
+	edDraftURI: "https://dvcs.w3.org/hg/innerhtml/raw-file/tip/index.html",
+	previousPublishDate: "2014-05-01",
+    previousMaturity: "LC",
+    crEnd: "2014-10-06",
+    implementationReportURI: "https://dvcs.w3.org/hg/innerhtml/raw-file/tip/implementationReport.html",
+    noIDLIn:  true,
+    inlineCSS:  true,
+    //noRecTrack:  true,
+    shortName:  "DOM-Parsing",
+    wg:         ["Web Applications Working Group"],
+    wgURI:    ["http://www.w3.org/2008/webapps/"],
+    wgPublicList: "www-dom",
+    wgPatentURI:  ["http://www.w3.org/2004/01/pp-impl/42538/status"],
+    subjectPrefix: "DOM-Parsing",
+    testSuiteURI: "http://w3c-test.org/domparsing/"
+};
\ No newline at end of file