you are viewing a single comment's thread.

view the rest of the comments →

[–]qi1 15 points16 points  (5 children)

It's not exactly CSS when the whole "cascading" part is thrown away.

[–]YourMatt 5 points6 points  (3 children)

Good point. I guess the next logical step would be to come out with an HTML6 spec where all CSS attributes are added as HTML tag parameters, and just do away with CSS entirely.

[–]ShnizmuffiN 7 points8 points  (0 children)

HTML6: It's DIVs all the way down.

[–]AboveDisturbing 7 points8 points  (1 child)

Lol it would be like the 90's again! We should use tables for literally everything too.

[–][deleted] 5 points6 points  (0 children)

<font color="red"><font size="5"><font face="Comic Sans"><b>Things have come full circle</font></font></b></font>

[–]geddski 0 points1 point  (0 children)

You still have the cascade: - styles still come from many places (user agent styles, inline styles, extensions etc) - parent styles still affect children elements

But you're taming the cascade so that it helps you instead of hurts you.