diff options
Diffstat (limited to 'ext/dom/TODO')
-rw-r--r-- | ext/dom/TODO | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/ext/dom/TODO b/ext/dom/TODO index f6b7fe2e61..52afb18216 100644 --- a/ext/dom/TODO +++ b/ext/dom/TODO @@ -1,12 +1,4 @@ -1) Change _node_list_pointer to something faster than just a linked list. - Currently there to test that unlinked node tracking works -2) Possible create new object type for documents as these are the only types which need to track nodes - - Would also require its own dtor functionality -3) Define correct behavior. When certain types of nodes are destroyed, - do we unlink children (if referenced) or just destroy them. (Element/Attribute nodes) -4) Find out where XPath goes (this extension or its own) -5) What DOM object types are really needed (i.e. not currently using DOMString) -6) Determine how to handle non speced functionality. - i.e validation (add method or implement as property for processing) - - +For 5.1 +1) enhance XPath functionality +2) look at auto encoding support for in/output +3) What DOM object types are really needed (i.e. not currently using DOMString) |