HTML5标记元素

时间:2011-03-31 15:34:57

标签: html html5

哪些浏览器及其版本,IE,FF Google Chrome,Opera,例如FireFox 2.0,3.0支持mark元素?

2 个答案:

答案 0 :(得分:2)

让我们看看! http://browsershots.org/http://jsbin.com/evixu4 (结果待定)

Test code

<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>JS Bin</title>
<!--[if IE]>
  <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<style>
  article, aside, figure, footer, header, hgroup, 
  menu, nav, section { display: block; }
</style>
</head>
<body>
  <p id="hello">Hello <mark>World</mark></p>
</body>
</html>

在Windows 7上的Chrome 10.0.648.204上呈现:

enter image description here


编辑w / Browsershots results

所有测试的浏览器都会在<mark>内呈现文本(这是呈现未知元素的典型情况)。以下是经过测试的浏览器,其中的项目采用粗体表示哪些浏览器对<mark>元素应用了特殊样式(在所有情况下都经过测试,这意味着黄色背景)。据推测,突出显示的样式表示浏览器支持该元素。

  • Chrome 5.0.375.99(Debian)
  • Chrome 9.0.597.107(Windows XP)
  • Chrome 10.0.648.133(Ubuntu)
  • Chrome 10.0.648.204(Windows XP)
  • Chrome 11.0.696.16(Ubuntu)
  • Chrome 12.0.712.0(Ubuntu)

火狐

  • Firefox 1.0.8(Ubuntu)
  • Firefox 2.0.0.20(Windows XP)
  • Firefox 2.0.019(Ubuntu)
  • Firefox 3.0.3(Ubuntu)
  • Firefox 3.5.8(Ubuntu)
  • Firefox 3.6(Windows XP)
  • Firefox 3.6.10(Ubuntu)
  • Firefox 4.0(Debian)
  • Firefox 4.0(Windows XP)

IE

  • IE 6.0(Windows XP)
  • IE 7.0(Windows XP)
  • IE 8.0(Windows XP)
  • IE 8.0(Windows 7)

  • Opera 8.54(Windows XP)
  • Opera 9.63(Debian)
  • Opera 9.80(Ubuntu)
  • Opera 9.80(Windows XP)
  • Opera 10.00(Debian)
  • Opera 10.60(Debian)
  • Opera 11.01(Ubuntu)

Safari浏览器

  • Safari 4.0(Windows XP)
  • Safari 5.0.4(Windows XP)
  • Safari 5.0.4(Windows 7)

(如果不明显,结果按品牌分类,然后是版本,然后是OS测试。)


所有屏幕截图(压缩):https://github.com/downloads/mjball/Stack-Overflow-Q-A/110331-103924-jsbin.com-6183471.zip

答案 1 :(得分:0)

截至今天,IE 9,FF 4和Chrome 12都支持它,但Safari 5则不支持。在Win 7盒子上使用最新版本的浏览器进行测试。他们把它渲染成黄色荧光笔。