-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Fron-end wise discussion] Browser support list and supporting features of modern browsers #1050
Comments
Additionally this list can be extended by list of server-side solutions like containers for assets generation flow, deployment strategies (which is not an agnostic way, but if we would provide possibility to do that from code prospective it will be better for platform i think), etc. |
Summoning @alankent, @vasiliyseleznev, @maksek for discussion. |
List of some of the issues raised in this prospective: |
In this topic we could additionally discuss things like rich snippets (as mentioned before), but as well accessibility standards adoption on magento platform... |
Sorry, I have been doing some traveling with work. Just catching up with email etc. This has been tagged for product and tech to have a look. (A warning - large requests with lots of items take longer to get through and tend to get pushed down the backlog as they take a significant effort to just review.) What would be helpful however is to get other community feedback on the relative importance to this to other work. As always, its not a question of whether its a good idea or not - its normally a question of whether this is more important than other things on the backlog. Feedback from multiple community members helps us make this determination. I do want to note that just because IE does not officially support a version of a browser does not mean its acceptable for us to not support it. We are driven by usage stats - if enough users still use a web browser then I don't think Merchants want us dropping support for that browser (regardless of whether the browser version is EOL or not) |
Where appropriate it would be beneficial to Magento to use "graceful degradation." (e.g. my ticket #1022). I.e. Magento programs for the lowest common denominator and for browsers that support better features better features become activated (e.g. #1022). Chrome and Firefox have been evergreen for a long time now, and IE will be evergreen soon. My suggestion for browser compatibility then would be IE10+, Latest Chrome, Latest FF. |
The GitHub issue tracker is intended for technical issues only. Please refer to the Community Forums or Magento Stack Exchange site for technical questions. In your case, the programming questions forum is likely the most appropriate. Feel free to reopen this issue if you think you have encountered a bug in Magento 2. |
Hello everyone, i would like to start discussion about support list of browsers and supporting features (and their adoption on M2 codebase) in front-end prospective for GA release.
Due to major problem of adopting new features is always was IE (historically that occurs like that) we were not been able to adopt in spread basis, it most of the time depends on requirements of clients/agencies, but since Microsoft announces theirs plans to support only latest version of browser in order to be up to date and open for developers community, we can adopt new things for M2 GA release (it is because if will be just 3 month off from MS will drop support of current version in flavour of latest).
So i would like to propose you to adopt following techs (as a basis to be consistent with modern requirements of industry).
List of need features (as per my opinion) looking like this:
etc..
This list can be extended during discussion, but from my stand point we need to adopt those things (or at least some of them), since during of GA release we can be in that spot when technologies that will be used in M2 can be already obsolete in terms of modern requirements of web apps.
I do raised this issue due to want to know, is effort is required or not, since there is more than just effort need from community and M2 core team to achieve that, due to many changes needs to be done in codebase to achieve that.
What do you think about that M2 community?
The text was updated successfully, but these errors were encountered: