feat(core,a11y): add A11yDescriptions to VueFlow container
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -3,6 +3,8 @@ import type { XYPosition } from '~/types'
|
||||
export const ARIA_NODE_DESC_KEY = 'vue-flow__node-desc'
|
||||
export const ARIA_EDGE_DESC_KEY = 'vue-flow__edge-desc'
|
||||
|
||||
export const ARIA_LIVE_MESSAGE = 'react-flow__aria-live'
|
||||
|
||||
export const elementSelectionKeys = ['Enter', ' ', 'Escape']
|
||||
|
||||
export const arrowKeyDiffs: Record<string, XYPosition> = {
|
||||
|
||||
Reference in New Issue
Block a user