diff --git a/ej2-vue-toc.html b/ej2-vue-toc.html new file mode 100644 index 000000000..ffbf539e8 --- /dev/null +++ b/ej2-vue-toc.html @@ -0,0 +1,4 @@ + + \ No newline at end of file diff --git a/ej2-vue/accessibility.md b/ej2-vue/accessibility.md new file mode 100644 index 000000000..18e8648c7 --- /dev/null +++ b/ej2-vue/accessibility.md @@ -0,0 +1,47 @@ +--- +layout: post +title: Accessibility in ##Platform_Name## Breadcrumb Component +description: Learn here all about Accessibility in Syncfusion ##Platform_Name## Breadcrumb component of Syncfusion Essential JS 2 and more. +platform: ej2-vue +control: Accessibility +documentation: ug +--- + + +# Accessibility + +The web accessibility makes web content and web applications more accessible for people with disabilities. It especially helps in dynamic content change and development of advanced user interface controls with AJAX, HTML, JavaScript, and related technologies. Breadcrumb provides built-in compliance with `WAI-ARIA` specifications. The `WAI-ARIA` support is achieved using the attributes such as `aria-label`and `aria-disabled`. It helps the people with disabilities by providing information about the widget for assistive technology in the screen readers. Breadcrumb component contains the `breadcrumb` role. + +| Properties | Functionality | +| ------------ | ----------------------- | +| role | Indicates the type of input element. | +| aria-label | Indicates the breadcrumb item text. | +| aria-disabled | Indicates the state of breadcrumb item whether it is disabled. | + +## Keyboard interaction + + + + + + + + + + + + + + +
Keyboard shortcutsActions
+Tab +Navigate to the next item and also next item in the popup of menu type overflow.
+Shift + Tab +Navigate to the previous item also previous item in the popup of menu type overflow.
+Enter key in normal mode + Select the breadcrumb item.
+Enter key in collapsed mode + To open the popup of menu type overflow mode when you press enter on collapsed button and It will expand the items of collapsed type overflow mode when you press enter on collapsed button.
+ + +