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