-
Notifications
You must be signed in to change notification settings - Fork 9
/
report.html
68 lines (60 loc) · 2.04 KB
/
report.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!doctype html>
<html>
<meta charset="utf-8">
<title>Status report of active W3C specifications</title>
<style>.outdated { color: red;}</style>
</head>
<body>
<header>
<h1>Status report of active W3C specifications</h1>
<p>The information on this public dashboard combines data on W3C Working Groups and specifications last updated on <span id="spec-update"></span>, and data on specification milestones manually maintained in <a href="https://www.w3.org/PM/Group/milestones-list.html">on-line spreadsheets</a> (W3C Member-only), last obtained on <span id="milestone-update"></span>.</p>
</header>
<section>
<p><span id=count>0</span> active specifications are tracked (<span id=reccount>0</span> aiming to Recommendation)</p>
<section id="upcomingwr">
<h2>Upcoming wide reviews</h2>
<p>Wide review planned in the upcoming 4 months</p>
<ol></ol>
</section>
<section id="upcomingcr">
<h2>Upcoming CR</h2>
<p>Candidate Recommendation planned in the upcoming 4 months</p>
<ol></ol>
</section>
<section id="upcomingpr">
<h2>Upcoming PR</h2>
<p>Proposed Recommendation planned in the upcoming 6 months</p>
<ol></ol>
</section>
<section id="beyondcharter">
<h2>Milestones beyond end of charter</h2>
<ol></ol>
</section>
<section id="abandoned">
<h2>TR-Abandoned specs</h2>
<p>Specs that have not been updated in TR in more than 3 years</p>
<ol></ol>
</section>
<section id="longrunning">
<h2>Long running specs</h2>
<p>Specs whose FPWD was published more than 5 years ago</p>
<ol></ol>
</section>
<section id="noed">
<h2>Specs of which the editors draft is not known</h2>
<ol></ol>
</section>
<section id="norepo">
<h2>Specs with known editors draft but no inferred Github repository</h2>
<ol></ol>
</section>
<!-- <section id="nomilestone">
<h2>Specs with no known milestones</h2>
<ol></ol>
</section>-->
</section>
<script src="timestamp.js"></script>
<script src="report.js"></script>
<script src="template/generate.js"></script>
</body>
</html>