/[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.4 - (hide annotations) (download) (as text)
Tue Mar 11 14:10:11 2008 UTC (16 years, 2 months ago) by wakaba
Branch: MAIN
Changes since 1.3: +23 -4 lines
File MIME type: text/html
++ ChangeLog	11 Mar 2008 14:10:08 -0000
2008-03-11  Wakaba  <wakaba@suika.fam.cx>

	* cc.cgi: |value| should be output in |dt| in Parse Errors
	section.

1 wakaba 1.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 wakaba 1.2 <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 wakaba 1.1 </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 wakaba 1.3 <div class=section id=dom>
53     <h2><abbr title="Document Object Model">DOM</abbr></h2>
54    
55     <p>The current implementation assumes that there are following
56     requirements:</p>
57     <ul>
58     <li>The document element (or root element) <em class=rfc2119>MUST</em>
59     be allowed to be a root element. <span class=example>For example,
60     an <code>html</code> element in <code>http://www.w3.org/1999/xhtml</code>
61     namespace is allowed to be a root element by the HTML5
62     specification.</span></li>
63     </ul>
64     </div>
65    
66 wakaba 1.1 <div class=section id=html>
67     <h2><abbr title="Hypertext Markup Language">HTML</abbr></h2>
68    
69 wakaba 1.3 <p>HTML5 is partially implemented.</p>
70    
71 wakaba 1.4 <p>In addition, the current implementation assumes that there are following
72     requirements:</p>
73 wakaba 1.1 <ul>
74 wakaba 1.4 <li>Any element in the HTML namespace which is not defined by the HTML5
75     specification (including Web Forms 2.0 specification) <em class=rfc2119>MUST
76     NOT</em> be used.</li>
77     <li>For an element in the HTML namespace, any attribute in the null namespace
78     (or per$B!>(Belement partition) <em class=rfc2119>MUST NOT</em> be used
79     unless it is allowed by the HTML5 specification (including Web Forms 2.0
80     specification).</li>
81     <li class=ed>@@ Forms elements: ...
82 wakaba 1.1 </ul>
83     </div>
84    
85     <div class=section id=atom>
86     <h2>Atom</h2>
87    
88     <p>Only a part is implemented.</p>
89 wakaba 1.4
90     <p>In addition, the current implementation assumes that there are following
91     requirements:</p>
92     <ul>
93     <li>Elements and attributes in the Atom namespace, as well as attributes
94     in the null namespace for an element in the Atom namespace,
95     <em class=rfc2119>MUST NOT</em>
96     be used except for contexts where they are allowed by the Atom
97     specification.</li>
98     <li>Inter-element whitespace [HTML5], processing instructions, and
99     comments <em class=rfc2119>MUST</em> be ignored for the purpose of
100     conformance of the content of an element.
101     </ul>
102 wakaba 1.2 </div>
103    
104     <div class=section id=css>
105     <h2><abbr title="Cascading Style Sheets">CSS</abbr></h2>
106    
107 wakaba 1.3 <p>CSS @namespace and Selectors Level 3 are fully implemented.</p>
108    
109     <p>CSS 2.1 and CSS Color Level 3 are partially
110     implemented.</p>
111    
112     <p>Since the <abbr title="Cascading Style Sheets">CSS</abbr> 2.1
113     specification is sometimes ambigious or disagree with browsers,
114     our implementation is tend to copy what browsers do unless
115     there is strong resaon to do different thing.</p>
116    
117     <p>In addition, the current implementation assumes that there are following
118 wakaba 1.2 requirements:</p>
119     <ul>
120     <li id=css-type-charset-param>The <code>charset</code> parameter of the media
121     type <code>text/css</code> <em class=rfc2119>MUST</em> be treated as if it
122     were an unknown parameter for the purpose of determining styling langauge for
123     an <abbr>HTML</abbr> <code>style</code> element.</li>
124     <li id=css-style-content>Content of an <abbr>HTML</abbr> <code>style</code>
125     element whose content is interpreted as a CSS style sheet
126     <em class=rfc2119>MUST</em> consist of zero or more
127     <a href="http://www.whatwg.org/specs/web-apps/current-work/#text-node">text nodes</a>.
128     Note that it may also contain zero or more comment and/or processing
129     instruction nodes.</li>
130     </ul>
131    
132 wakaba 1.1 </div>
133    
134     </body>
135     </html>

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24