<button>
s under “Options” don’t have their status communicated programatically
#109
Open
opened 1 year ago by Moiety
·
0 comments
Loading…
Reference in New Issue
There is no content yet.
Delete Branch '%!s(<nil>)'
Deleting a branch is permanent. It CANNOT be undone. 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