[Sigia-l] Web Standards and I.A.s
Listera
listera at rcn.com
Fri Apr 9 12:43:25 EDT 2004
"PTrebukov at SpencerStuart.com" wrote:
> Try TopStyle: http://www.bradsoft.com/topstyle/index.asp
It's a very capable product but neither runs on my platform nor supports
multiple-nested grouping of styles, AFAIK. The latter, incidentally, is a
dead-simple way of organizing styles via standard HTML-style comments:
/*<group=groupname1>*/
.style1 {}
.style2 {}
/*<group=groupname2>*/
.style3 {}
.style4 {}
/*</group>*/
.style5 {}
/*</group>*/
I wish this would show up in all CSS editors as:
groupname1
style1
style2
groupname2
style3
style4
style5
When you have dozens of styles to manage, it makes a huge difference in
productivity, when you can nest and expand/collapse styles arbitrarily.
Ziya
Nullius in Verba
More information about the Sigia-l
mailing list