| 1 |
2008-09-13 Wakaba <wakaba@suika.fam.cx> |
2008-09-13 Wakaba <wakaba@suika.fam.cx> |
| 2 |
|
|
| 3 |
|
* HTML.pm.src: |CLOSE_TAG_OPEN_STATE| is broken into |
| 4 |
|
itself and new |CDATA_PCDATA_CLOSE_TAG_STATE| so that |
| 5 |
|
no longer does the tokenizer have to push back next input |
| 6 |
|
characters in those states. |
| 7 |
|
|
| 8 |
|
2008-09-13 Wakaba <wakaba@suika.fam.cx> |
| 9 |
|
|
| 10 |
* HTML.pm.src: |MARKUP_DECLARATION_OPEN_STATE| broken |
* HTML.pm.src: |MARKUP_DECLARATION_OPEN_STATE| broken |
| 11 |
into four states so that no longer does the tokenizer have to push |
into four states so that no longer does the tokenizer have to push |
| 12 |
back next input characters in that state. |
back next input characters in that state. |