1 |
2008-09-13 Wakaba <wakaba@suika.fam.cx> |
2008-09-13 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
* HTML.pm: "Consume a character reference" algorithm is |
* HTML.pm.src: Finally we get rid of all the inner loops. Remove |
4 |
|
entity related tokenizer states in favor of new states |
5 |
|
implementing the consume character reference algorithm. |
6 |
|
|
7 |
|
2008-09-13 Wakaba <wakaba@suika.fam.cx> |
8 |
|
|
9 |
|
* HTML.pm.src: "Consume a character reference" algorithm is |
10 |
now implemented as a tokenizer's state, rather than |
now implemented as a tokenizer's state, rather than |
11 |
a method, with minimum changes (more changes will |
a method, with minimum changes (more changes will |
12 |
be made, in due course). "Bogus comment state"'s inner |
be made, in due course). "Bogus comment state"'s inner |
14 |
|
|
15 |
2008-09-13 Wakaba <wakaba@suika.fam.cx> |
2008-09-13 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
* HTML.pm: Make |PUBLIC| and |SYSTEM| keyword tokenizing |
* HTML.pm.src: Make |PUBLIC| and |SYSTEM| keyword tokenizing |
18 |
into their own tokenizer states. |
into their own tokenizer states. |
19 |
|
|
20 |
2008-09-13 Wakaba <wakaba@suika.fam.cx> |
2008-09-13 Wakaba <wakaba@suika.fam.cx> |