1 |
|
2008-09-15 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm.src: Shorten keys. |
4 |
|
|
5 |
|
2008-09-15 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* HTML.pm.src: Remove checking for control character, surrogate |
8 |
|
pair, or noncharacter code points and non-Unicode code |
9 |
|
points (they should be handled by Whatpm::Charset::UnicodeChecker). |
10 |
|
(parse_char_stream): Support for the |$get_wrapper| argument and |
11 |
|
character stream error handlers. |
12 |
|
|
13 |
|
2008-09-15 Wakaba <wakaba@suika.fam.cx> |
14 |
|
|
15 |
|
* ContentChecker.pm: Don't call |loda_ns_module| |
16 |
|
for null-namespace elements/attributes. |
17 |
|
|
18 |
|
* HTML.pm.src: Fact out $disallowed_control_chars |
19 |
|
as a hash. |
20 |
|
|
21 |
|
2008-09-14 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
23 |
|
* HTML.pm.src: Regexp typo fixed. |{prev_char}| |
24 |
|
and |{next_char}| initializations are moved to initialization |
25 |
|
method. |{read_until}| now supports buffering. Sync |set_inner_html| |
26 |
|
with |parse_char_stream|. |
27 |
|
|
28 |
|
2008-09-14 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* HTML.pm.src (parse_char_stream): Make |set_next_char| |
31 |
|
invoke |manakai_read_until|, not only |read|, where |
32 |
|
possible, to decrease the number of |read| method calls. |
33 |
|
|
34 |
|
* mkhtmlparser.pl: Related changes to the aforementioned |
35 |
|
modification. |
36 |
|
|
37 |
|
2008-09-14 Wakaba <wakaba@suika.fam.cx> |
38 |
|
|
39 |
|
* HTML.pm.src: Use |read| instead of |getc|. |set_inner_html| |
40 |
|
would report character error from now. |
41 |
|
|
42 |
|
2008-09-14 Wakaba <wakaba@suika.fam.cx> |
43 |
|
|
44 |
|
* HTML.pm.src: White-space-leaded non-white-space character |
45 |
|
tokens in "before head insertion mode" was not |
46 |
|
correctly handled. |
47 |
|
(set_inner_html): Reimplemented using CharString decodehandle |
48 |
|
class. Support for $get_wrapper argument. Support |
49 |
|
for |{read_until}| feature. |
50 |
|
|
51 |
2008-09-14 Wakaba <wakaba@suika.fam.cx> |
2008-09-14 Wakaba <wakaba@suika.fam.cx> |
52 |
|
|
53 |
* HTML.pm.src: Make a "bare ero" error for unknown |
* HTML.pm.src: Make a "bare ero" error for unknown |