summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2007-07-06 21:42:18 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2007-07-06 21:42:18 +0000
commit7a9d61b0def3e8cff5b25892fdca5c8cdda4b628 (patch)
tree38200fb0d97551967a2d9063daaf28927c043902 /docs
parent7f29141f5069d02843468785a54543a2f6d9260a (diff)
downloadlibdom-7a9d61b0def3e8cff5b25892fdca5c8cdda4b628.tar.gz
libdom-7a9d61b0def3e8cff5b25892fdca5c8cdda4b628.tar.bz2
Purge all trace of the ballache that was dom_ctx.
Document the functions in document.c svn path=/trunk/dom/; revision=3385
Diffstat (limited to 'docs')
-rw-r--r--docs/Todo7
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/Todo b/docs/Todo
index 507eee9..2deb965 100644
--- a/docs/Todo
+++ b/docs/Todo
@@ -1,13 +1,6 @@
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