Linked by Thom Holwerda on Sat 5th Jan 2013 14:53 UTC
Thread beginning with comment 547515
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.
RE[4]: We are talking about IE here!
by lucas_maximus on Sun 6th Jan 2013 12:09
in reply to "RE[3]: We are talking about IE here! "
RE[4]: We are talking about IE here!
by Lennie on Tue 8th Jan 2013 18:19
in reply to "RE[3]: We are talking about IE here! "
Those exist:
http://www.javascriptjedi.com/browser_js_features.htm
Not that they are particularly useful to most webdevelopers, most of the time, but they do exist.




Member since:
2005-11-16
Hi,
I think the "user agent" string should be banned, and replaced with something to indicate which standard/s the client supports.
This way you get the best of both worlds:
- Web developers don't need to prototype with many browsers
- Web developers don't need to care about broken implementations
- Web developers can easily support older or newer standards (e.g. if browser says it only supports HTML 3, then don't give it HTML 5)
- Browser developers that keep screwing things up end up having a reason to fix their broken puss
There's a completely separate issue (most of the stuff designed by W3C takes an excessively large amount of work for browser developers to support correctly, because most of it is a "designed by committee" ugly and overcomplicated pile of puke that tries to be bad for many things instead of being good for one thing), but this doesn't change the basic idea that if you're adopting a standard you should adopt that standard correctly.
- Brendan