-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? # to your account
Expose toggle buttons in accessibility tree #1403
Labels
domain:accessibility
This issue reports an accessibility problem.
domain:ui/ux
This issue reports a problem related to UI or UX.
package:ui
type:improvement
This issue reports a possible enhancement of an existing feature.
Milestone
Comments
Closed
oleq
added a commit
to ckeditor/ckeditor5-basic-styles
that referenced
this issue
Aug 12, 2019
Fix: The UI buttons should be marked as toggleable for better assistive technologies support (see ckeditor/ckeditor5#1403).
oleq
added a commit
to ckeditor/ckeditor5-block-quote
that referenced
this issue
Aug 12, 2019
Fix: The UI buttons should be marked as toggleable for better assistive technologies support (see ckeditor/ckeditor5#1403).
oleq
added a commit
to ckeditor/ckeditor5-heading
that referenced
this issue
Aug 12, 2019
Fix: The UI buttons should be marked as toggleable for better assistive technologies support (see ckeditor/ckeditor5#1403).
oleq
added a commit
to ckeditor/ckeditor5-highlight
that referenced
this issue
Aug 12, 2019
Fix: The UI buttons should be marked as toggleable for better assistive technologies support (see ckeditor/ckeditor5#1403).
oleq
added a commit
to ckeditor/ckeditor5-image
that referenced
this issue
Aug 12, 2019
Fix: The UI buttons should be marked as toggleable for better assistive technologies support (see ckeditor/ckeditor5#1403).
oleq
added a commit
to ckeditor/ckeditor5-link
that referenced
this issue
Aug 12, 2019
Fix: The UI buttons should be marked as toggleable for better assistive technologies support (see ckeditor/ckeditor5#1403).
oleq
added a commit
to ckeditor/ckeditor5-list
that referenced
this issue
Aug 12, 2019
Fix: The UI buttons should be marked as toggleable for better assistive technologies support (see ckeditor/ckeditor5#1403).
oleq
added a commit
to ckeditor/ckeditor5-paragraph
that referenced
this issue
Aug 12, 2019
Fix: The UI buttons should be marked as toggleable for better assistive technologies support (see ckeditor/ckeditor5#1403).
oleq
added a commit
to ckeditor/ckeditor5-alignment
that referenced
this issue
Aug 12, 2019
Fix: The UI buttons should be marked as toggleable for better assistive technologies support (see ckeditor/ckeditor5#1403).
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Labels
domain:accessibility
This issue reports an accessibility problem.
domain:ui/ux
This issue reports a problem related to UI or UX.
package:ui
type:improvement
This issue reports a possible enhancement of an existing feature.
Is this a bug report or feature request? (choose one)
π Feature request
π» Version of CKEditor
https://ckeditor.com/docs/ckeditor5/latest/examples/builds/classic-editor.html
π Steps to reproduce
β Expected result
[aria-pressed]
attribute changes value fromoff
toon
.β Actual result
[aria-pressed]
attribute is added only when the button is in on state.π Other details that might be useful
https://w3c.github.io/aria-practices/examples/button/button.html
The text was updated successfully, but these errors were encountered: