#4502 closed New Feature (fixed)
Make the editor ARIA-aware
Reported by: | Frederico Caldeira Knabben | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.2 |
Component: | Accessibility | Version: | |
Keywords: | Confirmed | Cc: |
Description (last modified by )
The editor must base it's accessibility support in the ARIA features.
This is an umbrella ticket, which points to several to be completed tickets that compose the entire ARIA feature.
ARIA-enabled toolbar
- #4962
- ARIA support in editor chrome and toolbar
ARIA-enabled panels
- #4974
- ARIA support in rich combo and color panel
- #4975
- ARIA support in menu
ARIA-enabled dialogs
- #4981
- ARIA support in dialogs
ARIA-enabled editing block
- #4995
- ARIA support in editing blocks
Change History (7)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Description: | modified (diff) |
---|---|
Owner: | set to Garry Yao |
Status: | new → assigned |
comment:3 Changed 15 years ago by
Description: | modified (diff) |
---|
comment:4 Changed 15 years ago by
Description: | modified (diff) |
---|
comment:5 Changed 15 years ago by
Description: | modified (diff) |
---|
comment:6 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Closed as all sub tickets are completed.
comment:7 Changed 15 years ago by
Description: | modified (diff) |
---|
The current idea about it is that we should have the editor core and core plugins using "exclusively" ARIA for accessibility support. All UI elements must be well defined in this sense. We'll still use our customized keyboard focus system though.
We're aware that ARIA is still not fully supported on browsers and screen readers. We still want to have the editor accessible with some old technologies, so additionally we would be having a dedicated plugin for it backwards (hacks) compatibility. This plugin would make the necessary changes to the editor structure to make it accessible on some situations. It should be optional, loaded only when needed.