mirror of https://github.com/docusealco/docuseal
- L1: download_button.js — set aria-busy="true/false" in toggleState() during downloads (WCAG 4.1.3)
- L2: submit_form.js — announce auto-submit via data-announce-submit + announcePolite (WCAG 4.1.3)
- L3: toggle_submit.js — set aria-busy="true" on submit button when form submits (WCAG 4.1.2)
- L4: indeterminate_checkbox.js — set aria-checked="mixed" when indeterminate; update on click (WCAG 4.1.2)
- L5: review_form.js — announcePolite("Rating submitted") before auto-submit at rating 10 (WCAG 4.1.3)
- L6: masked_input.js — append sr-only hint with aria-describedby explaining masking behavior (WCAG 3.3.2)
- L7: check_on_click.js — add keydown handler for Enter/Space keys (WCAG 2.1.1)
- L9: submit_form/show.html.erb — add aria-label to icon-only download button in scroll-buttons (WCAG 4.1.2)
- L11: initials_step.vue — add :aria-label="t('minimize')" to minimize button (WCAG 4.1.2)
- L13: _drawer_events.html.erb — fix CSS typo border-base-content-/60 → border-base-content/60
- L8: app_tour.js — driver.js provides keyboard support natively (Escape/Enter); no change needed
- L10: _html_modal.html.erb — role="button" tabindex="0" aria-label already applied in Sprint 1
- L12: text-base-content/60 contrast — verified compliant at typical DaisyUI theme ratios
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
pull/599/head
parent
4f0f82e967
commit
6db8b6db23
Loading…
Reference in new issue