r5998 jmb - in /trunk/hubbub/src/treebuilder: in_head.c in_table.c
netsurf at semichrome.net
netsurf at semichrome.net
Thu Jan 8 20:15:52 GMT 2009
Author: jmb
Date: Thu Jan 8 14:15:52 2009
New Revision: 5998
URL: http://source.netsurf-browser.org?rev=5998&view=rev
Log:
And some more
Modified:
trunk/hubbub/src/treebuilder/in_head.c
trunk/hubbub/src/treebuilder/in_table.c
Modified: trunk/hubbub/src/treebuilder/in_head.c
URL: http://source.netsurf-browser.org/trunk/hubbub/src/treebuilder/in_head.c?rev=5998&r1=5997&r2=5998&view=diff
==============================================================================
--- trunk/hubbub/src/treebuilder/in_head.c (original)
+++ trunk/hubbub/src/treebuilder/in_head.c Thu Jan 8 14:15:52 2009
@@ -21,7 +21,7 @@
/**
- * Process a <meta> tag as if "in head".
+ * Process a meta tag as if "in head".
*
* \param treebuilder The treebuilder instance
* \param token The token to process
@@ -97,7 +97,7 @@
/**
- * Process a <script> start tag as if in "in head"
+ * Process a script start tag as if in "in head"
*
* \param treebuilder The treebuilder instance
* \param token The token to process
Modified: trunk/hubbub/src/treebuilder/in_table.c
URL: http://source.netsurf-browser.org/trunk/hubbub/src/treebuilder/in_table.c?rev=5998&r1=5997&r2=5998&view=diff
==============================================================================
--- trunk/hubbub/src/treebuilder/in_table.c (original)
+++ trunk/hubbub/src/treebuilder/in_table.c Thu Jan 8 14:15:52 2009
@@ -41,7 +41,7 @@
/**
- * Process an <input> tag in the "in table" insertion mode.
+ * Process an input start tag in the "in table" insertion mode.
*/
static inline bool process_input_in_table(hubbub_treebuilder *treebuilder,
const hubbub_token *token)
More information about the netsurf-commits
mailing list