LmnAccessibilityAttrsDirective
Decorators: |
|
Selectors: | [ |
Angular directive with all the available ARIA attributes as inputs. Use it for component composition.
Properties
Name | Type | Description |
---|---|---|
attrAriaActiveDescendant r |
| If defined, an aria-activedescendant="[value]" attribute can be managed in the component. |
attrAriaAtomic r |
| If it is set to true, an aria-atomic="true" attribute can be managed in the component. |
attrAriaChecked r |
| If defined and different from false, an aria-checked="[value]" attribute can be managed in the component. |
attrAriaControls r |
| If defined, an aria-controls="[value]" attribute can be managed in the component. |
attrAriaCurrent r |
| If defined and different from false, an aria-current="[value]" attribute can be managed in the component. It is only applied if attrRole is different from "tab". |
attrAriaDescribedBy r |
| If defined, an aria-describedby="[value]" attribute can be managed in the component. |
attrAriaDescription r |
| If defined, an aria-description="[value]" attribute can be managed in the component. |
attrAriaDetails r |
| If defined, an aria-details="[value]" attribute can be managed in the component. |
attrAriaErrorMessage r |
| If defined, an aria-errormessage="[value]" attribute can be managed in the component. |
attrAriaExpanded r |
| If it is set to true, an aria-expanded="true" attribute can be managed in the component. |
attrAriaHasPopup r |
| If defined and different from false, an aria-haspopup="[value]" attribute can be managed in the component. "menuitemcheckbox", "menuitemradio" or "tab". |
attrAriaInvalid r |
| If defined and different from false, an aria-invalid="[value]" attribute can be managed in the component. |
attrAriaLabel r |
| If defined, an aria-label="[value]" attribute can be managed in the component. |
attrAriaLabelledBy r |
| If defined, an aria-labelledby="[value]" attribute can be managed in the component. |
attrAriaLive r |
| If defined, an aria-live="[value]" attribute can be managed in the component. |
attrAriaOwns r |
| If defined, an aria-owns="[value]" attribute can be managed in the component. |
attrAriaPosInSet r |
| If defined, an aria-posinset="[value]" attribute can be managed in the component. |
attrAriaReadonly r |
| If it is set to true, an aria-readonly="true" attribute can be managed in the component. |
attrAriaRelevant r |
| If defined, an aria-relevant="[value]" attribute can be managed in the component. |
attrAriaRequired r |
| If it is set to true, an aria-readonly="true" attribute can be managed in the component. |
attrAriaRoleDescription r |
| If defined, an aria-roledescription="[value]" attribute can be managed in the component. |
attrAriaSelected r |
| If it is set to true, an aria-selected="true" attribute can be managed in the component. |
attrAriaSetSize r |
| If defined, an aria-setsize="[value]" attribute can be managed in the component. |