/[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.6 by wakaba, Tue Apr 29 10:59:25 2008 UTC revision 1.12 by wakaba, Sun Sep 21 05:09:35 2008 UTC
# Line 16  Line 16 
16  </thead>  </thead>
17  <tbody>  <tbody>
18  <tr><th scope=row><a href="#html"><abbr title="Hypertext Markup Language">HTML</abbr></a>  <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>  <td rowspan=2><a href="http://whatwg.org/html5">HTML5 Draft Recommendation</a>
20  <td>Partially  <td rowspan=2>Most parts
21  <tr><th scope=row><a href="#atom">Atom</a>  
22  <td><abbr>RFC</abbr></td>  <tr><th><a href="#html">XHTML</a>
23  <td>Partially  
24    <tr><th rowspan=2><a href="#atom">Atom</a>
25    <td><a href="urn:ietf:rfc:4287">Atom 1.0 <abbr>RFC</abbr></a>
26    <td><!-- Full -->
27    
28    <tr><td><a href="urn:ietf:rfc:4685">Atom Threading 1.0 <abbr>RFC</abbr></a>
29    
30  <tr><th scope=row rowspan=2><abbr title="Extensible Markup Language">XML</abbr>  <tr><th scope=row rowspan=2><abbr title="Extensible Markup Language">XML</abbr>
31  <td>1.0 Fourth Edition  <td>1.0 Fourth Edition
32  <td>Tentative  <td>Tentative
# Line 32  Namespaces Line 38  Namespaces
38  <td>Tentative  <td>Tentative
39  <tr><td>1.1 First Edition  <tr><td>1.1 First Edition
40  <td>Tentative  <td>Tentative
41    
42  <tr>  <tr>
43  <th scope=row><a href="#css"><abbr title="Cascading Style Sheets">CSS</abbr></a>  <th rowspan=2><a href="#css"><abbr title="Cascading Style Sheets">CSS</abbr></a>
44  <td>2.1  <td><a href="http://www.w3.org/TR/2007/CR-CSS21-20070719/">CSS 2.1
45  <td>Most part  Candidate Recommendation</a>
46    <td>Most parts
47    
48    <tr>
49    <td><a href="http://www.w3.org/TR/2008/WD-css3-color-20080721/">CSS Color
50    Level 3 <abbr title="Last Call Working Draft">LCWD</abbr></a>
51    <td>Most parts
52    
53  <tr>  <tr>
54  <th scope=row>Selectors  <th scope=row>Selectors
55  <td>3  <td>3
56  <td><!-- Full -->  <td><!-- Full -->
57  </tbody>  </tbody>
58    
59    <tbody>
60    <tr><th><a href="#cache-manifest">Cache Manifest</a>
61    <td><a href="http://www.whatwg.org/specs/web-apps/current-work/#manifests">HTML5
62    Draft Recommendation</a>
63    <td><!-- Full -->
64    
65    <tr><th><a href="#webidl">WebIDL</a>
66    <td><a href="http://dev.w3.org/cvsweb/~checkout~/2006/webapi/WebIDL/Overview.html?rev=1.96&amp;content-type=text/html;%20charset=utf-8">Editor's
67    Draft 1.96</a>
68    <td><!-- Full -->
69    
70  <tbody>  <tbody>
71  <tr><th scope=row><abbr title="Hypertext Transfer Protocol">HTTP</abbr>  <tr><th scope=row><abbr title="Hypertext Transfer Protocol">HTTP</abbr>
72  <td>  <td>
# Line 71  specification.</span></li> Line 97  specification.</span></li>
97  <p>In addition, the current implementation assumes that there are following  <p>In addition, the current implementation assumes that there are following
98  requirements:</p>  requirements:</p>
99  <ul>  <ul>
100  <li>Any element in the HTML namespace which is not defined by the HTML5  <li>Any attribute in the HTML namespace which is not defined by the
101  specification (including Web Forms 2.0 specification) <em class=rfc2119>MUST  HTML5 specification (including Web Forms 2.0 specification)
102  NOT</em> be used.</li>  <em class=rfc2119>MUST NOT</em> be used.</li>
103  <li>For an element in the HTML namespace, any attribute in the null namespace  <li>For an element in the HTML namespace, any attribute in the null namespace
104  (or per$B!>(Belement partition) <em class=rfc2119>MUST NOT</em> be used  (or per$B!>(Belement partition) <em class=rfc2119>MUST NOT</em> be used
105  unless it is allowed by the HTML5 specification (including Web Forms 2.0  unless it is allowed by the HTML5 specification (including Web Forms 2.0
# Line 118  applied. Line 144  applied.
144    <td>Same as <code>img</code> <code>src</code> [HTML5]    <td>Same as <code>img</code> <code>src</code> [HTML5]
145    <tr><td><code>img</code><td><code>longdesc</code>    <tr><td><code>img</code><td><code>longdesc</code>
146    <td>Same as <code>img</code> <code>src</code> [HTML5]    <td>Same as <code>img</code> <code>src</code> [HTML5]
147    
148      <tr><td><code>input</code><td><code>accept-charset</code>
149      <td>Same as <code>accept-charset</code> attribute of the
150      <code>form</code> element [HTML5]
151    
152    <tr><td><code>object</code><td><code>classid</code> or <code>codebase</code>    <tr><td><code>object</code><td><code>classid</code> or <code>codebase</code>
153    <td>Same as <code>object</code> <code>classid</code> [HTML5]    <td>Same as <code>img</code> <code>src</code> [HTML5]
154    <tr><td><code>object</code><td><code>archive    <tr><td><code>object</code><td><code>archive
155    <td>Same as <code>a</code> <code>ping</code> [HTML5]    <td>Same as <code>a</code> <code>ping</code> [HTML5]
156    <tr><td><code>object</code><td><code>codetype</code>    <tr><td><code>object</code><td><code>codetype</code>
157    <td>Same as <code>object</code> <code>type</code> [HTML5]    <td>Same as <code>object</code> <code>type</code> [HTML5]
158    <tr><td><code>param</code><td><code>type</code>    <tr><td><code>param</code><td><code>type</code>
159    <td>Same as <code>object</code> <code>type</code> [HTML5]    <td>Same as <code>object</code> <code>type</code> [HTML5]
160    <tr><td><code>div</code>, <code>h1</code>, <code>h2</code>, <code>h3</code>,    <tr><td><code>address</code>, <code>div</code>, <code>h1</code>,
161    <code>h4</code>, <code>h5</code>, <code>h6</code>, or <code>p</code>    <code>h2</code>, <code>h3</code>, <code>h4</code>, <code>h5</code>,
162      <code>h6</code>, or <code>p</code>
163    <td><code>align</code>    <td><code>align</code>
164    <td>Enumerated attribute [HTML5]    <td>Enumerated attribute [HTML5]
165    <tr><td><code>img</code> or <code>object</code><td><code>align</code>    <tr><td><code>img</code> or <code>object</code><td><code>align</code>
# Line 163  applied. Line 195  applied.
195      <http://suika.fam.cx/gate/2005/sw/scheme#anchor-55> for more      <http://suika.fam.cx/gate/2005/sw/scheme#anchor-55> for more
196      information).      information).
197    -->    -->
198    <tr id=html-rev><code>a</code> or <code>link</code><td><code>rev</code>    <tr id=html-rev><td><code>a</code> or <code>link</code><td><code>rev</code>
199    <td>Unordered set of unique space-separated tokens [HTML5]    <td>Unordered set of unique space-separated tokens [HTML5]
200    (where any word is allowed)    (where any word is allowed)
201      <tr id=html-table-cellpadding><td rowspan=2><code>table</code>
202      <td><code>cellpadding</code>
203      <td rowspan=2>A non-negative integer [HTML5] or a non-negative integer
204      [HTML5] followed by a <code>%</code> character
205      <tr id=html-table-cellspacing><td><code>cellspacing</code>
206      <tr id=html-a-charset><td><code>a</code>
207      <td rowspan=2><code>charset</code>
208      <td rowspan=2>Same as <code>script</code> <code>charset</code> [HTML5],
209      syntactically
210      <tr id=html-link-charset><td><code>link</code>
211    </table>    </table>
212  <li>Any value <em class=rfc2119>MAY</em> be specified to the  <li>Any value <em class=rfc2119>MAY</em> be specified to the
213  <code>version</code> attribute of an <code>html</code> element.  <code>version</code> attribute of an <code>html</code> element.
# Line 180  applied. Line 222  applied.
222    <td colspan=2>Same as <code>div</code> [HTML5]    <td colspan=2>Same as <code>div</code> [HTML5]
223    </table>    </table>
224  </ul>  </ul>
225    
226    <p id=cache-manifest>The
227    <a href="http://www.whatwg.org/specs/web-apps/current-work/#manifests">cache
228    manifest syntax</a> is also supported.
229  </div>  </div>
230    
231  <div class=section id=atom>  <div class=section id=atom>
232  <h2>Atom</h2>  <h2>Atom</h2>
233    
234    <p><a href="urn:ietf:rfc:4287">Atom 1.0</a> and
235    <a href="urn:ietf:rfc:4685">Atom Threading 1.0</a> are supported.
236    
237    <p>However, conformance to some <em class=rfc2119>SHOULD</em>-level
238    requirements, as well as some informational guidelines, are currently
239    not checked.  In addition, whether an email-address or a Base64
240    encoding is correct or not is not checked either.
241    
242    <p>Use of XML digital signature and encryption is not supported.
243    
244  <p>The current implementation assumes that there are following  <p>The current implementation assumes that there are following
245  requirements:</p>  requirements:</p>
246  <ul>  <ul>
# Line 204  conformance of the content of an element Line 260  conformance of the content of an element
260    
261  <p>CSS @namespace and Selectors Level 3 are fully implemented.</p>  <p>CSS @namespace and Selectors Level 3 are fully implemented.</p>
262    
263  <p>CSS 2.1 and CSS Color Level 3 are partially  <p>Most of <a href="http://www.w3.org/TR/2007/CR-CSS21-20070719/">CSS 2.1
264  implemented.</p>  (<time datetime=2007-07-19>19 July 2007</time> Candidate Recommendation)</a>
265    is implemented.
266    <!-- @@ TODO: What is missing? -->
267    
268    <p>Most of <a href="http://www.w3.org/TR/2008/WD-css3-color-20080721/">CSS
269    Color Module Level 3 (<time datetime=2008-07-21>21 July 2008</time> Last
270    Call Working Draft)</a> is implemented.
271    <!-- @@ TODO: What is missing? -->
272    
273  <p>Since the <abbr title="Cascading Style Sheets">CSS</abbr> 2.1  <p>Since the <abbr title="Cascading Style Sheets">CSS</abbr> 2.1
274  specification is sometimes ambigious or disagree with browsers,  specification is sometimes ambigious or disagree with browsers,
# Line 229  instruction nodes.</li> Line 292  instruction nodes.</li>
292    
293  </div>  </div>
294    
295    <div class=section id=webidl>
296    <h2>WebIDL</h2>
297    
298    <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
299    Editor's Draft revision 1.96 (<time datetime=2008-09-03>3 September
300    2008</time>)</a> is implemented.</p>
301    </div>
302    
303  </body>  </body>
304  </html>  </html>

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.12

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24