/[pub]/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.1 by wakaba, Fri Feb 8 15:27:03 2008 UTC revision 1.3 by wakaba, Sun Feb 24 02:17:51 2008 UTC
# Line 32  Namespaces Line 32  Namespaces
32  <td>Tentative  <td>Tentative
33  <tr><td>1.1 First Edition  <tr><td>1.1 First Edition
34  <td>Tentative  <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>  </tbody>
44  <tbody>  <tbody>
45  <tr><th scope=row><abbr title="Hypertext Transfer Protocol">HTTP</abbr>  <tr><th scope=row><abbr title="Hypertext Transfer Protocol">HTTP</abbr>
# Line 41  Namespaces Line 49  Namespaces
49  </table>  </table>
50  </div>  </div>
51    
52    <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  <div class=section id=html>  <div class=section id=html>
67  <h2><abbr title="Hypertext Markup Language">HTML</abbr></h2>  <h2><abbr title="Hypertext Markup Language">HTML</abbr></h2>
68    
69    <p>HTML5 is partially implemented.</p>
70    
71  <p>Restrictions:</p>  <p>Restrictions:</p>
72  <ul>  <ul>
73    <li>December 2007 content model is not implemented yet.</li>    <li>December 2007 content model is not implemented yet.</li>
74    <li>Form elements are not implemented yet.</li>    <li>Form elements are not implemented yet.</li>
75  </ul>  </ul>
76    
77  </div>  </div>
78    
79  <div class=section id=atom>  <div class=section id=atom>
# Line 57  Namespaces Line 82  Namespaces
82  <p>Only a part is implemented.</p>  <p>Only a part is implemented.</p>
83  </div>  </div>
84    
85    <div class=section id=css>
86    <h2><abbr title="Cascading Style Sheets">CSS</abbr></h2>
87    
88    <p>CSS @namespace and Selectors Level 3 are fully implemented.</p>
89    
90    <p>CSS 2.1 and CSS Color Level 3 are partially
91    implemented.</p>
92    
93    <p>Since the <abbr title="Cascading Style Sheets">CSS</abbr> 2.1
94    specification is sometimes ambigious or disagree with browsers,
95    our implementation is tend to copy what browsers do unless
96    there is strong resaon to do different thing.</p>
97    
98    <p>In addition, the current implementation assumes that there are following
99    requirements:</p>
100    <ul>
101    <li id=css-type-charset-param>The <code>charset</code> parameter of the media
102    type <code>text/css</code> <em class=rfc2119>MUST</em> be treated as if it
103    were an unknown parameter for the purpose of determining styling langauge for
104    an <abbr>HTML</abbr> <code>style</code> element.</li>
105    <li id=css-style-content>Content of an <abbr>HTML</abbr> <code>style</code>
106    element whose content is interpreted as a CSS style sheet
107    <em class=rfc2119>MUST</em> consist of zero or more
108    <a href="http://www.whatwg.org/specs/web-apps/current-work/#text-node">text nodes</a>.
109    Note that it may also contain zero or more comment and/or processing
110    instruction nodes.</li>
111    </ul>
112    
113    </div>
114    
115  </body>  </body>
116  </html>  </html>

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.3

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24