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.
“合格”是什么意思?我从 csslint.net 收到此警告:
“不允许限定标题:标题 (h1) 不应限定)。”
有问题的问题代码:
.Layer2_InfoText1 h1 { margin:1.3rem; }
这是什么意思,为什么它被认为是一个问题?
在这种情况下,“合格”是指选择具有超出顶级 CSS 的元素。因此,在本例中,h1 是合格的。
它是根据 csslint.net 的风格指南