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 |
# |
# |
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 |
# |
# |