We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d234a0 commit 8bc08daCopy full SHA for 8bc08da
1 file changed
docs/ff-concepts/localization-accessibility/accessibility.md
@@ -81,7 +81,7 @@ Here’s what each option does:
81
- **Exclude Semantics**: Prevents screen readers from announcing this widget.
82
- **Is Live Region**: Tells assistive tech that the widget’s content may change dynamically and should be re-announced.
83
- **Hint Text**: Provides an additional hint for users (e.g., "Double tap to open").
84
-- **Tooltip Text**: Displays helpful text on long press or hover.
+- **Tooltip Text**: Provides descriptive text about the widget to screen readers, giving extra context beyond the primary label.
85
- **Ordinal Sort Key**: Controls the order in which widgets are accessed by screen readers.
86
87
:::tip
0 commit comments