/[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.76 by wakaba, Sun Jan 27 07:19:05 2008 UTC revision 1.91 by wakaba, Sun Feb 10 09:38:27 2008 UTC
# Line 1  Line 1 
1    2008-02-10  Wakaba  <[email protected]>
2    
3            * Parser.pm (parse_char_string): Create a style sheet
4            before the actual parsing (or use the style sheet created before
5            the invocation to the method.
6            (init): New.
7    
8    2008-02-10  Wakaba  <[email protected]>
9    
10            * Parser.pm: |attr(prefix|localname)| did not work.  Support
11            for uppercase namespace prefixes (namespace prefixes were
12            not normalized into lowercase when they were looked up.).  Report
13            the property name token when an unknown property error is raised.
14            The '-moz-pre-wrap' value is supported for 'white-space' property.
15            ('background-position'): 'center left' and 'center right'
16            were not supported.
17    
18            * SelectorsParser.pm: Report the namespace prefix token when
19            an undeclared prefix error is raised.  S_TOKEN in
20            COMBINATOR_STATE was not handled correctly.
21    
22    2008-02-09  Wakaba  <[email protected]>
23    
24            * Parser.pm (new): s/unsupported/u/;
25    
26    2008-02-08  Wakaba  <[email protected]>
27    
28            * Parser.pm: Support for '@nedia' at-rule.
29    
30    2008-02-08  Wakaba  <[email protected]>
31    
32            * MediaQueryParser.pm, MediaQuerySerializer.pm: New Perl modules.
33    
34    2008-02-03  Wakaba  <[email protected]>
35    
36            * Parser.pm ('display', 'list-style-type',
37            'caption-side'): CSS 2.0 values added.
38            ('font-size-adjust', 'font-stretch', 'marker-offset'): Implemented.
39            ($length_percentage_keyword_parser): Now this is in a variable.
40            ($length_keyword_parser): Now this is in a variable, too.
41            ('font'): Reset 'font-size-adjust' and 'font-stretch' as
42            defined by CSS2.
43            ('marks', 'size', 'page'): Implemented.
44    
45    2008-02-02  Wakaba  <[email protected]>
46    
47            * Parser.pm ($default_serializer, serialize parameters): Removed (now
48            it is part of manakai Message::DOM::CSSStyleDeclaration).
49            ('overflow' key): Removed (since it is a shorthand property).
50    
51    2008-02-02  Wakaba  <[email protected]>
52    
53            * Parser.pm ('font', 'cursor'): Serializer are
54            merged with $default_serializer.
55    
56    2008-02-02  Wakaba  <[email protected]>
57    
58            * Parser.pm ($default_serializer): New 'RECT' type supported.
59            ('clip'): Implemented.
60    
61    2008-01-30  Wakaba  <[email protected]>
62    
63            * Parser.pm ($default_serializer): New 'ADDCOUNTER'
64            and 'SETCOUNTER' types supported.
65            ('content'): 'counter()' and 'counters()' are supported iff
66            the property 'counter-reset' is supported.
67            ('counter-reset', 'counter-increment'): Implemented.
68    
69    2008-01-28  Wakaba  <[email protected]>
70    
71            * Parser.pm ($default_serializer): New 'CONTENT' type supported.
72            ('content'): Implemented.
73    
74    2008-01-27  Wakaba  <[email protected]>
75    
76            * Parser.pm ($default_serializer): 'QUOTES' type supported.
77            ('quotes'): Implemented.
78    
79    2008-01-27  Wakaba  <[email protected]>
80    
81            * Parser.pm ($one_keyword_parser): More accurate error location
82            reporting.
83            ('overflow-x', 'overflow-y'): Implemented.
84            ('overflow'): Reimplemented as a shorthand.
85    
86    2008-01-27  Wakaba  <[email protected]>
87    
88            * Parser.pm ('opacity' parse): Support for '+'.
89    
90    2008-01-27  Wakaba  <[email protected]>
91    
92            * Parser.pm ('letter-spacing' parse): Support for '+'.
93            ('border-spacing' serialize_multiple): Revised taking into
94            account 'import' and 'inherit'.
95            ('border-spacing' parse): Support for '+'.
96    
97  2008-01-27  Wakaba  <[email protected]>  2008-01-27  Wakaba  <[email protected]>
98    
99          * Parser.pm ($parse_color): Support for '+'.  HSL to RGB          * Parser.pm ($parse_color): Support for '+'.  HSL to RGB

Legend:
Removed from v.1.76  
changed lines
  Added in v.1.91

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24