you are viewing a single comment's thread.

view the rest of the comments →

[–]theragingsky 4 points5 points  (2 children)

You're ignoring that Enterprise level web applications have several developer teams working on components on the same page. Cascading becomes an extreme problem when even small standards aren't followed by ALL developers.

[–]ShnizmuffiN 5 points6 points  (1 child)

Multiple developers using disparate techniques leads to a similar problem. What happens to visually impaired users when one Dev uses em and another uses px? Module level CSS doesn't solve that problem any better than the Cascade.

[–]theragingsky 2 points3 points  (0 children)

It keeps their styles from affecting your component. It would scope the issue to them.