Explorar el Código

Heading hierarchy fixed to simplify screen reader.

helioguardabaxo hace 2 años
padre
commit
86d86b30e9
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      client/components/cards/checklists.jade

+ 2 - 2
client/components/cards/checklists.jade

@@ -34,13 +34,13 @@ template(name="checklistDetail")
           a.fa.fa-navicon.checklist-details-menu.js-open-checklist-details-menu(title="{{_ 'checklistActionsPopup-title'}}")
 
         if canModifyCard
-          h2.title.js-open-inlined-form.is-editable
+          h4.title.js-open-inlined-form.is-editable
             if isTouchScreenOrShowDesktopDragHandles
               span.fa.checklist-handle(class="fa-arrows" title="{{_ 'dragChecklist'}}")
             +viewer
               = checklist.title
         else
-          h2.title
+          h4.title
             +viewer
                 = checklist.title