<button>
s under “Options” don’t have their status communicated programatically
#109
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: projects/fipamo#109
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Where: Add/Edit page
What: The
<button>
s under “Options” don’t have their status communicated programaticallyRecommendation: Apply the APG toggle button pattern to things like the “Publish”; its use of
aria-pressed
will make sure assistive technologies known the status of the buttons.Note: the “B”, “I”, and “S” buttons in the “Editor toolbar” would usually also classify as toggle buttons. But it looks like these only activate formatting behaviour rather than also deactivating it.
2. after “bold” activation and selecting the text again
3. after activating “bold” once more, the markdown is added twice rather than deactivated