From 40e80e4d9f528cc73a4738e06d0ce98f27a1dee0 Mon Sep 17 00:00:00 2001 From: Dobrin Dimchev Date: Mon, 27 Jun 2022 16:03:11 +0300 Subject: [PATCH] fix: document new accessibility properties (#5417) Related To: #4500, #3546 --- docs/2-advanced/07-accessibility.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/2-advanced/07-accessibility.md b/docs/2-advanced/07-accessibility.md index 953b86053051..bcd833b45f0c 100644 --- a/docs/2-advanced/07-accessibility.md +++ b/docs/2-advanced/07-accessibility.md @@ -93,6 +93,7 @@ The `accessible-name` property is currently supported in: * [Button](https://sap.github.io/ui5-webcomponents/playground/components/Button) * [Icon](https://sap.github.io/ui5-webcomponents/playground/components/Icon) * [List](https://sap.github.io/ui5-webcomponents/playground/components/List) +* [CheckBox](https://sap.github.io/ui5-webcomponents/playground/components/CheckBox) --- @@ -114,6 +115,7 @@ The `accessible-name-ref` property is currently supported in: * [Link](https://sap.github.io/ui5-webcomponents/playground/components/Link) * [Button](https://sap.github.io/ui5-webcomponents/playground/components/Button) * [List](https://sap.github.io/ui5-webcomponents/playground/components/List) +* [CheckBox](https://sap.github.io/ui5-webcomponents/playground/components/CheckBox) --- @@ -171,6 +173,10 @@ Will result in the shadow DOM as: ``` +The `accessibilityAttributes` property is currently supported in: +* [Button](https://sap.github.io/ui5-webcomponents/playground/components/Button) +* [Link](https://sap.github.io/ui5-webcomponents/playground/components/Link) + --- ### accessibilityRoles