1 |
|
2006-05-13 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Traversal.dis (MANAKAI_FILTER_OPAQUE): New |AcceptNode| value. |
4 |
|
(TreeWalker): The |MANAKAI_FILTER_OPAQUE| value support |
5 |
|
is added. The |FILTER_REJECT| value is treated |
6 |
|
as |FILTER_ACCEPT| if the |currentNode| is in the |
7 |
|
rejected subtree as specified in the spec. |
8 |
|
|
9 |
|
2006-05-05 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
11 |
|
* SimpleLS.dis: An |xmlns:| prefix was missing. |
12 |
|
|
13 |
|
2006-05-04 Wakaba <wakaba@suika.fam.cx> |
14 |
|
|
15 |
|
* SimpleLS.dis: Namespace bugs are fixed. |
16 |
|
|
17 |
|
2006-04-30 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* .cvsignore: Updated. |
20 |
|
|
21 |
|
* Traversal.dis: Unused declarations are removed. |
22 |
|
|
23 |
|
2006-04-30 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
|
* CharacterData.dis (Require): A reference to |
26 |
|
the |MDOM:Traversal| module is added. |
27 |
|
(wholeText): Implemented. |
28 |
|
|
29 |
|
2006-04-30 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
|
* Makefile: |Traversal.dis| is added. |
32 |
|
|
33 |
|
* Traversal.dis: New module. |
34 |
|
|
35 |
|
* TreeCore.dis (___report_error): Return value was |
36 |
|
not propagated. |
37 |
|
|
38 |
|
2006-04-29 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
40 |
|
* Element.dis (removeAttributeNS): A runtime error |
41 |
|
was occurred if there was no specified attribute node. |
42 |
|
|
43 |
|
* TreeCore.dis (manakaiLanguage): New attribute. |
44 |
|
|
45 |
|
2006-04-28 Wakaba <wakaba@suika.fam.cx> |
46 |
|
|
47 |
|
* TreeCore.dis (NodeList.manakaiReadOnly, NamedNodeMap.manakaiReadOnly): |
48 |
|
New attributes. |
49 |
|
|
50 |
|
(StaticNodeList): New interface. |
51 |
|
|
52 |
|
2006-04-24 Wakaba <wakaba@suika.fam.cx> |
53 |
|
|
54 |
|
* DOMCore.dis (c:SET_TO_NULL_ERR): New error code. |
55 |
|
|
56 |
2006-04-22 Wakaba <wakaba@suika.fam.cx> |
2006-04-22 Wakaba <wakaba@suika.fam.cx> |
57 |
|
|
58 |
* SimpleLS.dis: Reimplemented. |
* SimpleLS.dis: Reimplemented. |