File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
docs/topics/forms/fieldsets Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -47,16 +47,16 @@ WCAG requires that the structure and relationships are programmatically determin
4747
4848 <h2 id =" dummy-legend" >Which is the best color?</h2 >
4949
50- <input name =" colorOption" type =" radio" id =" purple" />
50+ <input name =" colorOption" type =" radio" id =" purple" value = " purple " />
5151 <label for =" purple" >Purple</label >
5252
53- <input name =" colorOption" type =" radio" id =" aubergine" />
53+ <input name =" colorOption" type =" radio" id =" aubergine" value = " aubergine " />
5454 <label for =" aubergine" >Aubergine</label >
5555
56- <input name =" colorOption" type =" radio" id =" magenta" />
56+ <input name =" colorOption" type =" radio" id =" magenta" value = " magenta " />
5757 <label for =" magenta" >Magenta</label >
5858
59- <input name =" colorOption" type =" radio" id =" all" />
59+ <input name =" colorOption" type =" radio" id =" all" value = " all " />
6060 <label for =" all" >All of the above</label >
6161
6262</div >
You can’t perform that action at this time.
0 commit comments