Do not use flashing or blinking text, objects, or other elements having a flash or blink frequency greater than 2 Hz and lower than 55 Hz.
Rationale
The purpose of this checkpoint is to ensure the software is developed so that it does not induce seizures due to the use of blinking or flashing.
Text and objects that blink or flash can cause photosensitive epileptic seizures in susceptible individuals, particularly if the flash has a high intensity and is in the frequency range between 2 Hz and 55 Hz. This includes flashing text, turning graphics on and off or repeatedly changing between different images on the screen.
Required development techniques
Use one or more of the following techniques to meet Checkpoint 5.2 from the IBM Software Accessibility Checklist:
Examples of required development techniques
-
If the application must use blinking elements, use frequencies that are less than 2Hz or greater than 55Hz.
Example 1
Developers must retrieve the blink rate from the system setting. Windows allows users to customize the cursor blink rates through the Control Panel Accessibility Options. Developers can access these settings through the
GetCaretBlinkTime
function to emulate the system's cursor blink rate for custom cursors or for customized user interface elements. For more information on this technique, see the article "Flashing User Interface and the GetCaretBlinkTime Function" (link resides outside of ibm.com) from Microsoft.
Recommended development techniques
The techniques above are required; the following techniques are recommended to enhance accessibility:
- Minimize the area of the screen which is flashing. Smaller areas are less likely to cause seizures.
- Avoid flashing that has a high level of contrast between the states. Some individuals are more susceptible to high intensity flashing.
Required test techniques
Test the software to ensure that it complies with accessibility requirements.
Required test software
No additional software is required for this test. A program that displays the time interval between blinking or flashing text may be used if you are unable to estimate the blinking rate of flashing elements.
Test techniques
The following techniques are required to verify this checkpoint:
Action | Result | |
---|---|---|
1 |
Manually verify that the software does not use blinking or flashing elements. |
Pass: The software does not implement blinking text or objects. Fail: The software displays blinking text or objects. If the software has blinking elements, perform the next test to see if the blinking is between the range of 2 Hz to 55 Hz. |
2 |
Display the blinking elements in the software. Run a program that displays the time interval between blinking text. |
Pass: The time interval of the blinking text is less than 2 Hz or greater than 55 Hz. Fail: The time interval of the blinking text is between 2 Hz and 55 Hz. This interval can cause photosensitive epileptic seizures in susceptible individuals. |
3 |
It is somewhat difficult to test the exact rate that something is blinking or flashing. These guidelines provide a practical method of deciding if flashing content is within the 2 to 55 Hz range |
Pass: Any noticeable blinking or flashing elements are blinking at a rate of 2 times per second or slower. Fail: Blinking elements can be visually detected and they are blinking faster than 2 times per second. |
©2013 IBM Corporation
Last updated January 01, 2013.