summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/dom/event.c9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/dom/event.c b/src/dom/event.c
index 152fd34..6217e7a 100644
--- a/src/dom/event.c
+++ b/src/dom/event.c
@@ -101,13 +101,8 @@ nslayout_error nsl_dom_event_layout_init(nslayout_layout *layout)
{
dom_exception exc;
- /* TODO: Somehow register with libdom to get DOM change notifications.
- *
- * At the moment, for testing, the client calls our event
- * handler directly. It looks as though libdom needs its
- * DOM event handling improved. Either add DOM mutation
- * observer support, or add some specific client notification
- * system, like other rendering engines.
+ /* TODO: LibDOM even listeners are really slow. Need to find a better
+ * way to get DOM change notifications.
*/
exc = dom_event_listener_create(layout->doc, nsl__dom_event_handler,