Changelog 2026-03-05 (Accessibility Reliability Incident Render Hardening Pass 52)

Published

Article content

Changed

  • Replaced incident-feed innerHTML string rendering with explicit DOM node construction (ul/li/a) in reliability dashboard runtime.
  • Kept existing incident filtering, summary messaging, and empty/error state behavior unchanged.

Why

  • Reduces rendering fragility and avoids HTML-string injection paths from feed-derived content.
  • Improves reliability of assistive-tech announcements by using stable, explicit DOM updates.