Parent Directory
|
Revision Log
++ whatpm/Whatpm/ChangeLog 8 Mar 2008 02:43:44 -0000 * HTML.pm.src: Code for the case of |</div>| and so on are revised to align with new spec text (HTML5 revision 1320). 2008-03-08 Wakaba <wakaba@suika.fam.cx>
| 1 | wakaba | 1.164 | 2008-03-08 Wakaba <[email protected]> |
| 2 | |||
| 3 | wakaba | 1.166 | * HTML.pm.src: Code for the case of |</div>| and so on are revised |
| 4 | to align with new spec text (HTML5 revision 1320). | ||
| 5 | |||
| 6 | 2008-03-08 Wakaba <[email protected]> | ||
| 7 | |||
| 8 | wakaba | 1.165 | * HTML.pm.src: Remove strange |if| condition; however, it should |
| 9 | have had no harm in theory. | ||
| 10 | |||
| 11 | 2008-03-08 Wakaba <[email protected]> | ||
| 12 | |||
| 13 | wakaba | 1.164 | * HTML.pm.src (_tree_construction_main): '</p>' in body |
| 14 | case is split from other end tags for the preparation | ||
| 15 | of implementing HTML revision 1320. | ||
| 16 | |||
| 17 | wakaba | 1.162 | 2008-03-07 Wakaba <[email protected]> |
| 18 | |||
| 19 | wakaba | 1.163 | * HTML.pm.src: Simplified "generate implied end tag" (HTML5 |
| 20 | revision 1320). | ||
| 21 | |||
| 22 | 2008-03-07 Wakaba <[email protected]> | ||
| 23 | |||
| 24 | wakaba | 1.162 | * HTML.pm.src (_tree_construction_main): Merge rules for "h1" |
| 25 | and "div" (HTML5 revision 1318). Add comments to where | ||
| 26 | |form| pointer association codes should be inserted (HTML5 revision | ||
| 27 | 1319). | ||
| 28 | |||
| 29 | wakaba | 1.161 | 2008-03-06 Wakaba <[email protected]> |
| 30 | |||
| 31 | * HTML.pm.src: <html> treatement refined (HTML5 revision 1314). | ||
| 32 | |||
| 33 | wakaba | 1.159 | 2008-03-05 Wakaba <[email protected]> |
| 34 | |||
| 35 | wakaba | 1.160 | * HTML.pm.src: Since the case t268 should never be reached (no |
| 36 | other token type, there are), it is replaced by a |die| statement. | ||
| 37 | |||
| 38 | 2008-03-05 Wakaba <[email protected]> | ||
| 39 | |||
| 40 | wakaba | 1.159 | * HTML.pm.src: Typo fixed. |
| 41 | |||
| 42 | wakaba | 1.158 | 2008-03-04 Wakaba <[email protected]> |
| 43 | |||
| 44 | * HTML.pm.src (_tree_construction_initial): Some limited quirks | ||
| 45 | doctypes were not uppercased for comparison. | ||
| 46 | |||
| 47 | wakaba | 1.152 | 2008-03-03 Wakaba <[email protected]> |
| 48 | |||
| 49 | wakaba | 1.157 | * HTML.pm.src (tree construction and set_inner_html): Checkpoints |
| 50 |