-
### Steps to reproduce
```dart
import 'package:flutter/material.dart';
import 'package:flutter/semantics.dart';
void main() {
runApp(const TabBarDemo());
SemanticsBinding.instance.ensure…
-
## 🐛 Bug report
### Current Behavior
When a component that leverages a portal is passed as a child to `Dialog`, the content rendered outside of the `Dialog`'s DOM tree is hidden from assistive t…
-
In order to meet the WCAG criteria 3.1.2 : Language of Parts authors need to be able to identify phrases of content that are written in different (human) language from the surrounding text.
This a…
-
**Description**
Tooltip and information about copy action should be presented for the users using assistive technology, that they would know that action took place.
**Preconditions**
Stateful App Sea…
-
### Who's on your team?
Team name:Condition Team
OCTO-DE product owner:Jen Bertsch
Product manager: Yurena Garcia
Designer:Sudeepti Bhatnagar
FE engineer:William Phelps
Product/team Slack channel: ht…
-
**Description**
When creating collection and new page opens, button from previous page should not be announced so as not to confuse users. Especially, using assistive technology.
**Preconditions**
St…
-
### Steps to reproduce
Link to live example: (required)
Steps:
1. open a Dialog component
2. close a Dialog component
3. check console and there will be a error saying this:
Blocked aria-hi…
-
### Story
As an assistive technology enabled uder, I want the screen reader output on the "Other employees from your organization" and "Add'l details" sections of the domain request form to be properl…
-
### Describe the solution you'd like
Ensure interactive controls are not nested, as they are not always announced by screen readers or can cause focus problems for assistive technologies.
Issue …
-
### Duplicates
- [X] I have searched the existing issues
### Latest version
- [X] I have tested the latest version
### Current behavior 😯
The components seldom communicate role or state to assist…