gpt4 book ai didi

android - 为什么这些 TD 元素中的字体以不同的大小呈现?

转载 作者:太空狗 更新时间:2023-10-29 16:20:36 25 4
gpt4 key购买 nike

这是一个包含 2 个 TD 的简单表格。 http://z5h.github.io/broken_render/broken.html

在 Android 上最近的 Chrome/Firefox 上,它们以非常不同的尺寸呈现。我不清楚为什么。

在桌面浏览器上他们没有。

减少第一个 td 中的文本数量可以解决问题。指定每个元素样式不会更改字体大小。例如 http://z5h.github.io/broken_render/broken-styled.html

这是为什么?

代码是

<html>
<head>
<meta content='text/html;charset=utf-8' http-equiv='Content-Type'>
</head>
<body>
<table>
<tr>
<td>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
</td>
</tr>
<tr>
<td>Lorem Ipsum is simply dummy text of the printing and typesetting industry.
</td>
</tr>
</table>
</body>
</html>

这是在 Nexus 4 上完全更新的 Chrome 上的样子。在 Firefox 上也有同样的问题。

example

最佳答案

您看到的是 Android 版 Chrome 的“有用”字体增强功能。 There's no guaranteed way to disable it .

如果您在普通的 Android 浏览器(或任何使用 WebView 的浏览器)中打开页面,您将看不到这种效果。

关于android - 为什么这些 TD 元素中的字体以不同的大小呈现?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15977840/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com