1 |
|
2008-01-12 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Parser.pm: 'font' is implemented. |
4 |
|
|
5 |
|
2008-01-12 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* Parser.pm: 'background' is implemented. |
8 |
|
|
9 |
|
2008-01-12 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
11 |
|
* Parser.pm: 'border', 'border-top', 'border-right', 'border-bottom', |
12 |
|
'border-left', and 'outline' are implemented. White space characters |
13 |
|
were not allowed between property name and COLON. NUMBER and |
14 |
|
DIMENSION are not allowed as color in quirks mode. |
15 |
|
|
16 |
|
2008-01-06 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* Cascade.pm: The object now has new device-dependent |
19 |
|
parameter, |has_invert|. |
20 |
|
|
21 |
|
* Parser.pm: The object now has new device-dependent |
22 |
|
parameter, |clip_color| function. |
23 |
|
(parse_char_string): Inifinite-loop fixed for ignoring |
24 |
|
states. No longer check for '(' and '[' matchings for |
25 |
|
compatibility with browsers. |
26 |
|
($default_serializer): Support for 'RGBA' data type. |
27 |
|
(color): Reimplemented. |
28 |
|
(backbround-color, border-top-color, border-right-color, |
29 |
|
border-bottom-color, border-left-color, outline-color): Implemented. |
30 |
|
|
31 |
|
2008-01-06 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
* Parser.pm (background-position, background-position-x, |
34 |
|
background-position-y): Implemented. |
35 |
|
|
36 |
|
2008-01-06 Wakaba <wakaba@suika.fam.cx> |
37 |
|
|
38 |
|
* Parser.pm (border-spacing serialize_multiple): Implemented. |
39 |
|
|
40 |
|
2008-01-06 Wakaba <wakaba@suika.fam.cx> |
41 |
|
|
42 |
|
* Parser.pm: Disallow '-' without following NUMBER or DIMENSION. |
43 |
|
(border-width serialize): Was incorrect. |
44 |
|
|
45 |
|
2008-01-05 Wakaba <wakaba@suika.fam.cx> |
46 |
|
|
47 |
|
* Parser.pm (-manakai-border-spacing-x, -manakai-border-spacing-y, |
48 |
|
border-spacing): Implemented. |
49 |
|
|
50 |
|
2008-01-04 Wakaba <wakaba@suika.fam.cx> |
51 |
|
|
52 |
|
* Parser.pm (letter-spacing, word-specing, text-indent, |
53 |
|
outline-width): Implemented. |
54 |
|
(outline-style): Don't allow 'hidden'. |
55 |
|
|
56 |
|
2008-01-04 Wakaba <wakaba@suika.fam.cx> |
57 |
|
|
58 |
|
* Parser.pm ($default_serializer): Support for |
59 |
|
the |PERCENTAGE| data type. |
60 |
|
(padding-top, border-top-width): The parser now |
61 |
|
refers the parser of the 'margin-top'. |
62 |
|
(width, height, min-width, min-height, max-width, max-height, |
63 |
|
vertical-align, line-height): Implemented. |
64 |
|
|
65 |
|
2008-01-03 Wakaba <wakaba@suika.fam.cx> |
66 |
|
|
67 |
|
* Cascade.pm (get_specified_value_no_inherit): New function. |
68 |
|
(get_computed_value): New way to get computed value, |
69 |
|
the |{compute_multiple}| code, is now supported. |
70 |
|
|
71 |
|
* Parser.pm (top, bottom, left, right): Implemented. |
72 |
|
|
73 |
|
2008-01-03 Wakaba <wakaba@suika.fam.cx> |
74 |
|
|
75 |
|
* Parser.pm: Some condition operators were incorrect. |
76 |
|
The 'border-width' property family is implemented. |
77 |
|
|
78 |
|
2008-01-03 Wakaba <wakaba@suika.fam.cx> |
79 |
|
|
80 |
|
* Parser.pm: Support for the 'margin' and 'padding' |
81 |
|
property families. |
82 |
|
|
83 |
|
2008-01-03 Wakaba <wakaba@suika.fam.cx> |
84 |
|
|
85 |
|
* Parser.pm: 'font-size' support. |
86 |
|
|
87 |
|
* Cascade.pm (new): Set default value for 'font-size' |
88 |
|
relative- and absolute- value computations. |
89 |
|
|
90 |
|
2008-01-02 Wakaba <wakaba@suika.fam.cx> |
91 |
|
|
92 |
|
* Cascade.pm (get_cascaded_value): "*"-only declaration blocks |
93 |
|
were ignored. |
94 |
|
|
95 |
|
* Parser.pm (cursor): Implemented. |
96 |
|
|
97 |
|
2008-01-02 Wakaba <wakaba@suika.fam.cx> |
98 |
|
|
99 |
|
* Parser.pm (text-align, text-transform, white-space, |
100 |
|
caption-side, table-layout, border-collapse, empty-cells, |
101 |
|
outline-style, text-decoration): Implemented. |
102 |
|
|
103 |
|
2008-01-02 Wakaba <wakaba@suika.fam.cx> |
104 |
|
|
105 |
|
* Cascade.pm (get_computed_value): Even when |inherit| is specified |
106 |
|
the value is resolved into the computed value by the |{compute}| |
107 |
|
code to support edge cases not mentioned in the CSS 2.1 spec (see |
108 |
|
<http://suika.fam.cx/gate/2005/sw/inherit>). |
109 |
|
|
110 |
2008-01-02 Wakaba <wakaba@suika.fam.cx> |
2008-01-02 Wakaba <wakaba@suika.fam.cx> |
111 |
|
|
112 |
* Cascade.pm (get_computed_value): Resolve initial value referred |
* Cascade.pm (get_computed_value): Resolve initial value referred |