gpt4 book ai didi

html - Webkit 将
ascendents 重置为默认框模型

转载 作者:行者123 更新时间:2023-11-27 23:13:45 24 4
gpt4 key购买 nike

在我看来这像是 Webkit 错误,但我不确定。尽管 <details>元素已正确 border-box值,影子 DOM 以某种方式将所有重置为默认值 content-box . Firefox 是一致的。 IE/Edge 不支持<details>还没有。

这是错误还是预期的行为?

See the demo on Codepen

最佳答案

这是一个错误,您可以在这里阅读:

所以你需要恢复到的方式来预设box-sizing

*, *::before, *::after { box-sizing: border-box; } 

或将其显式设置为details

关于html - Webkit 将 <details> ascendents 重置为默认框模型,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44454127/

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