100 |
|
|
101 |
=back |
=back |
102 |
|
|
103 |
|
=head1 LOW-LEVEL INTERFACE |
104 |
|
|
105 |
|
@@ TBW |
106 |
|
|
107 |
|
=head2 Application Cache Selection Algorithm Hook |
108 |
|
|
109 |
|
Once a parser I<$p> is instantiated by method C<new>, |
110 |
|
a C<CODE> reference can be set to C<I<$p>->{application_cache_selection}>. |
111 |
|
That C<CODE> will be called back when the application cache selection |
112 |
|
algorithm MUST be run per HTML5. By default, |
113 |
|
C<I<$p>->{application_cache_selection}> is set to an empty subroutine. |
114 |
|
|
115 |
=head1 TO DO |
=head1 TO DO |
116 |
|
|
117 |
Tokenizer should emit a sequence of character tokens as one token |
Tokenizer should emit a sequence of character tokens as one token |