Merge pull request #4680 from helioguardabaxo/master

Heading hierarchy fixed on checklist title to simplify screen reader.
This commit is contained in:
Lauri Ojansivu 2022-09-12 02:58:00 +03:00 committed by GitHub
commit 9e44ccaf5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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