|
|
|
|
|
by jrockway
2493 days ago
|
|
This means that you need some sort of comprehensive integration that tests all corner cases of features you use. You certainly can't rely on the browser vendors to implement every feature perfectly according to spec with no bugs. So you have to test it yourself. Most people test their app, see that it mostly works, and then declares the browser supported. That's why we get these things like "please use browser X"; it's what the developers checked the corner cases on. |
|