Daniel Glazman wrote: > Basic CSS support in Composer has been checked-in yesterday. > > When the corresponding preference is set, Composer now generates > CSS inline styles instead of deprecated elements and/or attributes > (when possible). > > Se bug 77705 for more information.
bugzilla is out for lunch, so I can't look, whats written there. style attributes are deprecated too. Style attributes are very buggy on Netscape 4.x, which is a more then 10% minority in Europe. Mozilla and Netscape 6.x is a less than 1% minority in Europe. So Netscape 4.x compatible HTML code is necessary. Style blocks in the header with style definitions refered by class attributes or by id attributes would be much better. Separate auto generated stylesheet files would be the best.
