summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrew Sidwell <andy@entai.co.uk>2008-08-09 16:08:34 +0000
committerAndrew Sidwell <andy@entai.co.uk>2008-08-09 16:08:34 +0000
commit4df409a9ebcba33b4a2a5dcdde60812aeb7940a3 (patch)
tree3e0404d721041c48b07437b9a7894d2a3ecc0692 /src
parent3d3e3b0dfda0fe808039b4b8e8b455bc0ea1b704 (diff)
downloadlibhubbub-4df409a9ebcba33b4a2a5dcdde60812aeb7940a3.tar.gz
libhubbub-4df409a9ebcba33b4a2a5dcdde60812aeb7940a3.tar.bz2
Remove "spec up to date" lines in source.
svn path=/trunk/hubbub/; revision=4975
Diffstat (limited to 'src')
-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>