Skip to content
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

rustdoc: Show nag box on IE11 #84340

Merged
merged 2 commits into from
Apr 20, 2021
Merged

rustdoc: Show nag box on IE11 #84340

merged 2 commits into from
Apr 20, 2021

Commits on Apr 19, 2021

  1. rustdoc: Show nag box on IE10

    Rustdoc doesn't work on IE11. It's been broken for months, it isn't supported
    by the [tiered browser support list], it's even more severely broken on other
    Rust websites, and IE11 doesn't support the `<details>` tag that we want
    to use.
    
    In the interest of honesty, let's give an actual error message for anyone
    on IE11.
    
    [tiered browser support list]: https://github.com/rust-lang/rfcs/blob/master/text/1985-tiered-browser-support.md
    notriddle committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    9b62407 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20c3627 View commit details
    Browse the repository at this point in the history