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
form-field descriptive label: Improve the examples (#1809)
* form-field descriptive label: Improve the examples
- Ensure inapplicable examples don't fail the SC
- Make it clearer why some of these failed examples are failing.
* Apply suggestions from code review
Co-authored-by: daniel-montalvo <49305434+daniel-montalvo@users.noreply.github.com>
* Update _rules/form-field-label-descriptive-cc0f0a.md
Co-authored-by: daniel-montalvo <49305434+daniel-montalvo@users.noreply.github.com>
Copy file name to clipboardExpand all lines: _rules/form-field-label-descriptive-cc0f0a.md
+18-25Lines changed: 18 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -198,29 +198,32 @@ The `span` element is a [programmatic label][] of the `input` element but does n
198
198
199
199
#### Failed Example 4
200
200
201
-
The`label` elements are [programmatic labels][programmatic label] of their respective `input` elements. The `label` elements, are not descriptive enough (because they are repeated over several fields). The headings are not [visible][]. Therefore, they do not provide [visual context][].
201
+
These`label` elements are [programmatic labels][programmatic label] of their respective `input` elements. They are not descriptive enough because they are reused on multiple fields. The headings are not [visible][]. Therefore, they do not provide [visual context][].
Both the `div` and the `span` elements are [programmatic labels][programmatic label] of the `input` element, but only the `div` is [visible][]. It has no [visual context][], and is not descriptive.
220
+
These `button` and `span` elements are both [programmatic labels][programmatic label] of the `input` element, but only the `button` is [visible][]. It has no [visual context][], and is not descriptive.
0 commit comments