木子屋 Dnawo's BLOG

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

👤 dnawo 📅 2012-12-21 👁 4442 👍 0 💬 0 🔄 本站原创
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)

暂无评论。

计算题
评论需审核通过后显示
← 上一篇 Entity Framework Power Tools Bet… 下一篇 → T-SQL查询高级—SQL Server索引中的碎片和填充因子