What are some accessibility concerns that come up in CSS?
0
Hidden content is a big one here. Itβs only acceptable to use display: none; if youβre both trying to hide things visually and the content itself.
CSS controls colors so color accessibility is relevant. Focus styles are also important and directly controlled by CSS.
There is a lot more accessibility stuff that is related to HTML and JavaScript, so mentioning that stuff is great, but I think itβs interesting to target the question solely on CSS to force focused thinking.
Sign in to add a comment
0 Answers
0
π No answers yet!
Be the first to answer this interview question.
Your Answer
Sign in to post your answer and help the community.