forked from web-platform-tests/wpt
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathStatus.html
28 lines (23 loc) · 1.03 KB
/
Status.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
<!DOCTYPE html>
<html>
<head>
<title>Selectors API Test Status</title>
</head>
<body>
<h2>Selectors API Level 1 Test Suite Status</h2>
<p>This test suite is part of the
<a href="http://www.w3.org/2008/webapps/wiki/">Web Application WG's</a>
Test Repository as described in WebApps'
<a href="http://www.w3.org/2008/webapps/wiki/Testing">Testing Wiki</a>.
</p>
<p>The test suite is for the
<a href="http://dev.w3.org/2006/webapi/selectors-api/">Selectors API</a> specification.
</p>
<ul>
<li>Test suite overview: <a href="http://dev.w3.org/2006/webapi/selectors-api-testsuite/">Selectors API Test Suite</a>
<li>Test suite status: Level 1 tests are <a href="approved/">approved</a>
(<a href="http://lists.w3.org/Archives/Public/public-webapps-testsuite/2012Nov/0014.html" title="Re: RfR: Selectors API Level 1 Test Suite - deadline 14 November from Charles McCathie Nevile on 2012-11-15 ([email protected] from November 2012)">formal resolution</a>).</li>
<li>Test suite maintainer(s): Spec Editor(s)</li>
</ul>
</body>
</html>