|
|
|
|
|
by pornel
4250 days ago
|
|
Inline CSS isn't any more awful than any other meaningless presentational markup. Why use inline CSS? Because it's simpler and obvious. The proposed hack has no upsides: it isn't any more accessible, isn't any more maintainable, and it isn't any more performant (quite the opposite). To me it's in the same category as replacing `<font color=red>` with `<span class=red>`, because "font is bad". |
|
The CSS is ugly because of the many redundant rules. But if you have x bar charts on y pages, then one ugly CSS file is better than x repeated ugly spots spread out in y HTML files.