作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
为什么 Eric Meyer 在他的 css reset 中没有可取的、表示性的、弃用的和非语义的标签? (即小程序、iframe、big、s、small、strike。)
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
最佳答案
因为不幸的是,人们仍然在使用它们。在样式表中引用已弃用的元素并没有什么无效的。在您的标记中实际使用它们是无效的。 Meyer 的重置是修复元素呈现的方式,而不是修复您选择使用哪些元素开始。
关于CSS 重置带有展示和弃用的标签,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2111142/
我是一名优秀的程序员,十分优秀!