| 1 |
|
2008-01-03 Wakaba <wakaba@suika.fam.cx> |
| 2 |
|
|
| 3 |
|
* Cascade.pm (get_specified_value_no_inherit): New function. |
| 4 |
|
(get_computed_value): New way to get computed value, |
| 5 |
|
the |{compute_multiple}| code, is now supported. |
| 6 |
|
|
| 7 |
|
* Parser.pm (top, bottom, left, right): Implemented. |
| 8 |
|
|
| 9 |
|
2008-01-03 Wakaba <wakaba@suika.fam.cx> |
| 10 |
|
|
| 11 |
|
* Parser.pm: Some condition operators were incorrect. |
| 12 |
|
The 'border-width' property family is implemented. |
| 13 |
|
|
| 14 |
|
2008-01-03 Wakaba <wakaba@suika.fam.cx> |
| 15 |
|
|
| 16 |
|
* Parser.pm: Support for the 'margin' and 'padding' |
| 17 |
|
property families. |
| 18 |
|
|
| 19 |
|
2008-01-03 Wakaba <wakaba@suika.fam.cx> |
| 20 |
|
|
| 21 |
|
* Parser.pm: 'font-size' support. |
| 22 |
|
|
| 23 |
|
* Cascade.pm (new): Set default value for 'font-size' |
| 24 |
|
relative- and absolute- value computations. |
| 25 |
|
|
| 26 |
|
2008-01-02 Wakaba <wakaba@suika.fam.cx> |
| 27 |
|
|
| 28 |
|
* Cascade.pm (get_cascaded_value): "*"-only declaration blocks |
| 29 |
|
were ignored. |
| 30 |
|
|
| 31 |
|
* Parser.pm (cursor): Implemented. |
| 32 |
|
|
| 33 |
|
2008-01-02 Wakaba <wakaba@suika.fam.cx> |
| 34 |
|
|
| 35 |
|
* Parser.pm (text-align, text-transform, white-space, |
| 36 |
|
caption-side, table-layout, border-collapse, empty-cells, |
| 37 |
|
outline-style, text-decoration): Implemented. |
| 38 |
|
|
| 39 |
|
2008-01-02 Wakaba <wakaba@suika.fam.cx> |
| 40 |
|
|
| 41 |
|
* Cascade.pm (get_computed_value): Even when |inherit| is specified |
| 42 |
|
the value is resolved into the computed value by the |{compute}| |
| 43 |
|
code to support edge cases not mentioned in the CSS 2.1 spec (see |
| 44 |
|
<http://suika.fam.cx/gate/2005/sw/inherit>). |
| 45 |
|
|
| 46 |
2008-01-02 Wakaba <wakaba@suika.fam.cx> |
2008-01-02 Wakaba <wakaba@suika.fam.cx> |
| 47 |
|
|
| 48 |
* Cascade.pm (get_computed_value): Resolve initial value referred |
* Cascade.pm (get_computed_value): Resolve initial value referred |