From 5cac5a11f105f0280bd534aa5160a2211c4aac50 Mon Sep 17 00:00:00 2001 From: Sugan G Date: Tue, 19 Dec 2023 15:28:13 +0530 Subject: [PATCH] moved info --- .../src/terra-dev-site/doc/button/About.1.doc.mdx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/terra-core-docs/src/terra-dev-site/doc/button/About.1.doc.mdx b/packages/terra-core-docs/src/terra-dev-site/doc/button/About.1.doc.mdx index d8740f53373..df8548f6f9f 100644 --- a/packages/terra-core-docs/src/terra-dev-site/doc/button/About.1.doc.mdx +++ b/packages/terra-core-docs/src/terra-dev-site/doc/button/About.1.doc.mdx @@ -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): @@ -67,3 +62,8 @@ import Button from 'terra-button'; ## Button Props + +### 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.