1 |
|
2008-01-04 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Parser.pm ($default_serializer): Support for |
4 |
|
the |PERCENTAGE| data type. |
5 |
|
(padding-top, border-top-width): The parser now |
6 |
|
refers the parser of the 'margin-top'. |
7 |
|
(width, height, min-width, min-height, max-width, max-height, |
8 |
|
vertical-align, line-height): Implemented. |
9 |
|
|
10 |
|
2008-01-03 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* Cascade.pm (get_specified_value_no_inherit): New function. |
13 |
|
(get_computed_value): New way to get computed value, |
14 |
|
the |{compute_multiple}| code, is now supported. |
15 |
|
|
16 |
|
* Parser.pm (top, bottom, left, right): Implemented. |
17 |
|
|
18 |
|
2008-01-03 Wakaba <wakaba@suika.fam.cx> |
19 |
|
|
20 |
|
* Parser.pm: Some condition operators were incorrect. |
21 |
|
The 'border-width' property family is implemented. |
22 |
|
|
23 |
|
2008-01-03 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
|
* Parser.pm: Support for the 'margin' and 'padding' |
26 |
|
property families. |
27 |
|
|
28 |
|
2008-01-03 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* Parser.pm: 'font-size' support. |
31 |
|
|
32 |
|
* Cascade.pm (new): Set default value for 'font-size' |
33 |
|
relative- and absolute- value computations. |
34 |
|
|
35 |
|
2008-01-02 Wakaba <wakaba@suika.fam.cx> |
36 |
|
|
37 |
|
* Cascade.pm (get_cascaded_value): "*"-only declaration blocks |
38 |
|
were ignored. |
39 |
|
|
40 |
|
* Parser.pm (cursor): Implemented. |
41 |
|
|
42 |
|
2008-01-02 Wakaba <wakaba@suika.fam.cx> |
43 |
|
|
44 |
|
* Parser.pm (text-align, text-transform, white-space, |
45 |
|
caption-side, table-layout, border-collapse, empty-cells, |
46 |
|
outline-style, text-decoration): Implemented. |
47 |
|
|
48 |
|
2008-01-02 Wakaba <wakaba@suika.fam.cx> |
49 |
|
|
50 |
|
* Cascade.pm (get_computed_value): Even when |inherit| is specified |
51 |
|
the value is resolved into the computed value by the |{compute}| |
52 |
|
code to support edge cases not mentioned in the CSS 2.1 spec (see |
53 |
|
<http://suika.fam.cx/gate/2005/sw/inherit>). |
54 |
|
|
55 |
|
2008-01-02 Wakaba <wakaba@suika.fam.cx> |
56 |
|
|
57 |
|
* Cascade.pm (get_computed_value): Resolve initial value referred |
58 |
|
when |inherit| is specified as if it were the specified value. |
59 |
|
|
60 |
|
* Parser.pm: Some properties were incorrectly marked as |
61 |
|
inherited. |
62 |
|
(background-repeat, background-attachment, font-style, |
63 |
|
font-variant, font-weight, background-image, font-family): Implemented. |
64 |
|
|
65 |
|
2008-01-01 Wakaba <wakaba@suika.fam.cx> |
66 |
|
|
67 |
|
* Parser.pm: Give |list-style-image|'s compute function a name. |
68 |
|
|
69 |
|
2008-01-01 Wakaba <wakaba@suika.fam.cx> |
70 |
|
|
71 |
|
* Parser.pm: Give |list-style-image|'s parser a name. Bug fix |
72 |
|
on base URI scalar reference. |
73 |
|
|
74 |
|
2008-01-01 Wakaba <wakaba@suika.fam.cx> |
75 |
|
|
76 |
|
* Parser.pm (page-break-before, page-break-after, page-break-inside, |
77 |
|
orphans, widows, list-style): Added. |
78 |
|
(z-index): Support for negative values. |
79 |
|
|
80 |
|
2008-01-01 Wakaba <wakaba@suika.fam.cx> |
81 |
|
|
82 |
|
* Parser.pm: Set |manakai_base_uri| attribute of the |
83 |
|
created |CSSStyleSheet| object. |
84 |
|
More properties from CSS 2.1 are implemented. |
85 |
|
|
86 |
|
2008-01-01 Wakaba <wakaba@suika.fam.cx> |
87 |
|
|
88 |
|
* Cascade.pm: The |use strict| line was missing!!!!!!!!!11 |
89 |
|
(get_computed_value): Support for the |inherit| value. |
90 |
|
|
91 |
|
* Parser.pm: The |inherit| value is represented by new |INHERIT| |
92 |
|
value type, rather than |KEYWORD|. |
93 |
|
(position): The initial value was incorrect. |
94 |
|
|
95 |
|
2008-01-01 Wakaba <wakaba@suika.fam.cx> |
96 |
|
|
97 |
|
* Cascade.pm (get_cascaded_value): It now should return |undef| |
98 |
|
for shorthand properties. |
99 |
|
(get_specified_value, get_computed_value): New methods. |
100 |
|
|
101 |
|
* Parser.pm: |initial|, |inherited|, and |compute| properties |
102 |
|
are added to property definitions. |
103 |
|
|
104 |
|
2008-01-01 Wakaba <wakaba@suika.fam.cx> |
105 |
|
|
106 |
|
* Cascade.pm: Specificity and priority are now supported. |
107 |
|
|
108 |
|
* Parser.pm (get_selector_specificity): New method. |
109 |
|
|
110 |
|
2007-12-31 Wakaba <wakaba@suika.fam.cx> |
111 |
|
|
112 |
|
* Cascade.pm: New Perl module. |
113 |
|
|
114 |
|
* Parser.pm: |@namespace| prohibbitted immediately |
115 |
|
following |@namespace| rules by mistake. |
116 |
|
|
117 |
|
2007-12-31 Wakaba <wakaba@suika.fam.cx> |
118 |
|
|
119 |
|
* Parser.pm: Support for border-style properties, as a model case |
120 |
|
for shorthand properties. |
121 |
|
|
122 |
2007-12-31 Wakaba <wakaba@suika.fam.cx> |
2007-12-31 Wakaba <wakaba@suika.fam.cx> |
123 |
|
|
124 |
* Parser.pm: Ignore property which is not supported by the |
* Parser.pm: Ignore property which is not supported by the |