每个表单控件都应该为输入字段的相关文本问题显示:none

时间:2017-10-25 10:16:36

标签: jsp section508

在我的jsp中,我有一个带display:none style的文本字段。对于508-辅助功能问题,我为文本字段添加了一个隐藏标签。但仍然在文本字段中收到错误,如“每个表单控件应该有关联的文本”

这是我的代码..

<label for="helper" style="visibility:hidden"></label>
<input type="text" style="display: none" id="helper" name="helper" title="helper" />

0 个答案:

没有答案