Projet

Général

Profil

0001-a11y-add-aria-labelledby-for-widgets-54642.patch

Serghei Mihai, 16 août 2021 09:42

Télécharger (764 octets)

Voir les différences:

Subject: [PATCH 1/3] a11y: add aria-labelledby for widgets (#54642)

 gadjo/templates/gadjo/widget.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
gadjo/templates/gadjo/widget.html
16 16
  </div>
17 17
  {% endblock %}
18 18
  {% block widget-content %}
19
  <div class="content">
19
  <div class="content" aria-labelledby="{{ field.name }}">
20 20
    {% block widget-error %}
21 21
    {% if field.errors %}
22 22
    <div class="error">
23
-