diff --git a/.plans/accessibility-implementation-progress.md b/.plans/accessibility-implementation-progress.md index 1bf78c27..a4ce45e1 100644 --- a/.plans/accessibility-implementation-progress.md +++ b/.plans/accessibility-implementation-progress.md @@ -209,3 +209,56 @@ a3109c63 - Add ARIA labels to icon-only buttons across the application - `app/views/submit_form/show.html.erb` - Added alt text to 1 image **Total Lines Changed**: ~50 lines (additions/modifications) + +--- + +## Session Summary - 2026-02-25 (PDF View/Text View Tab Switcher) + +### Completed: PDF View / Text View Tab Switcher (branch: extract-content-from-pdf) + +✅ **Create `lib/pdf_text_to_html.rb` heuristic parser** +- ALL_CAPS lines → `

`, numbered headings (`^\d+\. [A-Z]`, ≤80 chars) → `

`, bullet lines (`^[•*-] `) → `