被Chrome忽略

时间:2019-10-25 23:01:25

标签: html css google-chrome

我刚刚更新为Chrome版本78.0.3904.70。现在它似乎忽略了不间断的空格字符。

仅使用常规空格字符和style =“ white-space:nowrap”是否更安全?这是在td中发生的。

table, th, td{
  border: 1px solid black;
}
<table style="width:200px">
	<tr>
		<td style="width:100%"><img src="https://upload.wikimedia.org/wikipedia/en/9/98/Blank_button.svg" alt=" " style="height:17px;width:0px;"></td>
		<td style="text-align:right;padding-left:10px;padding-right:10px;white-space:nowrap;"><span style="white-space:nowrap">Text<img src="https://image.flaticon.com/icons/svg/157/157933.svg" style="border:0" width="12" height="11">&nbsp;<img src="https://image.flaticon.com/icons/svg/157/157933.svg" style="border:0" width="12" height="11">&nbsp;[&nbsp;Test&nbsp;Test&nbsp;]<a href="#"><img src="https://image.flaticon.com/icons/svg/157/157933.svg" style="border:0" width="12" height="11"></a>&nbsp;<a href="#"><img src="https://image.flaticon.com/icons/svg/157/157933.svg" style="border:0" width="12" height="11"></a></span></td>
	</tr>
</table>

不确定为什么Chrome无法识别连续字符。

0 个答案:

没有答案