/[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.156 by wakaba, Sat Aug 30 13:43:50 2008 UTC revision 1.157 by wakaba, Sun Aug 31 09:12:30 2008 UTC
# Line 7141  sub _tree_construction_main ($) { Line 7141  sub _tree_construction_main ($) {
7141            !!!cp ('t413');            !!!cp ('t413');
7142            !!!parse-error (type => 'unmatched end tag',            !!!parse-error (type => 'unmatched end tag',
7143                            text => $token->{tag_name}, token => $token);                            text => $token->{tag_name}, token => $token);
7144              ## NOTE: Ignore the token.
7145          } else {          } else {
7146            ## Step 1. generate implied end tags            ## Step 1. generate implied end tags
7147            while ({            while ({
# Line 7200  sub _tree_construction_main ($) { Line 7201  sub _tree_construction_main ($) {
7201            !!!cp ('t421');            !!!cp ('t421');
7202            !!!parse-error (type => 'unmatched end tag',            !!!parse-error (type => 'unmatched end tag',
7203                            text => $token->{tag_name}, token => $token);                            text => $token->{tag_name}, token => $token);
7204              ## NOTE: Ignore the token.
7205          } else {          } else {
7206            ## Step 1. generate implied end tags            ## Step 1. generate implied end tags
7207            while ($self->{open_elements}->[-1]->[1] & END_TAG_OPTIONAL_EL) {            while ($self->{open_elements}->[-1]->[1] & END_TAG_OPTIONAL_EL) {
# Line 7246  sub _tree_construction_main ($) { Line 7248  sub _tree_construction_main ($) {
7248            !!!cp ('t425.1');            !!!cp ('t425.1');
7249            !!!parse-error (type => 'unmatched end tag',            !!!parse-error (type => 'unmatched end tag',
7250                            text => $token->{tag_name}, token => $token);                            text => $token->{tag_name}, token => $token);
7251              ## NOTE: Ignore the token.
7252          } else {          } else {
7253            ## Step 1. generate implied end tags            ## Step 1. generate implied end tags
7254            while ($self->{open_elements}->[-1]->[1] & END_TAG_OPTIONAL_EL) {            while ($self->{open_elements}->[-1]->[1] & END_TAG_OPTIONAL_EL) {

Legend:
Removed from v.1.156  
changed lines
  Added in v.1.157

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24