diff --git a/curriculum/challenges/english/blocks/quiz-styling-forms/66ed9043f45ce3ece4053ebf.md b/curriculum/challenges/english/blocks/quiz-styling-forms/66ed9043f45ce3ece4053ebf.md index e711a1cfdb3..d2a9a9fe6d6 100644 --- a/curriculum/challenges/english/blocks/quiz-styling-forms/66ed9043f45ce3ece4053ebf.md +++ b/curriculum/challenges/english/blocks/quiz-styling-forms/66ed9043f45ce3ece4053ebf.md @@ -61,23 +61,23 @@ Text input fonts need to be adequately sized, and the color needs to have suffic #### --text-- -Why is it important to not remove the ability for users to resize a `textarea` input? +How should the error state styling relate to the focus state styling? #### --distractors-- -Users should be able to zoom in and out and there should be no change in the input. +They should be identical for consistency. --- -Users should be able to zoom in and out and the input should increase to twice its size. +The error state should be less visible to avoid alarming users. --- -Users should be able to zoom in and out and the input text should triple in size. +The error state should be animated while the focus state should be static. #### --answer-- -Users should be able to zoom in and out and the input should scale accordingly. +The error state should be distinct from the focus state. ### --question--