-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BITV] 9.4.1.2/3.16 - Custom editing menubar should be implemented using role=toolbar and not role=menubar. (2) #3911
Comments
Isn't this already covered by #3863? |
Cant tell @juliushaertl - best to clarify with @michaelnissenbaum |
Any update on the state? @juliushaertl @michaelnissenbaum |
@juliushaertl yes and no, the title of this issue is misleading. That issue covers the toolbar vs menubar handling.
|
… items (fix #3911) Signed-off-by: Julius Härtl <jus@bitgrid.net>
… items (fix #3911) Signed-off-by: Julius Härtl <jus@bitgrid.net>
… items (fix #3911) Signed-off-by: Julius Härtl <jus@bitgrid.net>
fix(menubar): Add aria-selected and aria-activedescendant to menu bar items (fix #3911)
This issue seems either to be understood incorrectly or initially incorrect. This is about tool bar in the text app: > "programmatically determinable via
|
Dear @michaelnissenbaum, thank you for your reply!
Yes, this is already being fixed. Actually, we were checking that everything is used correctly here recently when we found that some incorrect, in our opinion, attributes were added intentionally to follow instructions from this issue. Thank you for clarifying the What about |
I don't think we need the aria-activedescendant attribute in this case, as we have a toolbar element. |
Important
For QA, please just check that PRs are merged to stable28
Currently selected styles on selected text in the editing region ("div" with "contenteditable=true") are shown visually (light blue background) but they are not programmatically determinable via aria-selected attribute. aria-activedescendant is not used on toolbar styling elements. Also missing is appropriate scripted focus management for the style toolbar and for its drop-down submenus like headings, insert image, insert emoi).
Details
https://report.bitvtest.de/default-en/d63601ac-cb34-4645-8256-66bec78964a0.html#checkpoint-bfbf07e5c3-v3-n16
The text was updated successfully, but these errors were encountered: