summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Aylett <james@tartarus.org>2001-01-05 18:07:17 +0000
committerJames Aylett <james@tartarus.org>2001-01-05 18:07:17 +0000
commit22a27abf9f7e6da7c6971451df8aa8291e2ac499 (patch)
tree40f2afdbb73091b0f015e4b71bdb78a4f79f0deb
parentc93b0a5afb0ad410fd428816113161079fd0d76c (diff)
downloadhalibut-22a27abf9f7e6da7c6971451df8aa8291e2ac499.zip
halibut-22a27abf9f7e6da7c6971451df8aa8291e2ac499.tar.gz
halibut-22a27abf9f7e6da7c6971451df8aa8291e2ac499.tar.bz2
halibut-22a27abf9f7e6da7c6971451df8aa8291e2ac499.tar.xz
* Couple more TODO items, from Simon's feedback.
[originally from svn r833]
-rw-r--r--bk_xhtml.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/bk_xhtml.c b/bk_xhtml.c
index 2b2e6b6..1cb4ecc 100644
--- a/bk_xhtml.c
+++ b/bk_xhtml.c
@@ -5,7 +5,12 @@
* Still to do:
*
* +++ doesn't handle non-breaking hyphens. Not sure how to yet.
+ * +++ HTML 4 and Netscape don't like hex numeric entity refs, according
+ * to SGT. Am I wrong, or him, or them?
* +++ entity names (from a file -- ideally supply normal SGML files)
+ * +++ configuration directive to file split where the current layout
+ * code wouldn't. Needs changes to _ponder_layout() and _do_paras(),
+ * perhaps others.
*
* Limitations:
*