|
|
|
|
|
by chriswarbo
3071 days ago
|
|
> your answer can't be "the browser's implementation of the spec is shitty, blame them." If it's a major browser which management cares about, then you should be testing with it already. If you're not, then logging user agent strings isn't going to help. Logging user agent strings would help if, for example, an unexpectely-large proportion of users are using a "non-major" browser, in which your site is broken. If the proportion is small, management won't care. If the proportion is expected, then market/demographic research is partly to blame; update the spec. If the browser is "major", you should be testing with it anyway. If the site isn't broken, there's no problem. |
|
Even if Chrome followed the spec to a T, programmers still write bugs. So, I'm not going to expect a browser (at least) 15 versions old to behave perfectly. And we all know that the spec isn't perfectly implemented.
So, no. Unfortunately sometimes there are things that will make management care a lot about a browser that they really shouldn't.