Inappropriate Pop-Up Windows Check

RuleSets of AccessMonitor - the validator of web accessibility practices

Inappropriate Pop-Up Windows Check

Description

The “Inappropriate Pop-Up Windows Check” evaluates whether a webpage opens one or more new windows (e.g., via window.open()) automatically when the page loads, without user interaction.

Example outcome

I found that this webpage has pop-up windows.

Impact

Fixes

To address inappropriate pop-up windows:

  1. Locate the element that causes the automatic opening of pop-up windows.
  2. Replace it with a triggerable element so users can manually open the new window(s).

Resources