使用presentational和deprecated标签重置CSS

Jit*_*yas -1 css w3c web-standards

为什么Eric Meyer在他的css重置中没有建议,表示,弃用和非语义标签?(即小程序,iframe,大,小,小,罢工.)

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;
}
Run Code Online (Sandbox Code Playgroud)

Sam*_*son 11

不幸的是,人们仍然使用它们.在样式表中引用不推荐使用的元素没有任何效果.在标记中实际使用它们是无效的.Meyer的重置是修复元素渲染的方式,而不是修复您选择使用的元素.