summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/treebuilder/in_cell.c2
-rw-r--r--src/treebuilder/in_row.c2
-rw-r--r--src/treebuilder/in_table_body.c2
-rw-r--r--src/treebuilder/initial.c3
4 files changed, 1 insertions, 8 deletions
diff --git a/src/treebuilder/in_cell.c b/src/treebuilder/in_cell.c
index 797b434..18c7b41 100644
--- a/src/treebuilder/in_cell.c
+++ b/src/treebuilder/in_cell.c
@@ -58,8 +58,6 @@ static inline void close_cell(hubbub_treebuilder *treebuilder)
/**
* Handle tokens in "in cell" insertion mode
*
- * Up to date with the spec as of 25 June 2008
- *
* \param treebuilder The treebuilder instance
* \param token The token to process
* \return True to reprocess the token, false otherwise
diff --git a/src/treebuilder/in_row.c b/src/treebuilder/in_row.c
index 7264f5c..a980af7 100644
--- a/src/treebuilder/in_row.c
+++ b/src/treebuilder/in_row.c
@@ -74,8 +74,6 @@ static inline bool act_as_if_end_tag_tr(hubbub_treebuilder *treebuilder)
/**
* Handle tokens in "in row" insertion mode
*
- * Up to date with the spec as of 25 June 2008
- *
* \param treebuilder The treebuilder instance
* \param token The token to process
* \return True to reprocess the token, false otherwise
diff --git a/src/treebuilder/in_table_body.c b/src/treebuilder/in_table_body.c
index 6a6c82a..0efab9c 100644
--- a/src/treebuilder/in_table_body.c
+++ b/src/treebuilder/in_table_body.c
@@ -86,8 +86,6 @@ static bool table_sub_start_or_table_end(hubbub_treebuilder *treebuilder)
/**
* Handle tokens in "in table body" insertion mode
*
- * Up to date with the spec as of 25 June 2008
- *
* \param treebuilder The treebuilder instance
* \param token The token to process
* \return True to reprocess the token, false otherwise
diff --git a/src/treebuilder/initial.c b/src/treebuilder/initial.c
index a90af13..639a9ca 100644
--- a/src/treebuilder/initial.c
+++ b/src/treebuilder/initial.c
@@ -3,8 +3,7 @@
* Licensed under the MIT License,
* http://www.opensource.org/licenses/mit-license.php
* Copyright 2008 John-Mark Bell <jmb@netsurf-browser.org>
- *
- * Up-to-date with 19 June 2008 spec.
+ * Copyright 2008 Andrew Sidwell <takkaria@netsurf-browser.org>
*/
#include <assert.h>