Skip to content

Commit 1064a3f

Browse files
Create a framework implementation report and respec config file for CR
1 parent fce42d1 commit 1064a3f

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed

implementationReport.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<!DOCTYPE html>
2+
<head>
3+
<title>DOM Parsing and Serialization Implementation Report</title>
4+
</head>
5+
<body>
6+
<h1>DOM Parsing and Serialization Implementation Report</h1>
7+
<h5>Last updated: 2014-05-29</h5>
8+
<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.

respecConfig-CR.js

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
// Configuration for the Editor's Draft of DOM Parsing and Serialization
2+
3+
var respecConfig = {
4+
subtitle: "DOMParser, XMLSerializer, innerHTML, and similar APIs",
5+
specStatus: "CR",
6+
publishDate: "2014-06-04",
7+
editors: [
8+
{
9+
name: "Travis Leithead",
10+
company: "Microsoft",
11+
mailto: "[email protected]",
12+
companyURL: "http://www.microsoft.com"
13+
}
14+
],
15+
edDraftURI: "https://dvcs.w3.org/hg/innerhtml/raw-file/tip/index.html",
16+
previousPublishDate: "2014-05-01",
17+
previousMaturity: "LC",
18+
crEnd: "2014-10-06",
19+
implementationReportURI: "https://dvcs.w3.org/hg/innerhtml/raw-file/tip/implementationReport.html",
20+
noIDLIn: true,
21+
inlineCSS: true,
22+
//noRecTrack: true,
23+
shortName: "DOM-Parsing",
24+
wg: ["Web Applications Working Group"],
25+
wgURI: ["http://www.w3.org/2008/webapps/"],
26+
wgPublicList: "www-dom",
27+
wgPatentURI: ["http://www.w3.org/2004/01/pp-impl/42538/status"],
28+
subjectPrefix: "DOM-Parsing",
29+
testSuiteURI: "http://w3c-test.org/domparsing/"
30+
};

0 commit comments

Comments
 (0)