Invalid "for" attribute on label

Created on 27 January 2025, 2 months ago

Problem/Motivation

Labels in the Form elements have "for" attribute but elements doesn't have a form item, instead they only have a string. So the generated output is something like this.

<div class="entity-meta__last-saved js-form-item form-item js-form-type-item form-type--item js-form-item-meta-changed form-item--meta-changed" id="edit-meta-changed">
<label for="edit-meta-changed" class="form-item__label">Last saved</label>
01/21/2025 - 15:07</div>

It is failing in the accessibility as The label's for attribute doesn't match any element id. This might prevent the browser from correctly autofilling the form and accessibility tools from working correctly.

Steps to reproduce

Go to node edit page
Check the Current state, Last saved and Autor field in meta.
You will see the labels does have the for attribute but the ID is missing.

Proposed resolution

make sure the label's for attribute references the correct id of a form field.

Remaining tasks

User interface changes

Introduced terminology

API changes

Data model changes

Release notes snippet

🐛 Bug report
Status

Active

Version

11.1 🔥

Component

forms system

Created by

🇮🇳India gauravvvv Delhi, India

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024