-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Hide Field text from aria tree #9655
Copy link
Copy link
Closed
Labels
help wantedExternal contributions actively solicitedExternal contributions actively solicitedissue: feature requestDescribes a new feature and why it should be addedDescribes a new feature and why it should be addedsize: smallBugs that can be picked up and completed in 1-3 daysBugs that can be picked up and completed in 1-3 days
Metadata
Metadata
Assignees
Labels
help wantedExternal contributions actively solicitedExternal contributions actively solicitedissue: feature requestDescribes a new feature and why it should be addedDescribes a new feature and why it should be addedsize: smallBugs that can be picked up and completed in 1-3 daysBugs that can be picked up and completed in 1-3 days
Type
Projects
Status
Done
Check for duplicates
Problem
No response
Request
Update
Field#createTextElement_to set the aria state to hidden by default for fields. Most fields should have the field's text represented in the accessibility tree already using the aria label for the field and/or the containing block. If a custom field needs to customize this, they can do so after field creation.The TsDoc for the function should be updated to explain this as well.
Alternatives considered
No response
Additional context
No response