Opened 12 years ago
Closed 12 years ago
#9541 closed Bug (fixed)
[JAWS] Missing ARIA description for editables
Reported by: | Garry Yao | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.0.1 |
Component: | Accessibility | Version: | 4.0 |
Keywords: | JAWS | Cc: |
Description
- Open inlineall samples in IE9 with JAWS14
- Press Tab to focus the first editor;
- Check JAWS speech:
- Actual: Edit, contains text;
- Expected: Rich text editor, sampleTitle
Change History (7)
comment:1 Changed 12 years ago by
Status: | new → confirmed |
---|---|
Summary: | [JAWS] [IE] Missing ARIA description for editables → [JAWS] Missing ARIA description for editables |
comment:2 Changed 12 years ago by
Owner: | set to Garry Yao |
---|---|
Status: | confirmed → review |
The patch aligned the ARIA feature of inline/divarea to themed UI.
comment:3 Changed 12 years ago by
Status: | review → assigned |
---|
To simplify the code, couldn't the added logic be handled inside editable::setup()?
comment:4 Changed 12 years ago by
Status: | assigned → review |
---|
The aria description label element needs to be created inside of the ui spaces, which is not ready yet on editable setup.
comment:5 Changed 12 years ago by
Milestone: | CKEditor 4.0 → CKEditor 4.0.1 |
---|
comment:6 Changed 12 years ago by
Opened t/9541 for review, it handles ARIA aspects of all editable types in the core in a consistent way.
comment:7 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | review → closed |
Fixed with git:da498c3.
Modified summary as it's a cross-browser issue.