|
|
|
|
|
by lylepstein
4603 days ago
|
|
There's still a lot of differing behavior in modern browsers that a feature check doesn't expose. Bugs, quirks, performance characteristics (e.g. slow SVG animation in Firefox), and just plain divergences from the spec. HTML5 media is my favorite example of this: mobile devices will actually straight up lie to you when you call certain methods. If you're making even moderate use of any HTML5 features, you're going to end up doing user agent sniffing. |
|