You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Marcelo Paiva
cf20940023
Implement accessibility plan: Sprints 5, 6, and 7 (WCAG 2.1 AA)
Sprint 5 – Critical fixes:
- 5-A: Add sr-only label + aria-label to search input and clear/submit buttons
- 5-B: Add role/aria-live/aria-atomic to flash messages; dismiss button label
- 5-C: Add role=dialog aria-modal aria-labelledby to _html_modal
- 5-D: Change file-dropzone inputs from display:none to sr-only; add region/label to dropzone element
- 5-E: Convert all <a href="#"> acting as buttons to <button type="button"> in signature_step, initials_step, phone_step
Sprint 6 – High priority:
- 6-A: Wrap pagination in <nav aria-label>; add aria-current="page" to current page
- 6-B: Wrap settings nav in <nav aria-label>; add aria-labels to icon-only social links
- 6-B/7-J: menu_active.js sets aria-current="page" on active links
- 6-C/D: Progress dots → <button> with aria-label/aria-current; form container gets aria-hidden; expand button gets aria-expanded/aria-controls
- 6-E: Add aria-label to folder card link
- 6-F: Wrap breadcrumb back-link in <nav aria-label="Breadcrumb">
- 6-G: scroll_to.js adds keydown (Enter/Space) handler and focuses target after scroll
- 6-H: Add aria-label to template builder option remove (×) button
- 6-I: fetch_form.js announces success via announcePolite when data-success-message set
- 6-J: Convert turbo_drawer close anchors to <button> with aria-label
Sprint 7 – Medium priority:
- 7-A: aria-errormessage + aria-invalid on signature/initials canvas linked to error divs
- 7-B: aria-busy on payment step processing/checkout buttons
- 7-D: Add id/aria-label/aria-controls to API settings DaisyUI collapse checkboxes
- 7-E: Add table caption, scope="col" on headers, sr-only Actions column header
- 7-F: Wrap SMTP security radio buttons in <fieldset><legend>
- 7-G: Add aria-pressed to dashboard toggle view buttons
- 7-I: Add aria-label="Country code" to phone step select
- i18n: Add dismiss, step, form_progress, breadcrumb, actions keys
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
3 weeks ago |
| .. |
|
_app_tour.html.erb
|
fix specs
|
12 months ago |
|
_attribution.html.erb
|
refactor policy
|
10 months ago |
|
_body_scripts.html.erb
|
fix csp
|
6 months ago |
|
_button_title.html.erb
|
adjust style
|
5 months ago |
|
_classes.html.erb
|
adjust border
|
10 months ago |
|
_clipboard_copy.html.erb
|
add app tour
|
12 months ago |
|
_demo_alert.html.erb
|
add i18n
|
2 years ago |
|
_email_attribution.html.erb
|
update translations
|
1 year ago |
|
_field_error.html.erb
|
add pagination to templates/users/submissions
|
3 years ago |
|
_flash.html.erb
|
Implement accessibility plan: Sprints 5, 6, and 7 (WCAG 2.1 AA)
|
3 weeks ago |
|
_github.html.erb
|
11k
|
3 months ago |
|
_github_button.html.erb
|
adjust demo
|
3 years ago |
|
_html_modal.html.erb
|
Implement accessibility plan: Sprints 5, 6, and 7 (WCAG 2.1 AA)
|
3 weeks ago |
|
_logo.html.erb
|
update logo
|
3 years ago |
|
_mailer_attribution.html.erb
|
add personalization settings
|
3 years ago |
|
_meta.html.erb
|
add preview url
|
3 months ago |
|
_navbar.html.erb
|
Fix all accessibility gaps identified in codebase audit
|
3 weeks ago |
|
_navbar_buttons.html.erb
|
adjust nav
|
8 months ago |
|
_navbar_warning.html.erb
|
add warning message to navbar
|
1 year ago |
|
_pagination.html.erb
|
Implement accessibility plan: Sprints 5, 6, and 7 (WCAG 2.1 AA)
|
3 weeks ago |
|
_plausible.html.erb
|
remove plausible from self-host
|
2 years ago |
|
_powered_by.html.erb
|
add completed submitters and documents
|
1 year ago |
|
_review_form.html.erb
|
add user reviews
|
1 year ago |
|
_search_input.html.erb
|
Implement accessibility plan: Sprints 5, 6, and 7 (WCAG 2.1 AA)
|
3 weeks ago |
|
_settings_nav.html.erb
|
Implement accessibility plan: Sprints 5, 6, and 7 (WCAG 2.1 AA)
|
3 weeks ago |
|
_settings_nav_extra.html.erb
|
add extra settings
|
2 years ago |
|
_settings_nav_extra2.html.erb
|
add extra links
|
2 years ago |
|
_templates_order_select.html.erb
|
Fix dropdown containers: tabindex=0 → tabindex=-1 across all dropdowns
|
3 weeks ago |
|
_test_alert.html.erb
|
Add 'Test mode' switch to the profile dropdown
|
1 year ago |
|
_test_mode_toggle.html.erb
|
add csp
|
6 months ago |
|
_title.html.erb
|
adjust cancan permissions
|
2 years ago |
|
_turbo_drawer.html.erb
|
Implement accessibility plan: Sprints 5, 6, and 7 (WCAG 2.1 AA)
|
3 weeks ago |
|
_turbo_modal.html.erb
|
Fix BetterHtml::DontInterpolateHere in turbo modal partials
|
3 weeks ago |
|
_turbo_modal_large.html.erb
|
Fix BetterHtml::DontInterpolateHere in turbo modal partials
|
3 weeks ago |