EqualifyEverything / equalify

A web accessibility platform, managing issues by integrating with A11Y services.
https://equalify.app
Other
117 stars 21 forks source link

[Monitor] Detect dynamic pages/SPAs #402

Closed azdak closed 2 months ago

azdak commented 3 months ago

The Monitor system is based on historical comparisons of raw HTML responses- for SPAs or pages using js frameworks like React/Angular/Svelte, content changes may not be detected. We should develop a heuristic to test for the most common of these frameworks, and include a warning/flag in results for pages where they're detected.

bbertucc commented 2 months ago

Contributor Call Update: @azdak is aiming to knock this out this week.

bbertucc commented 2 months ago

This is done. Here is an example: https://monitor-dashboard.equalify.app/monitor/667ed3c76e2226011bba2e8c

Monitor will alert if there is a SPA detected. SPAs need to be alerted because change management is handled differently.