/[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.40 by wakaba, Sat Jul 21 05:36:50 2007 UTC revision 1.41 by wakaba, Sat Jul 21 06:04:07 2007 UTC
# Line 3557  sub _tree_construction_main ($) { Line 3557  sub _tree_construction_main ($) {
3557                } elsif ($self->{insertion_mode} eq 'in head noscript') {                } elsif ($self->{insertion_mode} eq 'in head noscript') {
3558                  !!!parse-error (type => 'in noscript:noscript');                  !!!parse-error (type => 'in noscript:noscript');
3559                  ## Ignore the token                  ## Ignore the token
3560                    !!!next-token;
3561                  redo B;                  redo B;
3562                } else {                } else {
3563                  #                  #
# Line 4043  sub _tree_construction_main ($) { Line 4044  sub _tree_construction_main ($) {
4044                       }->{$token->{tag_name}}) {                       }->{$token->{tag_name}}) {
4045                !!!parse-error (type => 'unmatched end tag:'.$token->{tag_name});                !!!parse-error (type => 'unmatched end tag:'.$token->{tag_name});
4046                ## Ignore the token                ## Ignore the token
4047                  !!!next-token;
4048                redo B;                redo B;
4049              } else {              } else {
4050                #                #

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24