/[suikacvs]/test/html-webhacc/standards.en.html
Suika

Diff of /test/html-webhacc/standards.en.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.13 by wakaba, Thu Dec 11 03:22:57 2008 UTC revision 1.15 by wakaba, Thu Jul 2 22:34:12 2009 UTC
# Line 1  Line 1 
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 &mdash; 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>
# Line 73  Draft 1.96</a> Line 78  Draft 1.96</a>
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>
# Line 90  specification.</span></li> Line 94  specification.</span></li>
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    
101  <p>In addition, the current implementation assumes that there are following  <p>In addition, the current implementation assumes that there are following
102  requirements:</p>  requirements:</p>
103  <ul>  <ul>
 <li>Any attribute in the HTML namespace which is not defined by the  
 HTML5 specification (including Web Forms 2.0 specification)  
 <em class=rfc2119>MUST NOT</em> be used.</li>  
 <li>For an element in the HTML namespace, any attribute in the null namespace  
 (or per$B!>(Belement partition) <em class=rfc2119>MUST NOT</em> be used  
 unless it is allowed by the HTML5 specification (including Web Forms 2.0  
 specification).</li>  
 <li class=ed>@@ Forms elements: ...  
   
104  <li>For the attribute not defined in HTML5, the following definitions are  <li>For the attribute not defined in HTML5, the following definitions are
105  applied.  applied.
106    
# Line 214  applied. Line 209  applied.
209    or <code>th</code><td><code>align</code> or <code>valign</code>    or <code>th</code><td><code>align</code> or <code>valign</code>
210    <td>Enumerated attribute [HTML5]    <td>Enumerated attribute [HTML5]
211    
212      <tr><td><code>form</code>
213      <td rowspan=3><code>replace</code>
214      <td rowspan=3>Enumerated attribute [HTML5]
215    
216    <tr><td><code>input</code> (<code>type</code> attribute is in    <tr><td><code>input</code> (<code>type</code> attribute is in
217    Image Button<!-- @@ ref --> or Submit Button<!-- @@ ref --> state)    Image Button<!-- @@ ref --> or Submit Button<!-- @@ ref --> state)
218    <td><code>replace</code>  
219    <td>Enumerated attribute [HTML5]    <tr><td><code>button</code>
220    
221    <tr><td><code>link</code><td><code>target</code>    <tr><td><code>link</code><td><code>target</code>
222    <td>Valid browsing context name or keyword [HTML5]    <td>Valid browsing context name or keyword [HTML5]
# Line 245  applied. Line 244  applied.
244    <td rowspan=2>Same as <code>script</code> <code>charset</code> [HTML5],    <td rowspan=2>Same as <code>script</code> <code>charset</code> [HTML5],
245    syntactically    syntactically
246    <tr id=html-link-charset><td><code>link</code>    <tr id=html-link-charset><td><code>link</code>
247    
248    <tr id=html-textarea-pattern><td><code>textarea</code><td><code>pattern</code>
249    <td>Same as <code>input</code> <code>pattern</code>.
250    
251    <tr id=html-form-accept><td><code>form</code><td><code>accept</code>
252    <td>Same as <code>input</code> <code>accept</code>.
253    
254    </table>    </table>
255  <li>Any value <em class=rfc2119>MAY</em> be specified to the  <li>Any value <em class=rfc2119>MAY</em> be specified to the
256  <code>version</code> attribute of an <code>html</code> element.  <code>version</code> attribute of an <code>html</code> element.
# Line 300  manifest syntax</a> is also supported. Line 306  manifest syntax</a> is also supported.
306  </div>  </div>
307    
308  <div class=section id=atom>  <div class=section id=atom>
309  <h2>Atom</h2>  <h3>Atom</h3>
310    
311  <p><a href="urn:ietf:rfc:4287">Atom 1.0</a> and  <p><a href="urn:ietf:rfc:4287">Atom 1.0</a> and
312  <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.
# Line 327  conformance of the content of an element Line 333  conformance of the content of an element
333  </div>  </div>
334    
335  <div class=section id=css>  <div class=section id=css>
336  <h2><abbr title="Cascading Style Sheets">CSS</abbr></h2>  <h3><abbr title="Cascading Style Sheets">CSS</abbr></h3>
337    
338  <p>CSS @namespace and Selectors Level 3 are fully implemented.</p>  <p>CSS @namespace and Selectors Level 3 are fully implemented.</p>
339    
# Line 363  instruction nodes.</li> Line 369  instruction nodes.</li>
369    
370  </div>  </div>
371    
372    <div class=section id=regexp>
373    <h3>Regular expressions</h3>
374    
375    <p>Regular expression defined in ECMAScript Third Edition Section
376    15.10.1 is implemented, with the addition of the support for obsolete
377    octal escape notation commonly supported by Web browsers.
378    
379    <p>To identify ECMAScript regular expressions, the Internet Media Type
380    <a
381    href="http://suika.fam.cx/%7Ewakaba/wiki/sw/n/text+x-regexp-js"><code>text/x-regexp-js</code></a>
382    is used.
383    
384    </div>
385    
386  <div class=section id=webidl>  <div class=section id=webidl>
387  <h2>WebIDL</h2>  <h3>WebIDL</h3>
388    
389  <p><a href="http://dev.w3.org/cvsweb/~checkout~/2006/webapi/WebIDL/Overview.html?rev=1.96&amp;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&amp;content-type=text/html;%20charset=utf-8">WebIDL
390  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
391  2008</time>)</a> is implemented.</p>  2008</time>)</a> is implemented.</p>
392  </div>  </div>
393    
394    </div>
395    
396  </body>  </body>
397  </html>  </html>

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.15

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24