Sachsentext

Links should not open a new window without warning

Links which open a new window using the "target" attribute should warn users.

Example

Wrong

<a href="page.html">View my page</a>

Right

<a href="page.html">View my page (opens new window)</a>