【发布时间】:2015-07-19 22:22:13
【问题描述】:
代码
这是 HTML 代码:
<li>
<a href="./hacks/hacks.html" title="Break the rules with techniques, not malicious invasion into computer and destroy the computer network.">
<strong>HACKS</strong>
</a> -
<em>Break the rules with techniques, not malicious invasion into computer and destroy the computer network.</em>
</li>
问题
问题是当我将鼠标放在链接上时,标题(用技术打破规则,而不是恶意入侵计算机并破坏计算机网络。)不会出现。当我删除 HACKS 之间的<strong></strong> 时,它可以工作。 (IE 10)
截图
- 屏幕截图 - 在没有
<strong></strong>[title-works-without-strong] 的情况下在 IE 10 中工作 - 屏幕截图 - 在带有
<strong><strong>的 IE 10 中不起作用
在我将浏览器更改为 Chrome 27 后,标题 起作用了。
各位,有什么解释吗?
【问题讨论】:
标签: html internet-explorer google-chrome