From 7a9d61b0def3e8cff5b25892fdca5c8cdda4b628 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Fri, 6 Jul 2007 21:42:18 +0000 Subject: Purge all trace of the ballache that was dom_ctx. Document the functions in document.c svn path=/trunk/dom/; revision=3385 --- docs/Todo | 7 ------- 1 file changed, 7 deletions(-) (limited to 'docs') 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 -- cgit v1.2.3