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 2 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 @@ -23,6 +23,11 @@ Submit a request if additional variants not provided are needed.

The `action` variant is intended for specific solutions in which a non-inline floating button sits above the page content in a fixed position.

### 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.
Copy link
Contributor

@supreethmr supreethmr Dec 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's move this section below props table for consistency

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.


## Getting Started

- Install with [npmjs](https://www.npmjs.com):
Expand Down
Loading