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