1 |
<!DOCTYPE HTML> |
<!DOCTYPE HTML> |
2 |
<html lang=en> |
<html lang=en> |
3 |
<head> |
<head> |
4 |
<title>Standards Supported by Web Documenet Conformance Checker</title> |
<title>WebHACC — Supported Standards</title> |
5 |
<link rel=stylesheet href=cc-style> |
<link rel=stylesheet href=cc-style> |
6 |
</head> |
</head> |
7 |
<body> |
<body> |
|
<h1>Standards Supported by Web Document Conformance Checker</h1> |
|
8 |
|
|
9 |
<div class=section id=summary> |
<h1><a href="cc/"><abbr title="Web Hypertext Application Conformance |
10 |
<h2>Summary</h2> |
Checker"><img src="icons/title" alt="WebHACC"></abbr></a></h1> |
11 |
|
|
12 |
|
<div class=section id=standards> |
13 |
|
<h2>Supported Standards</h2> |
14 |
|
|
15 |
|
<p>The table below summarizes Web standards supported by WebHACC. See |
16 |
|
following subsections for more details. |
17 |
|
|
18 |
<table> |
<table> |
19 |
<thead> |
<thead> |
78 |
<td>Tentative (no validation) |
<td>Tentative (no validation) |
79 |
</tbody> |
</tbody> |
80 |
</table> |
</table> |
|
</div> |
|
81 |
|
|
82 |
<div class=section id=dom> |
<div class=section id=dom> |
83 |
<h2><abbr title="Document Object Model">DOM</abbr></h2> |
<h3><abbr title="Document Object Model">DOM</abbr></h3> |
84 |
|
|
85 |
<p>The current implementation assumes that there are following |
<p>The current implementation assumes that there are following |
86 |
requirements:</p> |
requirements:</p> |
94 |
</div> |
</div> |
95 |
|
|
96 |
<div class=section id=html> |
<div class=section id=html> |
97 |
<h2><abbr title="Hypertext Markup Language">HTML</abbr></h2> |
<h3><abbr title="Hypertext Markup Language">HTML</abbr></h3> |
98 |
|
|
99 |
<p>HTML5 is partially implemented.</p> |
<p>HTML5 is partially implemented.</p> |
100 |
|
|
304 |
</div> |
</div> |
305 |
|
|
306 |
<div class=section id=atom> |
<div class=section id=atom> |
307 |
<h2>Atom</h2> |
<h3>Atom</h3> |
308 |
|
|
309 |
<p><a href="urn:ietf:rfc:4287">Atom 1.0</a> and |
<p><a href="urn:ietf:rfc:4287">Atom 1.0</a> and |
310 |
<a href="urn:ietf:rfc:4685">Atom Threading 1.0</a> are supported. |
<a href="urn:ietf:rfc:4685">Atom Threading 1.0</a> are supported. |
331 |
</div> |
</div> |
332 |
|
|
333 |
<div class=section id=css> |
<div class=section id=css> |
334 |
<h2><abbr title="Cascading Style Sheets">CSS</abbr></h2> |
<h3><abbr title="Cascading Style Sheets">CSS</abbr></h3> |
335 |
|
|
336 |
<p>CSS @namespace and Selectors Level 3 are fully implemented.</p> |
<p>CSS @namespace and Selectors Level 3 are fully implemented.</p> |
337 |
|
|
367 |
|
|
368 |
</div> |
</div> |
369 |
|
|
370 |
|
<div class=section id=regexp> |
371 |
|
<h3>Regular expressions</h3> |
372 |
|
|
373 |
|
<p>Regular expression defined in ECMAScript Third Edition Section |
374 |
|
15.10.1 is implemented, with the addition of the support for obsolete |
375 |
|
octal escape notation commonly supported by Web browsers. |
376 |
|
|
377 |
|
<p>To identify ECMAScript regular expressions, the Internet Media Type |
378 |
|
<a |
379 |
|
href="http://suika.fam.cx/%7Ewakaba/wiki/sw/n/text+x-regexp-js"><code>text/x-regexp-js</code></a> |
380 |
|
is used. |
381 |
|
|
382 |
|
</div> |
383 |
|
|
384 |
<div class=section id=webidl> |
<div class=section id=webidl> |
385 |
<h2>WebIDL</h2> |
<h3>WebIDL</h3> |
386 |
|
|
387 |
<p><a href="http://dev.w3.org/cvsweb/~checkout~/2006/webapi/WebIDL/Overview.html?rev=1.96&content-type=text/html;%20charset=utf-8">WebIDL |
<p><a href="http://dev.w3.org/cvsweb/~checkout~/2006/webapi/WebIDL/Overview.html?rev=1.96&content-type=text/html;%20charset=utf-8">WebIDL |
388 |
Editor's Draft revision 1.96 (<time datetime=2008-09-03>3 September |
Editor's Draft revision 1.96 (<time datetime=2008-09-03>3 September |
389 |
2008</time>)</a> is implemented.</p> |
2008</time>)</a> is implemented.</p> |
390 |
</div> |
</div> |
391 |
|
|
392 |
|
</div> |
393 |
|
|
394 |
</body> |
</body> |
395 |
</html> |
</html> |