Accessibility/EditorBehaviourOnUserInput: Difference between revisions

Jump to navigation Jump to search
Line 104: Line 104:
then editor should skip button from navigation sequence if user moves the caret by characters because the ARIA button is a control element and it's not focusable.
then editor should skip button from navigation sequence if user moves the caret by characters because the ARIA button is a control element and it's not focusable.


The editor implementation should have a map to accomplish this requirement, so that tag name should be used as a map key for native markup elements, role attribute value should be used for ARIA widgets, CSS display style should be used for any content it is applicable to.
The editor implementation should have a map to accomplish this requirement, whereby the tag name can be used as a map 'key' for native markup elements, the role attribute value should be used for ARIA widgets, CSS display style should be used for any content it is applicable to.


The editor should be extensible to plug elements of markup languages not supported natively.
The editor should be extensible to plug elements of markup languages not supported natively.
Confirmed users
1,085

edits

Navigation menu