* Wim H Bezemer wrote:
>Is there an app which re-formats longhand CSS into shorthand CSS?

I do not think there is and this is also a quite difficult excercise if
you do not want to semantically change the style sheet. The longhands
may resolve to different things depending on the CSS level, for example,
'font' would reset font-stretch and font-size-adjust to their initial
values, but most likely you don't specify them, so the tool cannot know
whether you want this side-effect, if it assumes it does and you did
not actually want that, your style sheet gets different semantics, and
if you want it to assume that, but it does do it, then the tool would
not produce the effect you are looking for.
-- 
Björn Höhrmann · mailto:[EMAIL PROTECTED] · http://bjoern.hoehrmann.de
Weinh. Str. 22 · Telefon: +49(0)621/4309674 · http://www.bjoernsworld.de
68309 Mannheim · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/ 
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to