Conversation
Agent-Logs-Url: https://github.com/Hack23/riksdagsmonitor/sessions/dc8c0e96-5711-442c-8812-ec094c28c5ff Co-authored-by: pethers <1726836+pethers@users.noreply.github.com>
🏷️ Automatic Labeling SummaryThis PR has been automatically labeled based on the files changed and PR metadata. Applied Labels: documentation,html-css,translation,rtl,size-xl,news Label Categories
For more information, see |
🔍 Lighthouse Performance Audit
📥 Download full Lighthouse report Budget Compliance: Performance budgets enforced via |
|
@copilot analyse html validation, errors do we need to fix html generation to output better/correct html and regenerate html ? See Quality Checks / html-validation (pull_request) |
… index files Agent-Logs-Url: https://github.com/Hack23/riksdagsmonitor/sessions/781086ea-3a5f-4634-8be4-3a3100139d76 Co-authored-by: pethers <1726836+pethers@users.noreply.github.com>
🔍 Lighthouse Performance Audit
📥 Download full Lighthouse report Budget Compliance: Performance budgets enforced via |
Agent-Logs-Url: https://github.com/Hack23/riksdagsmonitor/sessions/781086ea-3a5f-4634-8be4-3a3100139d76 Co-authored-by: pethers <1726836+pethers@users.noreply.github.com>
Analysed the CI failure — all 70 errors were Fixed in
|
🔍 Lighthouse Performance Audit
📥 Download full Lighthouse report Budget Compliance: Performance budgets enforced via |
Re-runs the full article generation pipeline against all existing analysis artifacts following improvements to
aggregate-analysis.tsandrender-articles.ts, and fixes a pre-existing HTML validation bug.Changes
aggregate-analysis --allre-aggregated 74 analysis subfolders into fresharticle.mdfiles underanalysis/daily/render-articles --all --lang allrendered 1,036 HTML files (74 subfolders × 14 languages: en, sv, da, no, fi, de, fr, es, nl, ar, he, ja, ko, zh)scripts/normalize-static-html-chrome.tswhere the hero-stat label regex used a lazy[\s\S]*?that stopped at the first</span>(the inner icon span), leaving duplicate label text and unpaired</span>tags. This caused 70tag-pairHTMLHint errors across all 14index*.htmlfiles. The simplified regex now matches from the number span through the</div>boundary and rebuilds the label cleanly.index*.htmlfiles corrected — zero HTMLHint errors across all 3,761 scanned files