使用<图例>输入标签图例>
所以我有一个表单,谁的内容将根据不同报告的下拉列表而变化。所以问题是,包含一个 select
框作为 fieldset
的 legend
标记会有多可怕?
我知道从技术上讲它是有效的,并且在语义上它是有意义的(图例标记的实际文本,所选值是字段集内容的标题)。但我不禁觉得这样做很肮脏。
So I've got a form, who's content will change based on a dropdown list of different reports. So the question is, how horrible would it be to include a select
box as the legend
tag for the fieldset
?
I know that technically it works, and semantically it makes sense (the actual text of the legend tag, the selected value is a caption of the contents of the fieldset). But I can't help but feel dirty doing it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果它在语义上是正确的并且页面 HMTL 验证了那么我不明白为什么不。
不过,我确信还有其他 UI 解决方案可以解决您的问题。也许使用 jQuery UI 的选项卡或类似的东西。 http://jqueryui.com/demos/tabs/
If it's semantically correct and the page HMTL validates then I don't see why not.
However, I'm sure there are other UI solutions to your problem. Perhaps using jQuery UI's tabs or something similar. http://jqueryui.com/demos/tabs/