Should I use
    s and
  • s inside my

前端 未结 8 2090
你的背包
你的背包 2020-12-02 10:41

The title pretty much explains it.

Now that we have a dedicated

8条回答
  •  一整个雨季
    2020-12-02 10:48

    At this point, I'd keep the

    • elements, reason being that not all browsers support HTML5 tags yet.

      For example, I ran into an issue using the

      tag - Chrome and FF worked like a charm, but Opera borked.

      Until all browsers support HTML completely, I'd stick them in, but rely on the old ones for backwards compatibility.

提交回复
热议问题