Linked by Thom Holwerda on Wed 19th Dec 2007 21:48 UTC, submitted by RJop
Thread beginning with comment 292387
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.




Member since:
2006-01-16
This is a CSS test, not a HTML test.
If a website is well-written, all the design rules are inside CSS, while the HTML itself only provides the topological information (this is a headline, this text is emphasized).
IE, if you use a "typical" browser like Firefox or IE, you want the website to be shown according to the CSS rules and you want that to be done right, how it is meant to be.
If you don't want this, you can disable CSS or use a browser who doesn't understand it, like lynx, and have the website "your way".
The problem is, many web developers don't really get it with the seperation of content+structure and design. That said, tests like ACID still make sense.