How to detect HTML 5 compatibility in browser

后端 未结 7 1080
鱼传尺愫
鱼传尺愫 2020-11-29 03:59

What is the best way to detect browser compatibility for HTML 5 syntax? And prompt the user if the browser is not compatible?

I understand the tutorial which shows h

相关标签:
7条回答
  • 2020-11-29 04:51

    do I need to inspect each and every element?

    Nope. Only the parts you want to use that aren’t backwards-compatible.

    See Five Things You Should Know About HTML5, especially points 1 and 4.

    0 讨论(0)
提交回复
热议问题