Parent Directory | Revision Log | Patch
revision 1.215 by wakaba, Thu Jul 2 22:11:51 2009 UTC | revision 1.216 by wakaba, Thu Jul 2 23:15:37 2009 UTC | |
---|---|---|
# | Line 3837 sub _tree_construction_main ($) { | Line 3837 sub _tree_construction_main ($) { |
3837 | !!!next-token; | !!!next-token; |
3838 | next B; | next B; |
3839 | } elsif ({ | } elsif ({ |
3840 | select => 1, input => 1, textarea => 1, | select => 1, input => 1, textarea => 1, keygen => 1, |
3841 | }->{$token->{tag_name}} or | }->{$token->{tag_name}} or |
3842 | (($self->{insertion_mode} & IM_MASK) | (($self->{insertion_mode} & IM_MASK) |
3843 | == IN_SELECT_IN_TABLE_IM and | == IN_SELECT_IN_TABLE_IM and |
|
admin@suikawiki.org | ViewVC Help |
Powered by ViewVC 1.1.24 |