Replies: 1 comment
-
Hi, I would recommend you put this issue on the WCAG github repository as there would be more resources there to answer it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am working on a flash detection tool based on WCAG SC 2.3.1
from WCAG 2.3.1 SC
Do the increase/decrease values have to be sequential in a one second period?
Here is an example:
In a 25f/s video (f1, f2, f3, f4, f5, f6 ... f25). does the following changes in luminance values count as a flash?
f1-f2 4% increase
f2-f3 4% increase
f3-f4 4% increase
f4-f5 4% decrease
or does it have to be 10% or more from one frame to another?
Beta Was this translation helpful? Give feedback.
All reactions