多重font时Chrome不能正确显示字体颜色?

Index.htm:
<!DOCTYPE html>
<html>
<body>
<font color=red><font color=red><font color=red><font color=red>红</font></font></font></font>黑<font color=red><font color=red>红</font></font>黑
</body>
</html>

Chrome显示如下:



审查元素看到html代码如下:

<!DOCTYPE html>
<html><head></head><body>
<font color="red"><font color="red"><font color="red"><font color="red">红</font></font></font>黑<font color="red"><font color="red">红</font></font>黑
</font></body></html>

是bug吗?Chrome版本22.0.1229.92。

评论: 0 | 引用: 0 | 查看次数: 3655
发表评论
登录后再发表评论!