在我的jsp中,我有一个带display:none style
的文本字段。对于508-辅助功能问题,我为文本字段添加了一个隐藏标签。但仍然在文本字段中收到错误,如“每个表单控件应该有关联的文本”
这是我的代码..
<label for="helper" style="visibility:hidden"></label>
<input type="text" style="display: none" id="helper" name="helper" title="helper" />