私は、この W3C HTML 検証エラーの解決策を必要以上に探していました。これを解決する方法はまだわかりません。ここで誰かが私を助けてくれたら、それは素晴らしいことです。
Line 109, Column 27: The for attribute of the label element must refer to a form control.
<label for="location">Location</label>
Line 162, Column 27: The for attribute of the label element must refer to a form control.
<label for="location">Location</label>
HTML コード
<fieldset id="meat">
<legend>Meat Toppings</legend>
<label for="location">Location</label>
<img src="full.png" alt="full">
<img src="left.png" alt="left">
<img src="right.png" alt="right">
<img id="location" src="none.png" alt="none">