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
Label tags like this <label> </label> are used solely for styling in NAV (which is both semantically ill-suited and a bad practice when it comes to accessibility).
...
So the SonarCloud complaint is technically correct, but factually <label> </label> is not used in form control.
Label tags like this
<label> </label>
are used solely for styling in NAV (which is both semantically ill-suited and a bad practice when it comes to accessibility)....
So the SonarCloud complaint is technically correct, but factually
<label> </label>
is not used in form control.Originally posted by @podliashanyk in #3139 (comment)
Occurrences:
python/nav/web/templates/alertprofiles/filter_form.html
-alertprofiles/filters/new
,alertprofiles/filters/edit/<filter_id>
python/nav/web/templates/custom_crispy_templates/submit_field.html
- anything callingSubmitField
withhas_empty_label=True
The text was updated successfully, but these errors were encountered: