4751 |
} elsif ($token->{attributes}->{content}) { |
} elsif ($token->{attributes}->{content}) { |
4752 |
if ($token->{attributes}->{content}->{value} |
if ($token->{attributes}->{content}->{value} |
4753 |
=~ /[Cc][Hh][Aa][Rr][Ss][Ee][Tt] |
=~ /[Cc][Hh][Aa][Rr][Ss][Ee][Tt] |
4754 |
[\x09-\x0D\x20]*= |
[\x09\x0A\x0C\x0D\x20]*= |
4755 |
[\x09-\x0D\x20]*(?>"([^"]*)"|'([^']*)'| |
[\x09\x0A\x0C\x0D\x20]*(?>"([^"]*)"|'([^']*)'| |
4756 |
([^"'\x09-\x0D\x20][^\x09-\x0D\x20\x3B]*))/x) { |
([^"'\x09\x0A\x0C\x0D\x20] |
4757 |
|
[^\x09\x0A\x0C\x0D\x20\x3B]*))/x) { |
4758 |
!!!cp ('t107'); |
!!!cp ('t107'); |
4759 |
## NOTE: Whether the encoding is supported or not is handled |
## NOTE: Whether the encoding is supported or not is handled |
4760 |
## in the {change_encoding} callback. |
## in the {change_encoding} callback. |