【问题标题】:Does the html5 required attribute degrade gracefully in browsers that don't support it?html5 required 属性是否在不支持它的浏览器中优雅地降级?
【发布时间】:2011-10-26 05:37:54
【问题描述】:

我很想在表单上使用required 属性,但我不知道旧版浏览器将如何处理这个(对他们而言)未知的属性。

旧版浏览器会很好地忽略(从而允许优雅地降级)html5 required 属性吗?

【问题讨论】:

    标签: html attributes cross-browser graceful-degradation


    【解决方案1】:

    是的,浏览器只会忽略未知属性。

    【讨论】:

      猜你喜欢
      • 2023-03-08
      • 2016-10-19
      • 1970-01-01
      • 2023-03-21
      • 2012-05-22
      • 2020-01-04
      • 2012-06-28
      • 1970-01-01
      相关资源
      最近更新 更多