Skip to content

Commit

Permalink
fix: document new accessibility properties (#5417)
Browse files Browse the repository at this point in the history
Related To: #4500, #3546
  • Loading branch information
dobrinyonkov authored Jun 27, 2022
1 parent aba5fb5 commit 40e80e4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/2-advanced/07-accessibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

---

Expand All @@ -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)

---

Expand Down Expand Up @@ -171,6 +173,10 @@ Will result in the shadow DOM as:
</button>
```

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
Expand Down

0 comments on commit 40e80e4

Please sign in to comment.