Trevor Pierce
Trevor Pierce
**Steps to reproduce** 1. Open a Kibana sample instance 2. Start a screen reader like VoiceOver or NVDA 3. Click "Last 7 days" or tab to this input and press...
## Description Our [empty button pattern](https://eui.elastic.co/#/navigation/button#empty-button) has a 4.21:1 color contrast ratio in the blue text to light blue background and the green to light green success background. A slightly...
## Description A customer raised this as an issue with our sitewide search in Kibana. When users click or keypress navigate to our sitewide search, the combobox opens automatically. This...
[EuiDatePicker][COGNITION]: Add an `aria-live="polite"` attribute to the timestamp string container
## Description Our `EuiDatePicker` component ( https://eui.elastic.co/#/forms/date-picker ) has a `aria-live="off"` attribute on the top-level DIV. This appears to be a change from the past where it was assertive. We...
## Description Our `EuiDatePicker` component ( https://eui.elastic.co/#/forms/date-picker ) uses two-letter short labels for days of the week in the calendar. These short labels do not convey the information accurately to...
## Description Our `EuiDatePicker` component ( https://eui.elastic.co/#/forms/date-picker ) adds an `aria-invalid="true"` to a form row label when errors are present. I'd like to move this attribute to the input on...
**Is your feature request related to a problem? Please describe.** During my code review of PR #1718 I made a comment about the visual presentation of focus haloes when individual...
### Summary Provide a detailed summary of your PR. Explain how you arrived at your solution. If it includes changes to UI elements include a screenshot or gif. ### Checklist...
## Description Review the current components for code coverage beyond one test per component. Consider: * Local state changes (accordion expanded/collapsed, etc.) * Multiple items rendered, open, appearing * Ephemeral...
## Description I'd like to consider refactoring our EUI Context Menu component to use the WAI-ARIA pattern for a [navigation menu button](https://www.w3.org/TR/wai-aria-practices/examples/menu-button/menu-button-links.html). This pattern can be easily composed into a...