You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/combobox/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -236,7 +236,7 @@ For exceptional cases, provide an accessible label via the `label` attribute.
236
236
237
237
#### Provide help text and tooltips in the correct location
238
238
239
-
It is [not currently possible](https://w3c.github.io/webcomponents-cg/#cross-root-aria) to provide accessible ARIA references between elements in different shadow roots. To ensure proper association between elements, help text must be included via the `slot="help-text"` or `slot="help-text-negative"` and tooltips must be included via the `slot="tooltip"`.
239
+
It is [not currently possible](https://w3c.github.io/webcomponents-cg/#cross-root-aria) to provide accessible ARIA references between elements in different shadow roots. To ensure proper association between elements, help text must be included via the `slot="help-text"` or `slot="negative-help-text"` and tooltips must be included via the `slot="tooltip"`.
240
240
241
241
See [help text](../help-text) and [tooltip](../tooltip) for more information.
@@ -149,12 +149,12 @@ When the content associated to the element is disabled, use the `disabled` attri
149
149
150
150
Good, descriptive help text includes 1-2 short sentences of information such as:
151
151
152
-
-An overall description of an input field or controls
153
-
-Hints for what kind of information needs to be inputted or selected
154
-
-Specific formatting examples or requirements
152
+
- An overall description of an input field or controls
153
+
- Hints for what kind of information needs to be inputted or selected
154
+
- Specific formatting examples or requirements
155
155
156
156
#### Ensure help text and field share the same root
157
157
158
-
It is [not currently possible](https://w3c.github.io/webcomponents-cg/#cross-root-aria) to provide accessible ARIA references between elements in different shadow roots. To ensure proper association between elements, help text must be included via the `slot="help-text"` or `slot="help-text-negative"` in an `<sp-text-field>`, `<sp-field-group>`, `<sp-combobox>` or `<sp-picker>`.
158
+
It is [not currently possible](https://w3c.github.io/webcomponents-cg/#cross-root-aria) to provide accessible ARIA references between elements in different shadow roots. To ensure proper association between elements, help text must be included via the `slot="help-text"` or `slot="negative-help-text"` in an `<sp-text-field>`, `<sp-field-group>`, `<sp-combobox>` or `<sp-picker>`.
159
159
160
160
To add help text to your own custom element, see [Help Text Mixin](./help-text-mixin/).
Copy file name to clipboardExpand all lines: packages/radio/radio-group.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -263,6 +263,6 @@ Radio groups and radio items should always have labels.
263
263
264
264
Radio groups should use help text for error messaging and descriptions. Descriptions are valuable for giving context behind why a selection is required, or for clarifying the options.
265
265
266
-
It is [not currently possible](https://w3c.github.io/webcomponents-cg/#cross-root-aria) to provide accessible ARIA references between elements in different shadow roots. To ensure proper association between elements, help text must be included via the `slot="help-text"` or `slot="help-text-negative"`.
266
+
It is [not currently possible](https://w3c.github.io/webcomponents-cg/#cross-root-aria) to provide accessible ARIA references between elements in different shadow roots. To ensure proper association between elements, help text must be included via the `slot="help-text"` or `slot="negative-help-text"`.
267
267
268
268
See [help text](../help-text) for more information.
0 commit comments