DipperTheDan
DipperTheDan
fixes #5320 ### Proposed behaviour Toast component should be first component to be focused ### Current behaviour Currently Toast is not focusable   ### Checklist - [x] Commits follow...
Make styled-system's position props available for use in Box. zIndex has also been filtered out of the props. fixes #5345 ### Proposed behaviour Make `styled-system` position props available to use...
During the introduction of design tokens, text-decoration of none was added to links when they are used in a definition-list. Links are underlined by default in the browser and we...
### Current behaviour "Exporting" could not be read by VoiceOver as it's not focused on parent. ### Expected behaviour VoiceOver is able to read a parent and not only the...
### Proposed behaviour Refactor component to be TS ### Current behaviour Currently component is JS ### Checklist - [x] Commits follow our style guide - [ ] Related issues linked...
### Proposed behaviour Add an automation test to cover `focusableSelectors` prop. ### Current behaviour Currently no automation test for `focusableSelectors` prop. ### Checklist - [x] Commits follow our style guide...
The last child of the segment children was having the corners rounded, when it should not have rounded corners. fixes #6488 ### Proposed behaviour Ensure that the last child of...
### Current behaviour Closing Message component using keyboard causes focus to be lost on Firefox  ### Expected behaviour Focus should not be lost when closing the Message component on...
This work fixes a bug whereby a screen reader announces the character count 'You have `n` characters remaining' message after form submission. To address this, we have defaulted aria-live to...
### Proposed behaviour Unit tests for `TileSelect` should use react-testing-library ### Current behaviour Tests use Enyme ### Checklist - [x] Commits follow our style guide - [ ] Related issues...