-
-
Notifications
You must be signed in to change notification settings - Fork 79k
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
Stacked progress bar is incompatible with aria-valuenow=0 #14736
Comments
Hi @chrisirhc! You appear to have posted a live example (http://run.plnkr.co/plunks/MqKBgSEWHidDY6lNFWwG/), which is always a good first step. However, according to the HTML5 validator, your example has some validation errors, which might potentially be causing your issue:
You'll need to fix these errors and post a revised example before we can proceed further. (Please note that this is a fully automated comment.) |
The validation errors are intentional as mentioned above. |
Refs #12848. |
Duplicate of #14586. |
Ugh, yeah, probably have to remove that, too. |
When using stacked progress bars, the value 0 is not usable with the
aria-valuenow
attribute.See:
http://plnkr.co/edit/MqKBgSEWHidDY6lNFWwG?p=preview
This is due to the min-width for the
[aria-valuenow=0]
pushing the 100% bar element to the next line.Discovered while testing angular-ui/bootstrap#2511 .
The text was updated successfully, but these errors were encountered: