Requesting changes for the browser support on Joomla 4 #32784
dgrammatiko
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
I was wondering how to find out the % browser support. I have used |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Right now Joomla 4 has a policy of n-2 for it's browser support: https://volunteers.joomla.org/departments/production/reports/1031-production-dept-meeting-may-28-2019
This is bad, extremely bad. For example, Chrome (and thus, Edge, Opera, Samsung, Brave, the list goes on) has a release every 6 weeks. So, in my mind, I could think that Joomla 4 will only support browsers up to 12 weeks old (ok not every release is a major but you get where I'm going) (actually every release on their schedule IS a major one).
Also, the notion of Major version is fading away for web development:
So what's the alternative?
Adhere to a rule of
we ship features that have over >90% browser support
. (the90%
needs to be defined, 95 or 97 seem good values)For example, If I do a PR that I use
focus-visible
in the CSS the PR should be automatically closed (support is under 90% https://caniuse.com/css-focus-visible) unless there is a polyfill (and the usage is acceptable)Beta Was this translation helpful? Give feedback.
All reactions