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

Make global progress bar hidden from screen readers #2758

Merged
merged 1 commit into from
Dec 18, 2023

Conversation

fonsp
Copy link
Owner

@fonsp fonsp commented Dec 18, 2023

This is about the progress bar at the top of the notebook UI.

It should either be live, or totally hidden. Let's make it hidden for now, since it's a "visual bonus".

@fonsp fonsp added frontend Concerning the HTML editor accessibility Accessibility improvements of the frontend, like screen reader support and internationalization labels Dec 18, 2023
Copy link
Contributor

Try this Pull Request!

Open Julia and type:

julia> import Pkg
julia> Pkg.activate(temp=true)
julia> Pkg.add(url="https://github.com/fonsp/Pluto.jl", rev="progress-bar-aria-hidden")
julia> using Pluto

@fonsp fonsp merged commit 05131df into main Dec 18, 2023
@fonsp fonsp deleted the progress-bar-aria-hidden branch December 18, 2023 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accessibility Accessibility improvements of the frontend, like screen reader support and internationalization frontend Concerning the HTML editor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant