Boilerplate update to latest respec features; added relevant links to WHATWG
authortravil
Tue, 12 Nov 2013 20:40:07 +0800
changeset 12 378c0aa679ec
parent 11 ed0d76e9894d
child 13 49bc54f5937f
Boilerplate update to latest respec features; added relevant links to WHATWG
copy.
index.html
respecConfig.js
--- a/index.html	Tue Nov 12 19:57:45 2013 +0800
+++ b/index.html	Tue Nov 12 20:40:07 2013 +0800
@@ -84,13 +84,7 @@
           and serializing DOM nodes</p>
     </section>
 
-    <section id="sotd">
-	    <p>Comments submitted in regard to this document should have their subject
-		line prefixed with the string <q>[DOM-Parsing]</q> to help facilitate 
-		tracking on the 
-		<a href="http://lists.w3.org/Archives/Public/www-dom/">www-dom
-		mailing list</a>.</p>
-    </section>
+    <section id="sotd"></section>
 
 
     <section id="issues" class="introductory">
--- a/respecConfig.js	Tue Nov 12 19:57:45 2013 +0800
+++ b/respecConfig.js	Tue Nov 12 20:40:07 2013 +0800
@@ -1,25 +1,40 @@
 // Configuration for the Editor's Draft of DOM Parsing and Serialization
 
 var respecConfig = {
+    subtitle: "DOMParser, XMLSerializer, innerHTML, and similar APIs",
 	specStatus: "ED",
     editors: [
 	    {
 			name: "Travis Leithead", 
-            company: "Microsoft Corp.",
-            url: "mailto:travis.leithead@microsoft.com?subject=%5BDOMParsing%5D%20Spec%20Feedback",
+            company: "Microsoft",
+            mailto: "travis.leithead@microsoft.com",
             companyURL: "http://www.microsoft.com"
-		}
+		},
+        {
+            name: "Ms2ger",
+            company: "Mozilla",
+            companyURL: "http://www.mozilla.org",
+            note: "WHATWG Living Standard version"
+        }
 	],
     //publishDate:  "2012-09-20",
 	edDraftURI: "http://dvcs.w3.org/hg/innerhtml/raw-file/tip/index.html",
-	previousPublishDate: null,
-    prevED: "http://html5.org/specs/dom-parsing.html",
+	previousPublishDate: "2012-09-20",
+    previousMaturity: "2012-09-20",
+    otherLinks: [
+        {
+            key: "WHATWG Living Standard",
+            data: [{ value: "http://domparsing.spec.whatwg.org/", href: "http://domparsing.spec.whatwg.org/"}]
+        }
+    ],
     noIDLIn:  true,
     inlineCSS:  true,
     //noRecTrack:  true,
-    shortName:  "innerhtml",
+    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"]
+    wgPatentURI:  ["http://www.w3.org/2004/01/pp-impl/42538/status"],
+    subjectPrefix: "DOM-Parsing",
+    testSuiteURI: "https://github.com/whatwg/domparsing/tree/master/tests"
 };
\ No newline at end of file