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 |
| .. |
|
area.vue
|
Fix dropdown containers: tabindex=0 → tabindex=-1 across all dropdowns
|
3 weeks ago |
|
builder.vue
|
Increase sidebar left padding to pl-4 for safe focus ring clearance
|
3 weeks ago |
|
conditions_modal.vue
|
Fix WCAG 2.1 AA critical and high issues: viewport zoom, focus indicators, modals, alerts, labels
|
3 weeks ago |
|
contenteditable.vue
|
Fix all accessibility gaps identified in codebase audit
|
3 weeks ago |
|
controls.vue
|
Add ARIA labels to icon-only buttons across the application
|
1 month ago |
|
custom_field.vue
|
Fix dropdown containers: tabindex=0 → tabindex=-1 across all dropdowns
|
3 weeks ago |
|
description_modal.vue
|
fix save modal
|
2 months ago |
|
document.vue
|
Remove conflicting focus styles; use global :focus-visible rule
|
3 weeks ago |
|
drag_placeholder.vue
|
custom fields
|
2 months ago |
|
dropzone.vue
|
google drive file picker
|
5 months ago |
|
field.vue
|
Implement accessibility plan: Sprints 5, 6, and 7 (WCAG 2.1 AA)
|
3 weeks ago |
|
field_context_menu.vue
|
fix save modal
|
2 months ago |
|
field_context_modal.vue
|
add more options to context menu
|
2 months ago |
|
field_context_submenu.vue
|
border color
|
2 months ago |
|
field_settings.vue
|
Fix focus ring for all DaisyUI interactive components
|
3 weeks ago |
|
field_submitter.vue
|
Fix dropdown containers: tabindex=0 → tabindex=-1 across all dropdowns
|
3 weeks ago |
|
field_type.vue
|
Fix dropdown containers: tabindex=0 → tabindex=-1 across all dropdowns
|
3 weeks ago |
|
fields.vue
|
Improve field type grid focus: clipping, ARIA state, icon labels
|
3 weeks ago |
|
font_modal.vue
|
Fix dropdown containers: tabindex=0 → tabindex=-1 across all dropdowns
|
3 weeks ago |
|
formula_modal.vue
|
Fix focus ring for all DaisyUI interactive components
|
3 weeks ago |
|
google_drive_document_settings.vue
|
Fix dropdown containers: tabindex=0 → tabindex=-1 across all dropdowns
|
3 weeks ago |
|
hover_dropzone.vue
|
handle zip upload
|
7 months ago |
|
i18n.js
|
Implement accessibility plan: Sprints 5, 6, and 7 (WCAG 2.1 AA)
|
3 weeks ago |
|
icon_drag.vue
|
add default builder fields
|
2 years ago |
|
import_list.vue
|
Fix WCAG 2.1 AA medium issues: color-only indicators, form errors, icon-only buttons
|
3 weeks ago |
|
logo.vue
|
update logo
|
3 years ago |
|
mobile_draw_field.vue
|
fix save
|
3 months ago |
|
mobile_fields.vue
|
Fix all accessibility gaps identified in codebase audit
|
3 weeks ago |
|
page.vue
|
Fix sr-only text leaking visually in template builder
|
3 weeks ago |
|
page_context_menu.vue
|
border color
|
2 months ago |
|
payment_settings.vue
|
Fix dropdown containers: tabindex=0 → tabindex=-1 across all dropdowns
|
3 weeks ago |
|
pdf_text_to_html.js
|
Add PDF/Text tab switcher to template builder for sighted users
|
3 weeks ago |
|
preview.vue
|
Fix WCAG 2.1 AA medium issues: color-only indicators, form errors, icon-only buttons
|
3 weeks ago |
|
replace.vue
|
handle zip upload
|
7 months ago |
|
selection_box.vue
|
add select fields mode
|
2 months ago |
|
selection_context_menu.vue
|
fix save modal
|
2 months ago |
|
upload.vue
|
Fix dropdown containers: tabindex=0 → tabindex=-1 across all dropdowns
|
3 weeks ago |