/[suikacvs]/markup/html/whatpm/Whatpm/CSS/ChangeLog
Suika

Diff of /markup/html/whatpm/Whatpm/CSS/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.61 by wakaba, Sun Jan 20 04:02:25 2008 UTC revision 1.79 by wakaba, Sun Jan 27 08:58:05 2008 UTC
# Line 1  Line 1 
1    2008-01-27  Wakaba  <wakaba@suika.fam.cx>
2    
3            * Parser.pm ($one_keyword_parser): More accurate error location
4            reporting.
5            ('overflow-x', 'overflow-y'): Implemented.
6            ('overflow'): Reimplemented as a shorthand.
7    
8    2008-01-27  Wakaba  <wakaba@suika.fam.cx>
9    
10            * Parser.pm ('opacity' parse): Support for '+'.
11    
12    2008-01-27  Wakaba  <wakaba@suika.fam.cx>
13    
14            * Parser.pm ('letter-spacing' parse): Support for '+'.
15            ('border-spacing' serialize_multiple): Revised taking into
16            account 'import' and 'inherit'.
17            ('border-spacing' parse): Support for '+'.
18    
19    2008-01-27  Wakaba  <wakaba@suika.fam.cx>
20    
21            * Parser.pm ($parse_color): Support for '+'.  HSL to RGB
22            convertion was wrong.
23            ('orphans', 'background-position' parse): Support for '+'.
24    
25    2008-01-27  Wakaba  <wakaba@suika.fam.cx>
26    
27            * Parser.pm ('z-index', 'line-height', 'border-width' parse): Support
28            for '+'.
29            ('margin-top' parse): Fixed to report more accureate error
30            position.
31            ('right'): Negative values and 'auto' were not supported.
32    
33    2008-01-26  Wakaba  <wakaba@suika.fam.cx>
34    
35            * Parser.pm ('font-weight' parser): Support for '+'.
36    
37            * Tokenizer.pm: Normalize number stored in |NUMBER_TOKEN|,
38            |PERCENTAGE_TOKEN|, and |DIMENSION_TOKEN|.
39    
40    2008-01-26  Wakaba  <wakaba@suika.fam.cx>
41    
42            * Parser.pm ('font-size' parser): Support for '+'.  Fixed to
43            report more accurate error position.  Enabled the
44            support for '-webkit-xxx-large'.
45            ('font' parse): Support for '+' in <'font-weight'>
46            and <'font-size'>.
47    
48    2008-01-26  Wakaba  <wakaba@suika.fam.cx>
49    
50            * Parser.pm ('background' serialize_multiple, 'background-position'
51            serialize_shorthand): Reimplemented taking 'inherit'
52            and 'important' into account.
53            ('background' parse): Support for '+'.  Correct initial value
54            for 'background-position-y' was not set in some cases.
55            Wrong value was set to 'background-position-x' in some case.
56            Did not return by some syntax errors.
57    
58    2008-01-26  Wakaba  <wakaba@suika.fam.cx>
59    
60            * Parser.pm (get_char): Use argument to avoid self reference.
61    
62            * Tokenizer.pm: Set the tokenizer itself as the first
63            argument to the |get_char| function.
64    
65    2008-01-26  Wakaba  <wakaba@suika.fam.cx>
66    
67            * Parser.pm ('border' serialize_multiple): Reimplement
68            to take 'inherit' and 'important' into account.
69    
70    2008-01-26  Wakaba  <wakaba@suika.fam.cx>
71    
72            * Parser.pm (serialize_shorthand, serialize_multiple): The
73            leading | ! |s in the priority part were removed (now they
74            are added by |css_text| attribute implementation).
75            (border-width, border-style, border-color serialize_shorthand): Typo
76            fixed.
77    
78    2008-01-26  Wakaba  <wakaba@suika.fam.cx>
79    
80            * Parser.pm (font serialize_shorthand): Implemented.
81            ($generic_font_keywords): Typo fixed.
82    
83    2008-01-26  Wakaba  <wakaba@suika.fam.cx>
84    
85            * Parser.pm: Return value of |serialize_multiple| methods
86            are changed.
87            ('margin' serialize_multiple, 'padding' serialize_multiple):
88            Implemented.
89            ('border-style' serialize_shorthand, 'border-color'
90            serialize_shorthand, 'border-width' serialize_shorthand,
91            'border-left' serialize_shorthand, 'border-top' serialize_shorthand,
92            'border-bottom' serialize_shorthand, 'border-right'
93            serialize_shorthand): New.
94    
95    2008-01-24  Wakaba  <wakaba@suika.fam.cx>
96    
97            * Parser.pm (parse_char_string): Treatement for non-important
98            duplicate declarations was incorrect.
99            (margin): Use 'margin' shorthand property for serializing
100            margin-related properties if possible.  Support for the |+|
101            sign in <'margin'> is added.
102    
103    2008-01-24  Wakaba  <wakaba@suika.fam.cx>
104    
105            * Parser.pm: Support for the |+| sign in 'margin-top' and
106            similar properties.
107    
108    2008-01-22  Wakaba  <wakaba@suika.fam.cx>
109    
110            * Parser.pm (new {onerror}): The default error handler (outputting
111            to the standard error output) is defined.
112            (parse_char_string {get_char}): Set the next number to the
113            column number of the last character as the column of the
114            end of file pseudo-character.
115    
116    2008-01-20  Wakaba  <wakaba@suika.fam.cx>
117    
118            * Parser.pm, SelectorsParser.pm: Error type strings are revised.
119    
120    2008-01-20  Wakaba  <wakaba@suika.fam.cx>
121    
122            * Parser.pm, SelectorsParser.pm: |{href}| parameter added
123            to all the onerror invocations.  The |{onerror}| function
124            is no longer called with |{line}| and |{column}| parameters.
125    
126            * Tokenizer.pm: All token are now given |{line}| and |{column}|
127            values.
128    
129  2008-01-20  Wakaba  <wakaba@suika.fam.cx>  2008-01-20  Wakaba  <wakaba@suika.fam.cx>
130    
131          * Parser.pm (parse_char_string): Revise |$tt->{get_char}| callback          * Parser.pm (parse_char_string): Revise |$tt->{get_char}| callback

Legend:
Removed from v.1.61  
changed lines
  Added in v.1.79

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24