/[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.10 by wakaba, Sat Aug 30 10:27:47 2008 UTC revision 1.11 by wakaba, Wed Sep 17 03:56:43 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 191  applied. Line 217  applied.
217    <td colspan=2>Same as <code>div</code> [HTML5]    <td colspan=2>Same as <code>div</code> [HTML5]
218    </table>    </table>
219  </ul>  </ul>
220    
221    <p id=cache-manifest>The
222    <a href="http://www.whatwg.org/specs/web-apps/current-work/#manifests">cache
223    manifest syntax</a> is also supported.
224  </div>  </div>
225    
226  <div class=section id=atom>  <div class=section id=atom>
227  <h2>Atom</h2>  <h2>Atom</h2>
228    
229    <p><a href="urn:ietf:rfc:4287">Atom 1.0</a> and
230    <a href="urn:ietf:rfc:4685">Atom Threading 1.0</a> are supported.
231    
232    <p>However, conformance to some <em class=rfc2119>SHOULD</em>-level
233    requirements, as well as some informational guidelines, are currently
234    not checked.  In addition, whether an email-address or a Base64
235    encoding is correct or not is not checked either.
236    
237    <p>Use of XML digital signature and encryption is not supported.
238    
239  <p>The current implementation assumes that there are following  <p>The current implementation assumes that there are following
240  requirements:</p>  requirements:</p>
241  <ul>  <ul>
# Line 215  conformance of the content of an element Line 255  conformance of the content of an element
255    
256  <p>CSS @namespace and Selectors Level 3 are fully implemented.</p>  <p>CSS @namespace and Selectors Level 3 are fully implemented.</p>
257    
258  <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
259  implemented.</p>  (<time datetime=2007-07-19>19 July 2007</time> Candidate Recommendation)</a>
260    is implemented.
261    <!-- @@ TODO: What is missing? -->
262    
263    <p>Most of <a href="http://www.w3.org/TR/2008/WD-css3-color-20080721/">CSS
264    Color Module Level 3 (<time datetime=2008-07-21>21 July 2008</time> Last
265    Call Working Draft)</a> is implemented.
266    <!-- @@ TODO: What is missing? -->
267    
268  <p>Since the <abbr title="Cascading Style Sheets">CSS</abbr> 2.1  <p>Since the <abbr title="Cascading Style Sheets">CSS</abbr> 2.1
269  specification is sometimes ambigious or disagree with browsers,  specification is sometimes ambigious or disagree with browsers,
# Line 240  instruction nodes.</li> Line 287  instruction nodes.</li>
287    
288  </div>  </div>
289    
290    <div class=section id=webidl>
291    <h2>WebIDL</h2>
292    
293    <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
294    Editor's Draft revision 1.96 (<time datetime=2008-09-03>3 September
295    2008</time>)</a> is implemented.</p>
296    </div>
297    
298  </body>  </body>
299  </html>  </html>

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24