{"componentChunkName":"component---src-pages-components-modal-accessibility-mdx","path":"/components/modal/accessibility/","result":{"pageContext":{"isCreatedByStatefulCreatePages":true,"frontmatter":{"title":"Modal","description":"Modals communicate information via a secondary window and allow the user to maintain the context of a particular task. Modals interrupt user workflow by design.","tabs":["Code","Usage","Style","Accessibility"]},"relativePagePath":"/components/modal/accessibility.mdx","titleType":"prepend","MdxNode":{"id":"1f659eb3-f160-5344-9072-2500fad2ff65","children":[],"parent":"9aae9b74-5c4e-5c44-b128-c4f41e0ecb61","internal":{"content":"---\ntitle: Modal\ndescription: Modals communicate information via a secondary window and allow the user to maintain the context of a particular task. Modals interrupt user workflow by design.\ntabs: ['Code', 'Usage', 'Style', 'Accessibility']\n---\n\nimport {\n  StructuredListWrapper,\n  StructuredListHead,\n  StructuredListBody,\n  StructuredListRow,\n  StructuredListInput,\n  StructuredListCell,\n  OrderedList,\n  ListItem,\n} from 'carbon-components-react';\n\n<AnchorLinks>\n  <AnchorLink>How it works</AnchorLink>\n  <AnchorLink>Accessibility considerations</AnchorLink>\n  <AnchorLink>Resources</AnchorLink>\n  <AnchorLink>Accessibility testing</AnchorLink>\n</AnchorLinks>\n\n## How it works\n\nThe modal Carbon component is a secondary window that displays over the primary window to allow the user to maintain the context of a particular task. When the modal is displayed the primary window is inert, so users cannot interact with content outside an active modal.\n\nThe modal dialog contains the tab sequence so that `Tab` and `Shift-Tab` keys do not move the focus outside of the modal. To support screen reader users each modal component includes a WAI ARIA `role=\"dialog\"` and `aria-modal=\"true\"` so assistive technologies understand that the windows underneath the current dialog are not available for interaction (inert). Focus, accessible descriptions, and labels are set based on the content of each modal. Modals that contain static text have the `aria-describeby` property set on the element with the ARIA `role=\"dialog\"` to indicate which element or elements in the dialog contain content describes the primary purpose or message of the dialog. A value is also set for the `aria-labelledby` property that refers to a visible dialog title.\n\n## Accessibility considerations\n\nThis component has been validated to meet the [WCAG 2.0 AA](https://www.w3.org/TR/WCAG20/) and [Section 508](http://www.section508.gov/) accessibility guidelines, however changes made by the content owner can affect accessibility compliance. Be sure to review and follow the guidance in this section when updating or adding new content to this component.\n\n1. After the modal opens, initial focus should be set on the first focusable element in the modal. See WAI-ARIA Authoring Practices [Modal Dialog Example, Accessibility Features section](https://www.w3.org/TR/wai-aria-practices-1.1/examples/dialog-modal/dialog.html) for best practices on setting focus.\n2. After a modal closes, focus should retain the user's point of regard and return to the element that invoked the modal.\n3. Focus must not move outside the modal until it is closed.\n4. It is strongly recommended that the tab sequence of all modal dialogs include a visible element with button role that closes the dialog, such as a close icon or cancel button.\n5. Use the Alert modal dialog for special case that interrupts user’s workflow to communicate a brief, important message and require a user’s response,\n\n## Resources\n\n**Helpful resources for creating customized accessible implementations**\n\n- [W3C WAI-ARIA Authoring Practices Dialog Modal Design Pattern](https://www.w3.org/TR/wai-aria-practices-1.1/#dialog_modal) covers the usage of ARIA names, state and roles, as well as the expected keyboard intractions.\n- [IBM Accessibility Checklist Checkpoint](https://www.ibm.com/able/guidelines/ci162/accessibility_checklist.html):\n  - [1.4.13 Content on Hover or Focus](https://www.ibm.com/able/guidelines/ci162/no_keyboard_trap.html) (WCAG Success Criteria [1.4.13](https://www.w3.org/WAI/WCAG21/Understanding/content-on-hover-or-focus.html))\n  - [2.1.2 No Keyboard Traps](https://www.ibm.com/able/guidelines/ci162/no_keyboard_trap.html) (WCAG Success Criteria [2.1.2](https://www.w3.org/TR/UNDERSTANDING-WCAG20/keyboard-operation-trapping.html))\n  - [2.4.3 Focus Order](https://www.ibm.com/able/guidelines/ci162/link_purpose.html) (WCAG Success Criteria [2.4.3](https://www.w3.org/WAI/WCAG21/Understanding/focus-order))\n\n## Accessibility testing\n\nAccessibility issues are tracked in the [Carbon Component GitHub repository](https://github.com/carbon-design-system/carbon/milestones).\n\n### Automated test\n\n<Row>\n  <Column noGutterSm>\n    <StructuredListWrapper>\n      <StructuredListHead>\n        <StructuredListRow head>\n          <StructuredListCell head>\n            Automated test environment\n          </StructuredListCell>\n          <StructuredListCell head>Results</StructuredListCell>\n        </StructuredListRow>\n      </StructuredListHead>\n      <StructuredListBody>\n        <StructuredListRow>\n          <StructuredListCell>\n            - macOS Mojave version 10.14.6 with VoiceOver\n            <br />\n            - Chrome version 77.0.3865.90\n            <br />\n            - Dynamic Assessment Plugin version 1.8.0.0 - IBM Accessibility WCAG\n            2.1 Sept. 2019 Ruleset\n            <br />- Carbon React version 7.7.1\n          </StructuredListCell>\n          <StructuredListCell>\n            <strong>DAP test</strong>\n            <br />- No violations\n          </StructuredListCell>\n        </StructuredListRow>\n      </StructuredListBody>\n    </StructuredListWrapper>\n  </Column>\n</Row>\n\n### macOS Screen reader tests\n\n<Row>\n  <Column noGutterSm>\n    <StructuredListWrapper>\n      <StructuredListHead>\n        <StructuredListRow head>\n          <StructuredListCell head>Environment </StructuredListCell>\n          <StructuredListCell head>Results</StructuredListCell>\n        </StructuredListRow>\n      </StructuredListHead>\n      <StructuredListBody>\n        <StructuredListRow>\n          <StructuredListCell>\n            - macOS Mojave version 10.14.6 with VoiceOver\n            <br />\n            - Chrome version 77.0.3865.90\n            <br />- Carbon React version 7.7.1\n          </StructuredListCell>\n          <StructuredListCell>\n            <strong>VoiceOver(VO) test:</strong>\n            <OrderedList>\n              <ListItem>\n                Tab to Launch modal button. VO announces the button label.\n              </ListItem>\n              <ListItem>\n                Select Enter or Space key to launch the modal. VO announces the\n                button label, headings, and text.\n              </ListItem>\n              <ListItem>\n                Tab or Shift-Tab navigate through the modal buttons and\n                announces each label.\n              </ListItem>\n              <ListItem>\n                Select Control-Option-Right Arrow or Left Arrow to navigate\n                through the modal message.\n              </ListItem>\n              <ListItem>\n                Select the Esc key, Close button or Cancel button to close the\n                modal and return focus to the Launch modal button in the primary\n                window.\n              </ListItem>\n            </OrderedList>\n          </StructuredListCell>\n        </StructuredListRow>\n        <StructuredListRow>\n          <StructuredListCell>\n            - macOS Mojave version 10.14.6 with VoiceOver\n            <br />\n            - Safari version 13.0.2\n            <br />- Carbon React version 7.7.1\n          </StructuredListCell>\n          <StructuredListCell>\n            <strong>VoiceOver(VO) test:</strong>\n            <OrderedList>\n              <ListItem>\n                Tab to Launch modal button. VO announces the button label.\n              </ListItem>\n              <ListItem>\n                Select Enter or Space key to launch the modal. VO announces the\n                Button label.\n              </ListItem>\n              <ListItem>\n                Tab or Shift-Tab navigate through the modal buttons and\n                announces each label.\n              </ListItem>\n              <ListItem>\n                Select Control-Option-Right Arrow or Left Arrow to navigate\n                through the modal message.\n              </ListItem>\n              <ListItem>\n                Select the Esc key, Close button or Cancel button to close the\n                modal and return focus to the Launch modal button in the primary\n                window.\n              </ListItem>\n            </OrderedList>\n          </StructuredListCell>\n        </StructuredListRow>\n      </StructuredListBody>\n    </StructuredListWrapper>\n  </Column>\n</Row>\n\n### Windows screen reader tests\n\n<Row>\n  <Column noGutterSm>\n    <StructuredListWrapper>\n      <StructuredListHead>\n        <StructuredListRow head>\n          <StructuredListCell head>Environment</StructuredListCell>\n          <StructuredListCell head>Results</StructuredListCell>\n        </StructuredListRow>\n      </StructuredListHead>\n      <StructuredListBody>\n        <StructuredListRow>\n          <StructuredListCell>\n            - Microsoft Windows 10\n            <br />\n            - Firefox version 67\n            <br />\n            - JAWS version 19.1810.64\n            <br />- Carbon React version 7.7.1\n          </StructuredListCell>\n          <StructuredListCell>\n            <strong>JAWS test:</strong>\n            <OrderedList>\n              <ListItem>\n                Tab to Launch modal button. JAWS announces the button label.\n              </ListItem>\n              <ListItem>\n                Select Enter or Space key to launch the modal.\n              </ListItem>\n              <ListItem>\n                Tab or Shift-Tab to navigate through the modal buttons and\n                announces each label. Focus does not move out of the modal when\n                tabbing.\n              </ListItem>\n              <ListItem>\n                Select Control-Option-Right Arrow or Left Arrow to navigate\n                through the modal message.\n              </ListItem>\n              <ListItem>\n                Press Close button or Cancel button to close the modal and\n                return focus to the Launch modal button in the primary window.\n              </ListItem>\n            </OrderedList>\n          </StructuredListCell>\n        </StructuredListRow>\n        <StructuredListRow>\n          <StructuredListCell>\n            - Microsoft Windows 10\n            <br />\n            - Chrome version 73.0.3683.103 (Official Build) (64-bit)\n            <br />\n            - JAWS version 19.1810.64\n            <br />- Carbon React version 7.7.1\n          </StructuredListCell>\n          <StructuredListCell>\n            <strong>JAWS test:</strong>\n            <OrderedList>\n              <ListItem>\n                Tab to Launch modal button. JAWS announces the button label.\n              </ListItem>\n              <ListItem>\n                Select Enter or Space key to launch the modal.\n              </ListItem>\n              <ListItem>\n                Tab or Shift-Tab to navigate through the modal buttons and\n                announces each label. Focus does not move out of the modal when\n                tabbing.\n              </ListItem>\n              <ListItem>\n                Select Control-Option-Right Arrow or Left Arrow to navigate\n                through the modal message.\n              </ListItem>\n              <ListItem>\n                Press Close button or Cancel button to close the modal and\n                return focus to the Launch modal button in the primary window.\n              </ListItem>\n            </OrderedList>\n          </StructuredListCell>\n        </StructuredListRow>\n        <StructuredListRow>\n          <StructuredListCell>\n            - Microsoft Windows 10\n            <br />\n            - Chrome version 73.0.3683.103 (Official Build) (64-bit)\n            <br />\n            - NVDA Version 2018.4.1\n            <br />- Carbon React version 7.7.1\n          </StructuredListCell>\n          <StructuredListCell>\n            <strong>NVDA test:</strong>\n            <OrderedList>\n              <ListItem>\n                Tab to Launch modal button. NVDA announces the button label\n              </ListItem>\n              <ListItem>\n                Select Enter or Space key to launch the modal. NVDA announces\n                the text and buttons automatically.\n              </ListItem>\n              <ListItem>\n                Tab or Shift-Tab to navigate through the modal buttons and\n                announces each label. Focus does not move out of the modal when\n                tabbing.\n              </ListItem>\n              <ListItem>\n                Select Control-Option-Right Arrow or Left Arrow to navigate\n                through the modal message.\n              </ListItem>\n              <ListItem>\n                Press Close button or Cancel button to close the modal and\n                return focus to the Launch modal button in the primary window.\n              </ListItem>\n            </OrderedList>\n          </StructuredListCell>\n        </StructuredListRow>\n      </StructuredListBody>\n    </StructuredListWrapper>\n  </Column>\n</Row>\n\n### Android screen reader tests\n\n<Row>\n  <Column noGutterSm>\n    <StructuredListWrapper>\n      <StructuredListRow head>\n        <StructuredListCell head>Environment </StructuredListCell>\n        <StructuredListCell head>Results</StructuredListCell>\n      </StructuredListRow>\n      <StructuredListBody>\n        <StructuredListRow>\n          <StructuredListCell>\n            - Android version 9 with Talkback\n            <br />\n            - Chrome Version 73.0.3683.103 (Official Build) (64-bit)\n            <br />- Carbon React version 7.7.1\n          </StructuredListCell>\n          <StructuredListCell>\n            <strong>Talkback test:</strong>\n            <OrderedList>\n              <ListItem>\n                Swipe left or right, or use the Alt+Arrow keys in quick nav mode\n                until you find the Launch modal button.\n              </ListItem>\n              <ListItem>\n                Double tap the button or press the Alt-Enter keys to launch the\n                modal. The close modal button is announces and has focus.\n              </ListItem>\n              <ListItem>\n                Swipe Left or Right to explore the modal. VO announces the text,\n                and focus on the Cancel and Save buttons.\n              </ListItem>\n              <ListItem>\n                Note: that navigation is not restricted to the modal only, after\n                the modal is open there is no way to know if there is an open\n                modal present, the user needs to remember it. Doubletap or press\n                Alt+Enter on the Close or Cancel buttons to close the modal.\n              </ListItem>\n            </OrderedList>\n          </StructuredListCell>\n        </StructuredListRow>\n      </StructuredListBody>\n    </StructuredListWrapper>\n  </Column>\n</Row>\n\n### iOS screen reader tests\n\n<Row>\n  <Column noGutterSm>\n    <StructuredListWrapper>\n      <StructuredListRow head>\n        <StructuredListCell head>Environment </StructuredListCell>\n        <StructuredListCell head>Results</StructuredListCell>\n      </StructuredListRow>\n      <StructuredListBody>\n        <StructuredListRow>\n          <StructuredListCell>\n            - iOS version 13.1.3 with VoiceOver\n            <br />\n            - Safari version 13.1.3\n            <br />- Carbon React version 7.7.1\n          </StructuredListCell>\n          <StructuredListCell>\n            <strong>VoiceOver test:</strong>\n            <OrderedList>\n              <ListItem>\n                Swipe left or right, or use the Arrow keys in quick nav mode\n                until you find the Launch modal button.\n              </ListItem>\n              <ListItem>\n                Double tap the button to launch the modal. The close modal\n                button is announces and has focus.\n              </ListItem>\n              <ListItem>\n                Swipe Left or Right to explore the modal. VO announces the text,\n                and focus on the Cancel and Save buttons.\n              </ListItem>\n              <ListItem>\n                After Double tapping on the close or cancel button, the modal\n                closes but focus is stuck on the selected button. Touch the\n                screen anywhere to move out of the focus trap.\n              </ListItem>\n            </OrderedList>\n          </StructuredListCell>\n        </StructuredListRow>\n      </StructuredListBody>\n    </StructuredListWrapper>\n  </Column>\n</Row>\n","type":"Mdx","contentDigest":"1d396a7fcf831447988b56d0392c84c2","counter":1489,"owner":"gatsby-plugin-mdx"},"frontmatter":{"title":"Modal","description":"Modals communicate information via a secondary window and allow the user to maintain the context of a particular task. Modals interrupt user workflow by design.","tabs":["Code","Usage","Style","Accessibility"]},"exports":{},"rawBody":"---\ntitle: Modal\ndescription: Modals communicate information via a secondary window and allow the user to maintain the context of a particular task. Modals interrupt user workflow by design.\ntabs: ['Code', 'Usage', 'Style', 'Accessibility']\n---\n\nimport {\n  StructuredListWrapper,\n  StructuredListHead,\n  StructuredListBody,\n  StructuredListRow,\n  StructuredListInput,\n  StructuredListCell,\n  OrderedList,\n  ListItem,\n} from 'carbon-components-react';\n\n<AnchorLinks>\n  <AnchorLink>How it works</AnchorLink>\n  <AnchorLink>Accessibility considerations</AnchorLink>\n  <AnchorLink>Resources</AnchorLink>\n  <AnchorLink>Accessibility testing</AnchorLink>\n</AnchorLinks>\n\n## How it works\n\nThe modal Carbon component is a secondary window that displays over the primary window to allow the user to maintain the context of a particular task. When the modal is displayed the primary window is inert, so users cannot interact with content outside an active modal.\n\nThe modal dialog contains the tab sequence so that `Tab` and `Shift-Tab` keys do not move the focus outside of the modal. To support screen reader users each modal component includes a WAI ARIA `role=\"dialog\"` and `aria-modal=\"true\"` so assistive technologies understand that the windows underneath the current dialog are not available for interaction (inert). Focus, accessible descriptions, and labels are set based on the content of each modal. Modals that contain static text have the `aria-describeby` property set on the element with the ARIA `role=\"dialog\"` to indicate which element or elements in the dialog contain content describes the primary purpose or message of the dialog. A value is also set for the `aria-labelledby` property that refers to a visible dialog title.\n\n## Accessibility considerations\n\nThis component has been validated to meet the [WCAG 2.0 AA](https://www.w3.org/TR/WCAG20/) and [Section 508](http://www.section508.gov/) accessibility guidelines, however changes made by the content owner can affect accessibility compliance. Be sure to review and follow the guidance in this section when updating or adding new content to this component.\n\n1. After the modal opens, initial focus should be set on the first focusable element in the modal. See WAI-ARIA Authoring Practices [Modal Dialog Example, Accessibility Features section](https://www.w3.org/TR/wai-aria-practices-1.1/examples/dialog-modal/dialog.html) for best practices on setting focus.\n2. After a modal closes, focus should retain the user's point of regard and return to the element that invoked the modal.\n3. Focus must not move outside the modal until it is closed.\n4. It is strongly recommended that the tab sequence of all modal dialogs include a visible element with button role that closes the dialog, such as a close icon or cancel button.\n5. Use the Alert modal dialog for special case that interrupts user’s workflow to communicate a brief, important message and require a user’s response,\n\n## Resources\n\n**Helpful resources for creating customized accessible implementations**\n\n- [W3C WAI-ARIA Authoring Practices Dialog Modal Design Pattern](https://www.w3.org/TR/wai-aria-practices-1.1/#dialog_modal) covers the usage of ARIA names, state and roles, as well as the expected keyboard intractions.\n- [IBM Accessibility Checklist Checkpoint](https://www.ibm.com/able/guidelines/ci162/accessibility_checklist.html):\n  - [1.4.13 Content on Hover or Focus](https://www.ibm.com/able/guidelines/ci162/no_keyboard_trap.html) (WCAG Success Criteria [1.4.13](https://www.w3.org/WAI/WCAG21/Understanding/content-on-hover-or-focus.html))\n  - [2.1.2 No Keyboard Traps](https://www.ibm.com/able/guidelines/ci162/no_keyboard_trap.html) (WCAG Success Criteria [2.1.2](https://www.w3.org/TR/UNDERSTANDING-WCAG20/keyboard-operation-trapping.html))\n  - [2.4.3 Focus Order](https://www.ibm.com/able/guidelines/ci162/link_purpose.html) (WCAG Success Criteria [2.4.3](https://www.w3.org/WAI/WCAG21/Understanding/focus-order))\n\n## Accessibility testing\n\nAccessibility issues are tracked in the [Carbon Component GitHub repository](https://github.com/carbon-design-system/carbon/milestones).\n\n### Automated test\n\n<Row>\n  <Column noGutterSm>\n    <StructuredListWrapper>\n      <StructuredListHead>\n        <StructuredListRow head>\n          <StructuredListCell head>\n            Automated test environment\n          </StructuredListCell>\n          <StructuredListCell head>Results</StructuredListCell>\n        </StructuredListRow>\n      </StructuredListHead>\n      <StructuredListBody>\n        <StructuredListRow>\n          <StructuredListCell>\n            - macOS Mojave version 10.14.6 with VoiceOver\n            <br />\n            - Chrome version 77.0.3865.90\n            <br />\n            - Dynamic Assessment Plugin version 1.8.0.0 - IBM Accessibility WCAG\n            2.1 Sept. 2019 Ruleset\n            <br />- Carbon React version 7.7.1\n          </StructuredListCell>\n          <StructuredListCell>\n            <strong>DAP test</strong>\n            <br />- No violations\n          </StructuredListCell>\n        </StructuredListRow>\n      </StructuredListBody>\n    </StructuredListWrapper>\n  </Column>\n</Row>\n\n### macOS Screen reader tests\n\n<Row>\n  <Column noGutterSm>\n    <StructuredListWrapper>\n      <StructuredListHead>\n        <StructuredListRow head>\n          <StructuredListCell head>Environment </StructuredListCell>\n          <StructuredListCell head>Results</StructuredListCell>\n        </StructuredListRow>\n      </StructuredListHead>\n      <StructuredListBody>\n        <StructuredListRow>\n          <StructuredListCell>\n            - macOS Mojave version 10.14.6 with VoiceOver\n            <br />\n            - Chrome version 77.0.3865.90\n            <br />- Carbon React version 7.7.1\n          </StructuredListCell>\n          <StructuredListCell>\n            <strong>VoiceOver(VO) test:</strong>\n            <OrderedList>\n              <ListItem>\n                Tab to Launch modal button. VO announces the button label.\n              </ListItem>\n              <ListItem>\n                Select Enter or Space key to launch the modal. VO announces the\n                button label, headings, and text.\n              </ListItem>\n              <ListItem>\n                Tab or Shift-Tab navigate through the modal buttons and\n                announces each label.\n              </ListItem>\n              <ListItem>\n                Select Control-Option-Right Arrow or Left Arrow to navigate\n                through the modal message.\n              </ListItem>\n              <ListItem>\n                Select the Esc key, Close button or Cancel button to close the\n                modal and return focus to the Launch modal button in the primary\n                window.\n              </ListItem>\n            </OrderedList>\n          </StructuredListCell>\n        </StructuredListRow>\n        <StructuredListRow>\n          <StructuredListCell>\n            - macOS Mojave version 10.14.6 with VoiceOver\n            <br />\n            - Safari version 13.0.2\n            <br />- Carbon React version 7.7.1\n          </StructuredListCell>\n          <StructuredListCell>\n            <strong>VoiceOver(VO) test:</strong>\n            <OrderedList>\n              <ListItem>\n                Tab to Launch modal button. VO announces the button label.\n              </ListItem>\n              <ListItem>\n                Select Enter or Space key to launch the modal. VO announces the\n                Button label.\n              </ListItem>\n              <ListItem>\n                Tab or Shift-Tab navigate through the modal buttons and\n                announces each label.\n              </ListItem>\n              <ListItem>\n                Select Control-Option-Right Arrow or Left Arrow to navigate\n                through the modal message.\n              </ListItem>\n              <ListItem>\n                Select the Esc key, Close button or Cancel button to close the\n                modal and return focus to the Launch modal button in the primary\n                window.\n              </ListItem>\n            </OrderedList>\n          </StructuredListCell>\n        </StructuredListRow>\n      </StructuredListBody>\n    </StructuredListWrapper>\n  </Column>\n</Row>\n\n### Windows screen reader tests\n\n<Row>\n  <Column noGutterSm>\n    <StructuredListWrapper>\n      <StructuredListHead>\n        <StructuredListRow head>\n          <StructuredListCell head>Environment</StructuredListCell>\n          <StructuredListCell head>Results</StructuredListCell>\n        </StructuredListRow>\n      </StructuredListHead>\n      <StructuredListBody>\n        <StructuredListRow>\n          <StructuredListCell>\n            - Microsoft Windows 10\n            <br />\n            - Firefox version 67\n            <br />\n            - JAWS version 19.1810.64\n            <br />- Carbon React version 7.7.1\n          </StructuredListCell>\n          <StructuredListCell>\n            <strong>JAWS test:</strong>\n            <OrderedList>\n              <ListItem>\n                Tab to Launch modal button. JAWS announces the button label.\n              </ListItem>\n              <ListItem>\n                Select Enter or Space key to launch the modal.\n              </ListItem>\n              <ListItem>\n                Tab or Shift-Tab to navigate through the modal buttons and\n                announces each label. Focus does not move out of the modal when\n                tabbing.\n              </ListItem>\n              <ListItem>\n                Select Control-Option-Right Arrow or Left Arrow to navigate\n                through the modal message.\n              </ListItem>\n              <ListItem>\n                Press Close button or Cancel button to close the modal and\n                return focus to the Launch modal button in the primary window.\n              </ListItem>\n            </OrderedList>\n          </StructuredListCell>\n        </StructuredListRow>\n        <StructuredListRow>\n          <StructuredListCell>\n            - Microsoft Windows 10\n            <br />\n            - Chrome version 73.0.3683.103 (Official Build) (64-bit)\n            <br />\n            - JAWS version 19.1810.64\n            <br />- Carbon React version 7.7.1\n          </StructuredListCell>\n          <StructuredListCell>\n            <strong>JAWS test:</strong>\n            <OrderedList>\n              <ListItem>\n                Tab to Launch modal button. JAWS announces the button label.\n              </ListItem>\n              <ListItem>\n                Select Enter or Space key to launch the modal.\n              </ListItem>\n              <ListItem>\n                Tab or Shift-Tab to navigate through the modal buttons and\n                announces each label. Focus does not move out of the modal when\n                tabbing.\n              </ListItem>\n              <ListItem>\n                Select Control-Option-Right Arrow or Left Arrow to navigate\n                through the modal message.\n              </ListItem>\n              <ListItem>\n                Press Close button or Cancel button to close the modal and\n                return focus to the Launch modal button in the primary window.\n              </ListItem>\n            </OrderedList>\n          </StructuredListCell>\n        </StructuredListRow>\n        <StructuredListRow>\n          <StructuredListCell>\n            - Microsoft Windows 10\n            <br />\n            - Chrome version 73.0.3683.103 (Official Build) (64-bit)\n            <br />\n            - NVDA Version 2018.4.1\n            <br />- Carbon React version 7.7.1\n          </StructuredListCell>\n          <StructuredListCell>\n            <strong>NVDA test:</strong>\n            <OrderedList>\n              <ListItem>\n                Tab to Launch modal button. NVDA announces the button label\n              </ListItem>\n              <ListItem>\n                Select Enter or Space key to launch the modal. NVDA announces\n                the text and buttons automatically.\n              </ListItem>\n              <ListItem>\n                Tab or Shift-Tab to navigate through the modal buttons and\n                announces each label. Focus does not move out of the modal when\n                tabbing.\n              </ListItem>\n              <ListItem>\n                Select Control-Option-Right Arrow or Left Arrow to navigate\n                through the modal message.\n              </ListItem>\n              <ListItem>\n                Press Close button or Cancel button to close the modal and\n                return focus to the Launch modal button in the primary window.\n              </ListItem>\n            </OrderedList>\n          </StructuredListCell>\n        </StructuredListRow>\n      </StructuredListBody>\n    </StructuredListWrapper>\n  </Column>\n</Row>\n\n### Android screen reader tests\n\n<Row>\n  <Column noGutterSm>\n    <StructuredListWrapper>\n      <StructuredListRow head>\n        <StructuredListCell head>Environment </StructuredListCell>\n        <StructuredListCell head>Results</StructuredListCell>\n      </StructuredListRow>\n      <StructuredListBody>\n        <StructuredListRow>\n          <StructuredListCell>\n            - Android version 9 with Talkback\n            <br />\n            - Chrome Version 73.0.3683.103 (Official Build) (64-bit)\n            <br />- Carbon React version 7.7.1\n          </StructuredListCell>\n          <StructuredListCell>\n            <strong>Talkback test:</strong>\n            <OrderedList>\n              <ListItem>\n                Swipe left or right, or use the Alt+Arrow keys in quick nav mode\n                until you find the Launch modal button.\n              </ListItem>\n              <ListItem>\n                Double tap the button or press the Alt-Enter keys to launch the\n                modal. The close modal button is announces and has focus.\n              </ListItem>\n              <ListItem>\n                Swipe Left or Right to explore the modal. VO announces the text,\n                and focus on the Cancel and Save buttons.\n              </ListItem>\n              <ListItem>\n                Note: that navigation is not restricted to the modal only, after\n                the modal is open there is no way to know if there is an open\n                modal present, the user needs to remember it. Doubletap or press\n                Alt+Enter on the Close or Cancel buttons to close the modal.\n              </ListItem>\n            </OrderedList>\n          </StructuredListCell>\n        </StructuredListRow>\n      </StructuredListBody>\n    </StructuredListWrapper>\n  </Column>\n</Row>\n\n### iOS screen reader tests\n\n<Row>\n  <Column noGutterSm>\n    <StructuredListWrapper>\n      <StructuredListRow head>\n        <StructuredListCell head>Environment </StructuredListCell>\n        <StructuredListCell head>Results</StructuredListCell>\n      </StructuredListRow>\n      <StructuredListBody>\n        <StructuredListRow>\n          <StructuredListCell>\n            - iOS version 13.1.3 with VoiceOver\n            <br />\n            - Safari version 13.1.3\n            <br />- Carbon React version 7.7.1\n          </StructuredListCell>\n          <StructuredListCell>\n            <strong>VoiceOver test:</strong>\n            <OrderedList>\n              <ListItem>\n                Swipe left or right, or use the Arrow keys in quick nav mode\n                until you find the Launch modal button.\n              </ListItem>\n              <ListItem>\n                Double tap the button to launch the modal. The close modal\n                button is announces and has focus.\n              </ListItem>\n              <ListItem>\n                Swipe Left or Right to explore the modal. VO announces the text,\n                and focus on the Cancel and Save buttons.\n              </ListItem>\n              <ListItem>\n                After Double tapping on the close or cancel button, the modal\n                closes but focus is stuck on the selected button. Touch the\n                screen anywhere to move out of the focus trap.\n              </ListItem>\n            </OrderedList>\n          </StructuredListCell>\n        </StructuredListRow>\n      </StructuredListBody>\n    </StructuredListWrapper>\n  </Column>\n</Row>\n","fileAbsolutePath":"/zeit/3ed0734e/src/pages/components/modal/accessibility.mdx"}}}}