WIP: Fix for #109, add toggle state to buttons #112
No reviewers
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: projects/fipamo#112
Loading…
Reference in a new issue
No description provided.
Delete branch "toggle-buttons-#109"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds aria-pressed to the “Options” toggle buttons; this communicates their state to assistive technologies.
The CSS doesn't render. I changed it a few weeks back to just be pure CSS that lives in the
public/assets
directory. The style directory full of SCSS files is legacy that I use to reference from time to time, but it's not used by the build anymore.I appreciate the hold off. This is pretty significant change that affects the CSS as well, so I'll more than likely make that change as I redo the CSS and remove all of the invalid
role
attributes I used through out.The current implementation doesn’t rely on any CSS changes; both the
data-active
andaria-pressed
are still present. If you want this is ready to go!Pull request closed