| 1 |
|
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
| 2 |
|
|
| 3 |
|
* Parser.pm (-moz-opacity): DOM attribute name was wrong. |
| 4 |
|
|
| 5 |
|
2008-01-14 Wakaba <wakaba@suika.fam.cx> |
| 6 |
|
|
| 7 |
|
* 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 <wakaba@suika.fam.cx> |
| 14 |
|
|
| 15 |
|
* 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 <wakaba@suika.fam.cx> |
| 19 |
|
|
| 20 |
|
* 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 <wakaba@suika.fam.cx> |
| 30 |
|
|
| 31 |
|
* SelectorsSerializer.pm (serialize_selector_text): New method. |
| 32 |
|
|
| 33 |
2008-01-12 Wakaba <wakaba@suika.fam.cx> |
2008-01-12 Wakaba <wakaba@suika.fam.cx> |
| 34 |
|
|
| 35 |
* Parser.pm: 'opacity' and '-moz-opacity' are implemented. |
* Parser.pm: 'opacity' and '-moz-opacity' are implemented. |