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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download) (as text)
Sat Feb 9 12:22:19 2008 UTC (16 years, 3 months ago) by wakaba
Branch: MAIN
Changes since 1.1: +31 -0 lines
File MIME type: text/html
++ ChangeLog	9 Feb 2008 12:22:16 -0000
	* cc-style.css: Rules for s/unsupported/u/'ed version added.

	* cc.cgi: Support for 'u' level.

	* error-description-source.en.xml: s/unsupported/u/;

	* standards.en.html: CSS added.

2008-02-09  Wakaba  <wakaba@suika.fam.cx>

1 <!DOCTYPE HTML>
2 <html lang=en>
3 <head>
4 <title>Standards Supported by Web Documenet Conformance Checker</title>
5 <link rel=stylesheet href=cc-style>
6 </head>
7 <body>
8 <h1>Standards Supported by Web Document Conformance Checker</h1>
9
10 <div class=section id=summary>
11 <h2>Summary</h2>
12
13 <table>
14 <thead>
15 <tr><th scope=col>Standard<th scope=col>Version<th scope=col>Note
16 </thead>
17 <tbody>
18 <tr><th scope=row><a href="#html"><abbr title="Hypertext Markup Language">HTML</abbr></a>
19 <td><a href="http://whatwg.org/html5">5 (Editor's Draft)</a>
20 <td>Partially
21 <tr><th scope=row><a href="#atom">Atom</a>
22 <td><abbr>RFC</abbr></td>
23 <td>Partially
24 <tr><th scope=row rowspan=2><abbr title="Extensible Markup Language">XML</abbr>
25 <td>1.0 Fourth Edition
26 <td>Tentative
27 <tr><td>1.1 Second Edition
28 <td>Tentative
29 <tr><th scope=row rowspan=2><abbr title="Extensible Markup Language">XML</abbr>
30 Namespaces
31 <td>1.0 Second Edition
32 <td>Tentative
33 <tr><td>1.1 First Edition
34 <td>Tentative
35 <tr>
36 <th scope=row><a href="#css"><abbr title="Cascading Style Sheets">CSS</abbr></a>
37 <td>2.1
38 <td>Most part
39 <tr>
40 <th scope=row>Selectors
41 <td>3
42 <td><!-- Full -->
43 </tbody>
44 <tbody>
45 <tr><th scope=row><abbr title="Hypertext Transfer Protocol">HTTP</abbr>
46 <td>
47 <td>Tentative (no validation)
48 </tbody>
49 </table>
50 </div>
51
52 <div class=section id=html>
53 <h2><abbr title="Hypertext Markup Language">HTML</abbr></h2>
54
55 <p>Restrictions:</p>
56 <ul>
57 <li>December 2007 content model is not implemented yet.</li>
58 <li>Form elements are not implemented yet.</li>
59 </ul>
60
61 </div>
62
63 <div class=section id=atom>
64 <h2>Atom</h2>
65
66 <p>Only a part is implemented.</p>
67 </div>
68
69 <div class=section id=css>
70 <h2><abbr title="Cascading Style Sheets">CSS</abbr></h2>
71
72 <p>The current implementation assumes that there are following
73 requirements:</p>
74 <ul>
75 <li id=css-type-charset-param>The <code>charset</code> parameter of the media
76 type <code>text/css</code> <em class=rfc2119>MUST</em> be treated as if it
77 were an unknown parameter for the purpose of determining styling langauge for
78 an <abbr>HTML</abbr> <code>style</code> element.</li>
79 <li id=css-style-content>Content of an <abbr>HTML</abbr> <code>style</code>
80 element whose content is interpreted as a CSS style sheet
81 <em class=rfc2119>MUST</em> consist of zero or more
82 <a href="http://www.whatwg.org/specs/web-apps/current-work/#text-node">text nodes</a>.
83 Note that it may also contain zero or more comment and/or processing
84 instruction nodes.</li>
85 </ul>
86
87 <p>...</p>
88
89 </div>
90
91 </body>
92 </html>

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24