When I ran the tests for the html certification project, it told me I needed values on my radio buttons. It’s not listed in the instructions, only the tests as far as I can see. I searched the instructions. Did I miss something? Do I have watch out for tests that aren’t listed in the instructions?
if you don’t write the value the radio button can’t work properly when used in a form, you always need to add a value when you create radio or checkboxes
if you think it needs to be explicitly stated, open a github issue about it, but adding a value is pretty much mandatory with radio buttons