#15433 closed defect (fixed)
[patch][cla] dijit.Editor plugin dialogs are missing ARIA role
Reported by: | mikeb | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | undecided | Milestone: | 1.8 |
Component: | Editor | Version: | 1.7.2 |
Keywords: | Cc: | Douglas Hays | |
Blocked By: | Blocking: |
Description
Some of the Editor plugins have missing aria role="presentation" which causes JAWS screen reader to say, for example, "link properties dialog column two row one URL colon required entry type ...."
When you add in role="presentation", it no longer speaks the "column two row one" and should pass validation.
I have attached a patch for the nightly version as well as for 1.6.1, which is where the report came from.
Attachments (2)
Change History (5)
Changed 10 years ago by
Attachment: | a11yEditorPlugs-1.6.1.patch added |
---|
Changed 10 years ago by
Attachment: | a11yEditorPlugs-nightly.patch added |
---|
patch for nightly to fix inline templates in editor plugins
comment:1 Changed 10 years ago by
Cc: | Douglas Hays added |
---|
comment:2 Changed 10 years ago by
Owner: | set to Douglas Hays |
---|---|
Resolution: | → fixed |
Status: | new → closed |
In [28691]:
comment:3 Changed 10 years ago by
Milestone: | tbd → 1.8 |
---|
Note: See
TracTickets for help on using
tickets.
patch for 1.6.1 fixes inline templates for LinkDialog?,InsertAnchor?,LocalImage?,SpellCheck?