From 4df409a9ebcba33b4a2a5dcdde60812aeb7940a3 Mon Sep 17 00:00:00 2001 From: Andrew Sidwell Date: Sat, 9 Aug 2008 16:08:34 +0000 Subject: Remove "spec up to date" lines in source. svn path=/trunk/hubbub/; revision=4975 --- src/treebuilder/in_cell.c | 2 -- src/treebuilder/in_row.c | 2 -- src/treebuilder/in_table_body.c | 2 -- src/treebuilder/initial.c | 3 +-- 4 files changed, 1 insertion(+), 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 - * - * Up-to-date with 19 June 2008 spec. + * Copyright 2008 Andrew Sidwell */ #include -- cgit v1.2.3