Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 HTML5 验证方面遇到了一个奇怪的问题。
看到这个小提琴Fiddle
当我在不选择任何选项的情况下提交此表单时,它会导致验证错误(这是预期的行为),但是下拉列表的字体会更改(注意g在晚上)。
g
此行为仅在 Google chrome 中可见,在 Mozilla 中运行良好。
我希望它们在验证后也相同。
我在浏览器详细信息中找到了解决方案。那是 Chrome 的默认行为。
你是如何定义你的字体的?chrome 中有一个错误,它无法正确解析字体系列,除非在“引号”中定义了主要字体,即:font-family: 'Source Sans Pro', sans-serif;