box-sizing 是否也是不可继承的 属性 就像边距和边框属性一样?

Is box-sizing also a non-inheritable property just like margins and border properties are?

我是 css 的新手,我尝试使用 css inheritane。当我将 box-sizing:border-box 属性 添加到 body 时,它不会被其子元素继承(在我的例子中是 <section> 元素)。它是否与边距和边框等其他不可继承的属性一样?

不,box-sizing: border-box不被子元素继承。

您可以在此处查看规格 https://drafts.csswg.org/css-ui-3/#box-sizing