Skip to content

Commit 1640607

Browse files
committed
Add additional note on including in accName
1 parent 4f5cc7a commit 1640607

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/components/textarea.mdx

+2
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ For more information about the "valid" and "invalid" states, see the [validation
5050
/>
5151

5252
**Label (required):** The input's title. It should be as concise as possible and convey the purpose of the input. The label may be visually hidden in rare cases, but a label must be defined for assistive technologies such as a screen reader. If the label is visually hidden, ensure there is an element nearby that serves as a visual label for the input. This guarantees that all users, including those not using assistive technologies, have access to a label.
53+
If a visual label is provided but not directly linked to the input, the visually hidden label should include the text of the visual label as part of its accessible name.
54+
5355

5456
**Required indicator:** Indicates that a value is required. Must be shown for any required field, even if all fields in the form are required.
5557

0 commit comments

Comments
 (0)