-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
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
.carousel-control hidden by default #3122
Comments
No, we'll keep it all visible. |
Why? What possible advantage could there be to keeping it visible for users that can't use it? |
This was referenced Dec 7, 2021
This was referenced Nov 28, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the interests of progressive enhancement, I think
.carousel-control
elements should be hidden by default, then made visible by Javascript when.carousel()
is called. That way, users that don't have Javascript won't see the prev/next buttons that don't do anything.The text was updated successfully, but these errors were encountered: