Assessment wanted for Other controls tasks

Hello! Need assessment for Other controls tasks.

Codepen:

Task 1: maxlength is a bit too short, but otherwise correct :white_check_mark:
Task 2: Correct :white_check_mark:
Task 3: You somehow mixed up <datalist> and <select> syntax. Use one or the other together with the <option>s

I hope that helps!
Michael

1 Like

Thank you! Fixed Task 1. In task 3 i used fallback for browsers what doesnt support datalist. Is it correct? Like this:

1 Like

Ah, my bad. You’re right. I didn’t know you could use <select> inside as fallback.
There is even such an example in the specification, so it’s possibly pretty robust. It would be interesting to know if screen readers also silently ignore <label> and <select> or if it will mess them up.

Thanks for the feedback!
Michael

1 Like