Hi guys,
One of my clients is a bubbler, and he’s color blind (just like about 7% of men and 0.5% of women).
He cannot see a difference between a green and a red text.
Therefore the debugger is almost useless for him. How might he understand this?
That’s why I made a trick for him.
[style]
.prop-name.condition-false:after {
content: " (FALSE)";
}
[/style]
By putting the above CSS rule (replace [] by <>) to the app (tab settings > SEO, into the header or body scripts field), you add the text " (FALSE)" after a condition, in the debugger,. if this condition evaluates as false.
Easy peasy to read for everyone, including color blind people !
Il hope this may help those who are concerned.