-
Notifications
You must be signed in to change notification settings - Fork 5
Settle minimum browser version required #98
Comments
I'd say whatever win7 supports - so ie11. Respective Firefox and Chrome versions too. |
How do you set a limit - or is it a question of not using things that older browsers won't handle? Also does it involve testing something in the End-users browser? I hope it doesn't come down to agent-string sniffing as that is just not reliable... |
Right, just a matter of how much of a headache are we willing to do to support older browsers. |
This. |
There's a great website https://caniuse.com for this, once we settle on the minimum browser version. |
Since the start of the year, these are the browsers used on our websites that have passed the 1% barrier: I think the worst browser we need to worry about is Internet Explorer. Unfortunately the stats can't show us what version of it are people using, but I think whatever version an updated Windows 7 installation has would be good enough. |
I think Matomo can list browser versions as well... need to remember where exactly :) |
|
That sounds good to me! |
For FireFox you'd probably also want to handle the ESR version. As an aside GitHub is playing silly buggers in that they have go so bleeding edge that they are not supporting my browser choice any-more - though someone has come up with an XPI (not something that Mozilla touches nowadays) addon https://github.com/JustOff/github-wc-polyfill/ that fixes things (since the person released it a few days ago they have broken things further and an update to the fix has become necessary) - what is scary is that GitHub is the location of the repository for the browser so that they (GH) are helping to prevent the developer not to be able eat their own dog food... |
Any ideas where we draw lines?
Some folks like to play Mudlet on old Win XP or Linux versions from years ago. These will probably ship outdated browsers as well.
How far back do we need ir want to support them?
This may influence ability to use certain features or no.
The text was updated successfully, but these errors were encountered: