| 1 |
|
2008-01-06 Wakaba <wakaba@suika.fam.cx> |
| 2 |
|
|
| 3 |
|
* Cascade.pm: The object now has new device-dependent |
| 4 |
|
parameter, |has_invert|. |
| 5 |
|
|
| 6 |
|
* Parser.pm: The object now has new device-dependent |
| 7 |
|
parameter, |clip_color| function. |
| 8 |
|
(parse_char_string): Inifinite-loop fixed for ignoring |
| 9 |
|
states. No longer check for '(' and '[' matchings for |
| 10 |
|
compatibility with browsers. |
| 11 |
|
($default_serializer): Support for 'RGBA' data type. |
| 12 |
|
(color): Reimplemented. |
| 13 |
|
(backbround-color, border-top-color, border-right-color, |
| 14 |
|
border-bottom-color, border-left-color, outline-color): Implemented. |
| 15 |
|
|
| 16 |
|
2008-01-06 Wakaba <wakaba@suika.fam.cx> |
| 17 |
|
|
| 18 |
|
* Parser.pm (background-position, background-position-x, |
| 19 |
|
background-position-y): Implemented. |
| 20 |
|
|
| 21 |
|
2008-01-06 Wakaba <wakaba@suika.fam.cx> |
| 22 |
|
|
| 23 |
|
* Parser.pm (border-spacing serialize_multiple): Implemented. |
| 24 |
|
|
| 25 |
|
2008-01-06 Wakaba <wakaba@suika.fam.cx> |
| 26 |
|
|
| 27 |
|
* Parser.pm: Disallow '-' without following NUMBER or DIMENSION. |
| 28 |
|
(border-width serialize): Was incorrect. |
| 29 |
|
|
| 30 |
|
2008-01-05 Wakaba <wakaba@suika.fam.cx> |
| 31 |
|
|
| 32 |
|
* Parser.pm (-manakai-border-spacing-x, -manakai-border-spacing-y, |
| 33 |
|
border-spacing): Implemented. |
| 34 |
|
|
| 35 |
|
2008-01-04 Wakaba <wakaba@suika.fam.cx> |
| 36 |
|
|
| 37 |
|
* Parser.pm (letter-spacing, word-specing, text-indent, |
| 38 |
|
outline-width): Implemented. |
| 39 |
|
(outline-style): Don't allow 'hidden'. |
| 40 |
|
|
| 41 |
|
2008-01-04 Wakaba <wakaba@suika.fam.cx> |
| 42 |
|
|
| 43 |
|
* Parser.pm ($default_serializer): Support for |
| 44 |
|
the |PERCENTAGE| data type. |
| 45 |
|
(padding-top, border-top-width): The parser now |
| 46 |
|
refers the parser of the 'margin-top'. |
| 47 |
|
(width, height, min-width, min-height, max-width, max-height, |
| 48 |
|
vertical-align, line-height): Implemented. |
| 49 |
|
|
| 50 |
|
2008-01-03 Wakaba <wakaba@suika.fam.cx> |
| 51 |
|
|
| 52 |
|
* Cascade.pm (get_specified_value_no_inherit): New function. |
| 53 |
|
(get_computed_value): New way to get computed value, |
| 54 |
|
the |{compute_multiple}| code, is now supported. |
| 55 |
|
|
| 56 |
|
* Parser.pm (top, bottom, left, right): Implemented. |
| 57 |
|
|
| 58 |
|
2008-01-03 Wakaba <wakaba@suika.fam.cx> |
| 59 |
|
|
| 60 |
|
* Parser.pm: Some condition operators were incorrect. |
| 61 |
|
The 'border-width' property family is implemented. |
| 62 |
|
|
| 63 |
|
2008-01-03 Wakaba <wakaba@suika.fam.cx> |
| 64 |
|
|
| 65 |
|
* Parser.pm: Support for the 'margin' and 'padding' |
| 66 |
|
property families. |
| 67 |
|
|
| 68 |
2008-01-03 Wakaba <wakaba@suika.fam.cx> |
2008-01-03 Wakaba <wakaba@suika.fam.cx> |
| 69 |
|
|
| 70 |
* Parser.pm: 'font-size' support. |
* Parser.pm: 'font-size' support. |