62 |
conformance checker.</dd> |
conformance checker.</dd> |
63 |
<dt><a href="Whatpm/URIChecker.html"><code>Whatpm::URIChecker</code></a></dt> |
<dt><a href="Whatpm/URIChecker.html"><code>Whatpm::URIChecker</code></a></dt> |
64 |
<dd>An IRI reference conformance checker.</dd> |
<dd>An IRI reference conformance checker.</dd> |
65 |
|
|
66 |
|
<dt><a href="Whatpm/WebIDL.html"><code>Whatpm::WebIDL</code></a></dt> |
67 |
|
<dd>A WebIDL fragment parser. It parses an IDL fragment, whether conforming |
68 |
|
or not, and constructs a DOM-like object model for further processing. |
69 |
|
Non-conforming (or broken) IDL fragment-like string will be parsed using |
70 |
|
CSS-like error-tolerant parsing rules, e.g. ignoring anything until next |
71 |
|
<code>;</code> character. |
72 |
|
|
73 |
<dt><a href="Whatpm/XMLSerializer.html"><code>Whatpm::XMLSerializer</code></a></dt> |
<dt><a href="Whatpm/XMLSerializer.html"><code>Whatpm::XMLSerializer</code></a></dt> |
74 |
<dd>A simple XML serializer.</dd> |
<dd>A simple XML serializer.</dd> |
75 |
</dl> |
</dl> |
79 |
|
|
80 |
<p>Note also that some modules have no documentation for now.</p> |
<p>Note also that some modules have no documentation for now.</p> |
81 |
</dd> |
</dd> |
82 |
<dt id=spec>Specification</dt> |
<dt id=spec>Specifications</dt> |
83 |
<dd><dl> |
<dd><dl> |
84 |
<dt id=spec-ssft><a href="http://suika.fam.cx/www/markup/selectors/ssft/ssft"><abbr title="Selectors Serialization Format for Testing">SSFT</abbr> |
<dt id=spec-ssft><a href="http://suika.fam.cx/www/markup/selectors/ssft/ssft"><abbr title="Selectors Serialization Format for Testing">SSFT</abbr> |
85 |
Specification</a></dt> |
Specification</a></dt> |
211 |
<a href="t/tokenizer-result">HTML tokenization</a>, |
<a href="t/tokenizer-result">HTML tokenization</a>, |
212 |
<a href="t/tree-construction-result">HTML tree construction</a>, |
<a href="t/tree-construction-result">HTML tree construction</a>, |
213 |
<a href="t/content-checker-result"><code>Whatpm::ContentChecker</code></a>).</li> |
<a href="t/content-checker-result"><code>Whatpm::ContentChecker</code></a>).</li> |
214 |
|
<li>Merge with the <a href="http://suika.fam.cx/www/2006/manakai/">manakai-core</a> |
215 |
|
code tree. |
216 |
<li>Charset detection.</li> |
<li>Charset detection.</li> |
217 |
<li>Validation for <code>meta</code>.</li> |
<li>Validation for <code>meta</code>.</li> |
218 |
<li>Validation for media queries, IRIs (against URI schemes), language tags, |
<li>Validation for media queries, IRIs (against URI schemes), language tags, |
242 |
<div class="section" id="license"> |
<div class="section" id="license"> |
243 |
<h2>License</h2> |
<h2>License</h2> |
244 |
|
|
245 |
<p>Copyright 2007 Wakaba |
<p>Copyright 2007$B!>(B2008 Wakaba |
246 |
<code class="mail"><<a href="mailto:w@suika.fam.cx" |
<code class="mail"><<a href="mailto:w@suika.fam.cx" |
247 |
rel="author">w@suika.fam.cx</a>></code>.</p> |
rel="author">w@suika.fam.cx</a>></code>.</p> |
248 |
|
|