Project

Contents

Issue #00005486

Module "form-field": added attribute "for" to labels
Feature/Improvement

The HTML "for" attribute not only enables user to click on the label to give the input the focus. It also is important for ARIA-enabled Websites.

We now added the missing "for" attribute to the rendered <label> together with an "id" attribute for the <input>s.