From 7f29141f5069d02843468785a54543a2f6d9260a Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Fri, 6 Jul 2007 14:32:44 +0000 Subject: Import DOM library. This is mainly stub functions atm (and is missing a number of key interfaces). svn path=/trunk/dom/; revision=3384 --- docs/Todo | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 docs/Todo (limited to 'docs') diff --git a/docs/Todo b/docs/Todo new file mode 100644 index 0000000..507eee9 --- /dev/null +++ b/docs/Todo @@ -0,0 +1,14 @@ +TODO list +========= + + + Sort out the mess that is dom_ctx - I really don't like it; everything (except dom_strings) + should be allocated in the context of a document and, thus, the context is easily found + through foo->owner->blah. dom_strings are somewhat awkward here, as they aren't necessarily + allocated in the context of a document, but they still need access to an allocator. Perhaps + the simplest solution is for the string constructors to take an allocator and private word + as parameters, then store them within the string. This does, however, add an overhead of + 8 (or 16 on 64bit platforms) bytes per dom_string, which isn't exactly great. + + Fill out stub functions for DOM3 core + + Rest of DOM level 3 + + DOM level 2 + + DOM level 1 -- cgit v1.2.3