|
|
|
|
|
by talmand
4962 days ago
|
|
No use for CSS? CSS not powerful enough to express styling? Huh? You want to get rid of CSS for styling and replace it with something else for styling? Wha? The processors you speak of output CSS. They do nothing that cannot already be done with CSS, they just make it easier. Plus, when using javascript to apply styles you are still using CSS, you are just applying it in a different way. |
|
And CSS does nothing that can't be done with inline styling (well, that's probably not true now, but it was once and could be made so again), it just makes it easier.
If your site's styling is being produced by some program which knows things like "the nav bar is 20% blue" and "all otherwise unstyled text boxes have a grey background", there's no reason that program couldn't put the styles in the html directly.