| 1 |
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
| 2 |
|
|
| 3 |
|
* HTML.pm.src: The "in table" and "in table body" insertion |
| 4 |
|
modes are merged. |
| 5 |
|
|
| 6 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
| 7 |
|
|
| 8 |
|
* HTML.pm.src: There is no "in table head" or "in table foot" |
| 9 |
|
insertion mode! |
| 10 |
|
|
| 11 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
| 12 |
|
|
| 13 |
|
* HTML.pm.src: |<noframes>| "in frameset" and "in noframes" |
| 14 |
|
now directly invoke the handler. |
| 15 |
|
|
| 16 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
| 17 |
|
|
| 18 |
|
* HTML.pm.src: Codes for "in cell" insertion mode |
| 19 |
|
is merged to the "in body" insertion mode code. |
| 20 |
|
|
| 21 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
| 22 |
|
|
| 23 |
|
* HTML.pm.src: Codes for "in body" and "in caption" |
| 24 |
|
insertion modes are merged. |
| 25 |
|
|
| 26 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
| 27 |
|
|
| 28 |
|
* HTML.pm.src: Two |!!!next-token|s were missing. |
| 29 |
|
|
| 30 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
| 31 |
|
|
| 32 |
* HTML.pm.src: Use numeric constant for |{content_mode}| |
* HTML.pm.src: Use numeric constant for |{content_mode}| |
| 33 |
instead of string constant for |{content_model_flag}|. |
instead of string constant for |{content_model_flag}|. |
| 34 |
|
|