Open KOT-OPET opened 9 months ago
Isn't that because HTML specs says that an ID should begin with a letter? https://www.w3.org/TR/html401/types.html#type-name
thank you! I discovered it too after I've filled the issue. So - my bad, I guess?
Still, the inconsistent behaviour of Bootstrap is confusing.
Hey,
Are we asked to do something here ? I can't see how to handle it properly ? Should we mention it in the migration guide or something ? Or maybe we can safely close this issue ?
It's up to you to decide. I'm not a competent person.
I think it's worth to be mentioned in a changelog for the last version, because this is where I've checked if the behaviour was changed.
Prerequisites
Describe the issue
I have a following shortcode in my project:
This is a pretty much default bootstrap carousel with a bit of hugo html templating and custom styles.
After updating from 5.3.1 to 5.3.2 all my carousels stopped working. Buttons have become unresponsive.
I think I found a bug. Turns out, the carousel stops working if you assign a numeric value to
div id=
attribute. All my ids are numeric, so basically my whole website is broken on the 5.3.2 version. However, it worked on 5.3.1.I checked it with codepen, and you can see a test case below.
What operating system(s) are you seeing the problem on?
macOS
What browser(s) are you seeing the problem on?
Safari
What version of Bootstrap are you using?
5.3.2