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

Commit

Permalink
moved info
Browse files Browse the repository at this point in the history
  • Loading branch information
Sugan G authored and Sugan G committed Dec 19, 2023
1 parent 54ccc12 commit 5cac5a1
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ 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.

## Getting Started

- Install with [npmjs](https://www.npmjs.com):
Expand Down Expand Up @@ -67,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 5cac5a1

Please sign in to comment.