/[suikacvs]/messaging/manakai/lib/Message/DOM/CSSStyleDeclaration.pm
Suika

Diff of /messaging/manakai/lib/Message/DOM/CSSStyleDeclaration.pm

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

revision 1.8 by wakaba, Sun Jan 13 06:37:44 2008 UTC revision 1.9 by wakaba, Mon Jan 14 05:53:45 2008 UTC
# Line 42  sub AUTOLOAD { Line 42  sub AUTOLOAD {
42  sub css_text ($;$) {  sub css_text ($;$) {
43    ## TODO: setter    ## TODO: setter
44    
45      ## NOTE: Where and how white space characters are inserted are
46      ## intentionally changed from those in browsers so that properties are
47      ## more prettily printed.
48      ## See <http://suika.fam.cx/gate/2005/sw/cssText> for what browsers do.
49      ## TODO: Ordering issue.
50    require Whatpm::CSS::Parser;    require Whatpm::CSS::Parser;
51    my $self = $_[0];    my $self = $_[0];
52    my $r = '';    my $r = '';
# Line 68  sub css_text ($;$) { Line 73  sub css_text ($;$) {
73        }        }
74      }      }
75    }    }
   ## TODO: shorthands  
76    return $r;    return $r;
77  } # css_text  } # css_text
78    
# Line 138  sub css_text ($;$) { Line 142  sub css_text ($;$) {
142    my $self = shift;    my $self = shift;
143    require Whatpm::CSS::Parser;    require Whatpm::CSS::Parser;
144    
145      ## NOTE: Where and how white space characters are inserted are
146      ## intentionally changed from those in browsers so that properties are
147      ## more prettily printed.
148      ## See <http://suika.fam.cx/gate/2005/sw/cssText> for what browsers do.
149    ## TODO: ordering    ## TODO: ordering
150    ## TODO: any spec?    ## TODO: any spec?
151    my $r = '';    my $r = '';

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24