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
@@ -178,7 +178,7 @@ export default {
178
178
'label-has-associated-control': {
179
179
labelComponents: ['CustomInputLabel'],
180
180
controlComponents: ['CustomInput'],
181
-
depth:3,
181
+
depth:5,
182
182
}
183
183
}
184
184
}
@@ -188,7 +188,7 @@ export default {
188
188
189
189
-`labelComponents` is a list of Svelte component names that should be checked for an associated control.
190
190
-`controlComponents` is a list of Svelte component names that will output an input element.
191
-
-`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.
191
+
-`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