You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the issue tracker for open and closed issues that are similar to the bug report I want to file, without success.
I have searched the documentation for information that matches the description of the bug I want to file, without success.
This issue contains only one bug.
Describe the bug
Open a video inside of a playlist and hit the Shuffle, Loop, Reverse, or Pause button.
See that color is the only thing indicating whether the control is active or not. This makes color the only way to distinguish between these states of activity, thus introducing the inaccessibility anti-pattern of color dependence.
See that aria-pressed is not set to true.
Expected Behavior
Add a separate visual indication to the control when it is active and/or inactive. Example from YT: the icon's font-weight increases.
Add aria-pressed: true when a toggle is active.
Issue Labels
accessibility issue, usability issue
FreeTube Version
v0.20.0
Operating System Version
OpenSUSE TW
Installation Method
.zip
Primary API used
Local API
Last Known Working FreeTube Version (If Any)
No response
Additional Information
No response
Nightly Build
I have encountered this bug in the latest nightly build.
The text was updated successfully, but these errors were encountered:
Guidelines
Describe the bug
aria-pressed
is not set to true.Expected Behavior
aria-pressed: true
when a toggle is active.Issue Labels
accessibility issue, usability issue
FreeTube Version
v0.20.0
Operating System Version
OpenSUSE TW
Installation Method
.zip
Primary API used
Local API
Last Known Working FreeTube Version (If Any)
No response
Additional Information
No response
Nightly Build
The text was updated successfully, but these errors were encountered: