Parent Directory
|
Revision Log
++ whatpm/t/ChangeLog 14 Jan 2008 13:53:09 -0000 2008-01-14 Wakaba <wakaba@suika.fam.cx> * CSS-Parser-1.t, css-1.dat: New test files. ++ whatpm/Whatpm/CSS/ChangeLog 14 Jan 2008 13:53:42 -0000 * Parser.pm (-moz-opacity): DOM attribute name was wrong. 2008-01-14 Wakaba <wakaba@suika.fam.cx>
| 1 | wakaba | 1.56 | 2008-01-14 Wakaba <[email protected]> |
| 2 | |||
| 3 | wakaba | 1.60 | * Parser.pm (-moz-opacity): DOM attribute name was wrong. |
| 4 | |||
| 5 | 2008-01-14 Wakaba <[email protected]> | ||
| 6 | |||
| 7 | wakaba | 1.59 | * Cascade.pm (get_cascaded_value): No longer have to test |
| 8 | whether priority is defined. | ||
| 9 | |||
| 10 | * Parser.pm (parse_char_string): Set an empty string as the priority | ||
| 11 | if no priority was specified. | ||
| 12 | |||
| 13 | 2008-01-14 Wakaba <[email protected]> | ||
| 14 | |||
| 15 | wakaba | 1.58 | * Parser.pm (serialize, serialize_multiple): Return an empty |
| 16 | string (not undef) if the property has no assigned value. | ||
| 17 | |||
| 18 | 2008-01-14 Wakaba <[email protected]> | ||
| 19 | |||
| 20 | wakaba | 1.57 | * Parser.pm (parse_char_string): Namespace support is revised so |
| 21 | that more Gecko-like namespace serialization can be implemented. | ||
| 22 | |||
| 23 | * SelectorsSerializer.pm (serialize_selector_text): Revised. | ||
| 24 | Now it does almost same as what Gecko does for namespace | ||
| 25 | tratements, what Gecko does for universal selector omittion, and what | ||
| 26 | Opera does for ordering (i.e. no sorting). Only one COLON | ||
| 27 | for pseudo-elements since Gecko and Opera do so. | ||
| 28 | |||
| 29 | 2008-01-14 Wakaba <[email protected]> | ||
| 30 | |||
| 31 | wakaba | 1.56 | * SelectorsSerializer.pm (serialize_selector_text): New method. |
| 32 | |||
| 33 | wakaba | 1.52 | 2008-01-12 Wakaba <[email protected]> |
| 34 | |||
| 35 | wakaba | 1.55 | * Parser.pm: 'opacity' and '-moz-opacity' are implemented. |
| 36 | |||
| 37 | 2008-01-12 Wakaba <[email protected]> | ||
| 38 | |||
| 39 | wakaba | 1.54 | * Parser.pm: 'font' is implemented. |
| 40 | |||
| 41 | 2008-01-12 Wakaba <[email protected]> | ||
| 42 | |||
| 43 | wakaba | 1.53 | * Parser.pm: 'background' is implemented. |
| 44 | |||
| 45 | 2008-01-12 Wakaba <[email protected]> | ||
| 46 | |||
| 47 | wakaba | 1.52 | * Parser.pm: 'border', 'border-top', 'border-right', 'border-bottom', |
| 48 | 'border-left', and 'outline' are implemented. White space characters | ||
| 49 | wakaba | 1.53 | were not allowed between property name a |