Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

[terra-button] Updated doc for isselected button #3999

Merged
merged 3 commits into from
Dec 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/terra-core-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

* Added
* Added instruction note for invalid example in `terra-search-select` and `terra-combo-box`.
* Added accessibility note for selectable button in `terra-button`

## 1.53.0 - (December 11, 2023)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,8 @@ import Button from 'terra-button';

## Button Props
<ButtonPropsTable />

### Assistive Technology Support
#### WAI ARIA Roles and States
* [aria-pressed](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-pressed)
* With Safari and Chrome, VoiceOver screenreader is partially compatible with aria-pressed. When aria-pressed is set to true, VoiceOver announces the selection state; when aria-pressed is set to false, it fails to announce the de-selection state.
Loading