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

Commit

Permalink
[terra-button] Updated doc for isselected button (#3999)
Browse files Browse the repository at this point in the history
Co-authored-by: Sugan G <Sugan.G@cerner.com>
  • Loading branch information
sugan2416 and Sugan G authored Dec 19, 2023
1 parent 6977663 commit 143d897
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
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.

0 comments on commit 143d897

Please sign in to comment.