Results 5 issues of huaqi

visibility 隐藏错用为 transition 隐藏 ![image](https://user-images.githubusercontent.com/77103525/181917590-6a1e3173-3758-4b5a-beeb-4607d6e890e4.png)

![image](https://user-images.githubusercontent.com/77103525/180651913-8b84fef6-f221-47d6-81da-6745bc56bb39.png)

![image](https://user-images.githubusercontent.com/77103525/179896010-e79268e1-defd-4fa1-926b-906a70a9ee37.png) 对于上述的说法,我有一个自己的理解,overflow 的剪裁边界是为 声明了 overflow: hidden 的元素,其自身的 border 内边缘,那么此时该元素声明 padding 应该是被计算在内的呀,padding box 被包含在 border box 中。 上述只是我的个人理解,如有错误,还请指正。

后续内容中亦相同错误 ![闭合标签错误](https://user-images.githubusercontent.com/77103525/178137741-ad34b4a8-0278-45a7-a7c6-df2912e8fc8d.png)

作者您好,在最新版的 MDN 上有说明 min-height 的初始值为 auto。 [MDN min-height 相关文档](https://developer.mozilla.org/zh-CN/docs/Web/CSS/min-height) ![min-height 截图证明](https://user-images.githubusercontent.com/77103525/177517602-66b45e49-30b7-43bf-9647-a50c357ce0cd.png)