1 |
wakaba |
1.1 |
<!DOCTYPE HTML> |
2 |
|
|
<html lang=en> |
3 |
|
|
<head> |
4 |
|
|
<title>Changes in manakai 0.4</title> |
5 |
|
|
<link rel=author href="http://suika.fam.cx/~wakaba/who?" title=Wakaba> |
6 |
|
|
<link rel=license href="http://suika.fam.cx/c/pd" title="Public Domain"> |
7 |
wakaba |
1.2 |
<link rel=prev href=news-0-3 title="Changes in manakai 0.3.*"> |
8 |
wakaba |
1.1 |
<link rel=stylesheet href="manakai-style"> |
9 |
|
|
</head> |
10 |
|
|
<body> |
11 |
|
|
<h1>Changes in manakai 0.4</h1> |
12 |
|
|
|
13 |
|
|
<div class=section id=manakai-0-4-0> |
14 |
|
|
<h2>Changes from manakai 0.3.2 to 0.4.0</h2> |
15 |
|
|
|
16 |
|
|
<ul> |
17 |
|
|
<li><strong class=caption>DOM Implementation is rewritten</strong>. |
18 |
|
|
A DOM implementation can now be instantiated without |
19 |
|
|
meaningless <code>DOMImplementationRegistry</code> object! |
20 |
|
|
For more information, see |
21 |
|
|
<a href="../../lib/Message/DOM/DOMImplementation.html#methods">the |
22 |
|
|
documentation for the <code>Message::DOM::DOMImplementation</code> |
23 |
|
|
module</a>.</li> |
24 |
|
|
<li><strong class=caption><q>dis</q> Code Generator is |
25 |
wakaba |
1.2 |
No Longer Used</strong>. DTD module generation is dropped as well.</li> |
26 |
wakaba |
1.1 |
<li><strong class=caption>Limited Support for DOM5 HTML</strong>, |
27 |
|
|
including <code>compat_mode</code>, <code>manakai_compat_mode</code>, |
28 |
|
|
and part of <code>inner_html</code> attributes. Note |
29 |
|
|
that the <code>inner_html</code> attribute relies on the HTML5 |
30 |
|
|
parser and serializer that are part of the |
31 |
|
|
<a href="http://suika.fam.cx/www/markup/html/whatpm/readme">Whatpm</a> |
32 |
|
|
package.</li> |
33 |
|
|
<li><strong class=caption>DOM Internet Media Type Module Support</strong>.</li> |
34 |
|
|
<li><a href="http://suika.fam.cx/www/manakai-charlib/readme">Japanese |
35 |
|
|
character encoding modules</a> are no longer |
36 |
|
|
part of the manakai-core package, for some reason. |
37 |
|
|
Sorry for inconvinience.</li> |
38 |
wakaba |
1.2 |
<li><code>TreeStore</code>, <code>XDP</code>, and <code>SuikaWiki</code> |
39 |
|
|
modules are dropped. They might be eventually reimplemented |
40 |
|
|
if necessary.</li> |
41 |
|
|
<li>Support for Atom Threading Extension is dropped. It is expected |
42 |
|
|
to be reimplemented in a future revision of manakai.</li> |
43 |
wakaba |
1.1 |
</ul> |
44 |
|
|
</div> |
45 |
|
|
|
46 |
|
|
</body> |
47 |
|
|
</html> |