H76: Using meta refresh to create an instant client-side redirect | Techniques for WCAG 2.0

H76: Using meta refresh to create an instant client-side redirect | Techniques for WCAG 2.0

瀏覽:1209
日期:2025-07-05
Procedure Find all meta elements in the document. For each meta element, check if it contains the attribute http-equiv with value "refresh" (case-insensitive) and the content attribute with a number greater than 0 followed by ;'URL=anyURL' ......看更多