/[suikacvs]/markup/html/whatpm/Whatpm/HTML.pm.src
Suika

Diff of /markup/html/whatpm/Whatpm/HTML.pm.src

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.208 by wakaba, Tue Oct 14 02:27:55 2008 UTC revision 1.209 by wakaba, Tue Oct 14 07:40:52 2008 UTC
# Line 2669  sub _tree_construction_main ($) { Line 2669  sub _tree_construction_main ($) {
2669                  !!!nack ('t153.1');                  !!!nack ('t153.1');
2670                  !!!next-token;                  !!!next-token;
2671                  next B;                  next B;
2672                } elsif ($self->{insertion_mode} == IN_CAPTION_IM) {                } elsif ($self->{insertion_mode} & IN_CAPTION_IM) {
2673                  !!!parse-error (type => 'not closed', text => 'caption',                  !!!parse-error (type => 'not closed', text => 'caption',
2674                                  token => $token);                                  token => $token);
2675                                    
# Line 2917  sub _tree_construction_main ($) { Line 2917  sub _tree_construction_main ($) {
2917                } # INSCOPE                } # INSCOPE
2918                unless (defined $i) {                unless (defined $i) {
2919                  !!!cp ('t186');                  !!!cp ('t186');
2920            ## TODO: Wrong error type?
2921                  !!!parse-error (type => 'unmatched end tag',                  !!!parse-error (type => 'unmatched end tag',
2922                                  text => 'caption', token => $token);                                  text => 'caption', token => $token);
2923                  ## Ignore the token                  ## Ignore the token

Legend:
Removed from v.1.208  
changed lines
  Added in v.1.209

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24