summaryrefslogtreecommitdiff
path: root/ext/dom/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'ext/dom/TODO')
-rw-r--r--ext/dom/TODO12
1 files changed, 0 insertions, 12 deletions
diff --git a/ext/dom/TODO b/ext/dom/TODO
deleted file mode 100644
index f6b7fe2e61..0000000000
--- a/ext/dom/TODO
+++ /dev/null
@@ -1,12 +0,0 @@
-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)
-
-