Make the carousel-indicators
's button more agnostic
#37768
Unanswered
CyrilKrylatov
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello there,
I was using the carousel for my project and I was telling myself that the
BUTTON
elements from.carousel-indicators
should have theiraria-current
attribute and.active
class without being within a.carousel-indicators
element.In other words, for the moment,
when I click on
button[data-bs-slide-to="1"]
this element will have.active
class andaria-current="true"
attribute.But:
Will not, or for me, it should be.
What do you think of that?
Also I've never participed on Bootstrap, that could be eventually my very first PR if you think that could be a good idea.
Cheers!
✌️
Beta Was this translation helpful? Give feedback.
All reactions