1 |
|
2008-09-13 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm: Make |PUBLIC| and |SYSTEM| keyword tokenizing |
4 |
|
into their own tokenizer states. |
5 |
|
|
6 |
|
2008-09-13 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* HTML.pm.src: |CDATA_SECTION_STATE| (formally |CDATA_BLOCK_STATE| |
9 |
|
is split into three states. |
10 |
|
|
11 |
|
2008-09-13 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* HTML.pm.src: |CLOSE_TAG_OPEN_STATE| is broken into |
14 |
|
itself and new |CDATA_PCDATA_CLOSE_TAG_STATE| so that |
15 |
|
no longer does the tokenizer have to push back next input |
16 |
|
characters in those states. |
17 |
|
|
18 |
|
2008-09-13 Wakaba <wakaba@suika.fam.cx> |
19 |
|
|
20 |
|
* HTML.pm.src: |MARKUP_DECLARATION_OPEN_STATE| broken |
21 |
|
into four states so that no longer does the tokenizer have to push |
22 |
|
back next input characters in that state. |
23 |
|
|
24 |
|
2008-09-11 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* HTML.pm.src: Methods now accept additional parameter, $get_wrapper, |
27 |
|
which can be used to insert some wrapper between the character |
28 |
|
stream handle and the tokenizer. (It is currently not supported |
29 |
|
for |set_inner_html| for |Element|s). |
30 |
|
|
31 |
|
2008-09-10 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
* HTML.pm.src: Ignore punctuations in charset names. |
34 |
|
|
35 |
|
2008-09-10 Wakaba <wakaba@suika.fam.cx> |
36 |
|
|
37 |
|
* ContentChecker.pm: Support for charset-layer error levels. |
38 |
|
|
39 |
|
* HTML.pm.src: Don't specify |text| argument for the |
40 |
|
|chardecode:fallback| error, since it is not the encoding |
41 |
|
being used alternatively. |
42 |
|
|
43 |
2008-09-06 Wakaba <wakaba@suika.fam.cx> |
2008-09-06 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
45 |
* HTML.pm.src: Support for |XSLT-compat| (HTML5 revision 2141). |
* HTML.pm.src: Support for |XSLT-compat| (HTML5 revision 2141). |