HTML5 tags not working at all in firefox 3.6.3

前端 未结 3 903
别跟我提以往
别跟我提以往 2020-12-31 01:17

Okay, so I\'m trying to get into this whole HTML 5 thing, and this tutorial (http://www.webreference.com/authoring/languages/html/HTML5/) says that these tags should move t

3条回答
  •  再見小時候
    2020-12-31 01:48

    These tags don’t work at all in Firefox 3.6.11 and Opera 11.0 — regardless of the CSS display property, they simply don’t parse correctly. For example, if you insert paragraph tags in the above example, it falls apart. Here’s an example. You get the correct result in WebKit, Firefox 4, and Opera 11.11:

    WebKit screenshot

    But you get this in Opera 11.0 and Firefox 3.6:

    Opera screenshot

提交回复
热议问题