summaryrefslogtreecommitdiff
path: root/src/treebuilder/modes.h
diff options
context:
space:
mode:
authorAndrew Sidwell <andy@entai.co.uk>2008-06-25 12:10:33 +0000
committerAndrew Sidwell <andy@entai.co.uk>2008-06-25 12:10:33 +0000
commite71c58d9fa5e365297527a90510923ad9a02e753 (patch)
treea8e17a4eea944eda3c6bc62038c52ae64dc17312 /src/treebuilder/modes.h
parent97352e4f29d505545e547af868f5851345d4140c (diff)
downloadlibhubbub-e71c58d9fa5e365297527a90510923ad9a02e753.tar.gz
libhubbub-e71c58d9fa5e365297527a90510923ad9a02e753.tar.bz2
Implement the "in select" insertion mode, and add some more utility functions.
svn path=/trunk/hubbub/; revision=4446
Diffstat (limited to 'src/treebuilder/modes.h')
-rw-r--r--src/treebuilder/modes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/treebuilder/modes.h b/src/treebuilder/modes.h
index 4af9036..4d53b56 100644
--- a/src/treebuilder/modes.h
+++ b/src/treebuilder/modes.h
@@ -63,6 +63,8 @@ bool handle_in_row(hubbub_treebuilder *treebuilder,
const hubbub_token *token);
bool handle_in_cell(hubbub_treebuilder *treebuilder,
const hubbub_token *token);
+bool handle_in_select(hubbub_treebuilder *treebuilder,
+ const hubbub_token *token);
bool handle_generic_rcdata(hubbub_treebuilder *treebuilder,
const hubbub_token *token);
bool handle_script_collect_characters(hubbub_treebuilder *treebuilder,