-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Tracking issue for RFC 1985: Tiered browser support #43035
Comments
I'm not entirely sure what the implementation steps are here -- certainly, they involve some documentation. @carols10cents, can you comment further? |
I've added a bunch of tasks-- it's mostly documentation, testing, and issue cleanup :) |
The search in Rust docs is not working in IE11. Entering a query and hitting Enter does nothing, it shows no search results etc. which makes the navigation difficult. IE11 is still used in many educational institutions around the world (and often the only installed browser) and since Rust is striving for accessibility and inclusiveness, the search functionality should also work in IE11. EDIT: Btw, crates.io only shows a totally green page (only the background), no UI elements in IE11. |
The error i get when running the nightly docs in the IE11 debugger is
According to MDN it's possible to create a stopgap implementation for browsers without the |
@Boscop this policy doesn't mean that we will not accept PRs to make things compatible; it's a statement about what we have the time, energy, and power to support as a project. In general, we're quite happy to merge things for broader compatibility, but it's up to the people who care about those platforms to help out. This is similar to the tier system for platform support generally. |
Damn, I'll need to grab a windows... |
For those without an installation of Internet Explorer available, Microsoft makes virtual machine images available with various versions of IE and Edge, for browser testing. |
Visited during T-compiler cleanup of open tracking issues (on Zulip). We think that this now can be closed, we never really needed something like that, all of our websites need only basic features like HTML5+CSS and a sprinkle of JS where necessary - and we like to keep it like that. |
Just for historical documentation, crates.io was the main driver of this RFC and definitely needed a browser support policy. I agree with the closing of this issue though; we have had our browser support codified for quite some time so this issue is moot. Although I see now the playground is mentioned, and that also might be relevant -- @shepmaster has the playground documented its supported browsers? |
Not in a public fashion, but we make use of a .browserslistrc that follows / links to this RFC. |
RFC
The text was updated successfully, but these errors were encountered: