Status.html (710B)
1 <!doctype html> 2 <html> 3 <head> 4 <title>DOM Level 3 Events Test Status</title> 5 </head> 6 <body> 7 8 <h2>DOM Level 3 Events Test Suite Status</h2> 9 10 <p>This test suite is part of the 11 <a href="http://www.w3.org/2008/webapps/wiki/">Web Application WG's</a> 12 Test Repository as described in WebApps' 13 <a href="http://www.w3.org/2008/webapps/wiki/Testing">Testing Wiki</a>. 14 </p> 15 16 <p>The test suite is for the 17 <a href="http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html">DOM Level 3 Events</a> specification. 18 </p> 19 20 <ul> 21 <li>Test suite status: all of the tests in the <code>approved</code> directory are Approved by WebApps' testing group</li> 22 <li>Test Facilitator: Alex Kuang</li> 23 </ul> 24 25 </body> 26 </html>