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: site/content/docs/06-accessibility-warnings.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -190,7 +190,7 @@ export default {
190
190
'label-has-associated-control': {
191
191
labelComponents: ['CustomInputLabel'],
192
192
controlComponents: ['CustomInput'],
193
-
depth:3,
193
+
depth:5,
194
194
}
195
195
}
196
196
}
@@ -200,7 +200,7 @@ export default {
200
200
201
201
-`labelComponents` is a list of Svelte component names that should be checked for an associated control.
202
202
-`controlComponents` is a list of Svelte component names that will output an input element.
203
-
-`depth` (default 3, max 25) is an integer that determines how deep within the label element the rule should look for an element to determine if the label element has associated control.
203
+
-`depth` (default 5, max 25) is an integer that determines how deep within the label element the rule should look for an element to determine if the label element has associated control.
0 commit comments