Why shouldn#39;t I use ID selectors in CSS?(为什么我不应该在 CSS 中使用 ID 选择器?)
问题描述
我对不要在 CSS 中使用 ID 选择器"这一行感到震惊.这是真的吗?我发现很多帖子都写过这个.
I was shocked by this line "Don't use ID selectors in CSS". Is it true? I found many posts have written this.
- http://mattwilcox.net/archive/entry/id/1054/
- http://screwlewse.com/2010/07/dont-use-id-selectors-in-css/
- http://oli.jp/2011/ids/
我认为我们可以将 ID 用于选择器.
I think we can use the ID for the selectors.
我还是想澄清一下.
推荐答案
Id 选择器优先于其他类型的选择器.这会使使用不太具体的选择器添加新规则变得更加困难,从而导致特异性战争:http://www.stuffandnonsense.co.uk/archives/css_specificity_wars.html
Id selectors have priority over other kinds of selectors. This can make it harder to add new rules using less specific selectors, leading to specificity wars: http://www.stuffandnonsense.co.uk/archives/css_specificity_wars.html
这篇关于为什么我不应该在 CSS 中使用 ID 选择器?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:为什么我不应该在 CSS 中使用 ID 选择器?


基础教程推荐
- npm start 错误与 create-react-app 2022-01-01
- 即使用户允许,Gmail 也会隐藏外部电子邮件图片 2022-01-01
- 如何添加到目前为止的天数? 2022-01-01
- fetch 是否支持原生多文件上传? 2022-01-01
- 原生拖动事件后如何获取 mouseup 事件? 2022-01-01
- Bokeh Div文本对齐 2022-01-01
- Bootstrap 模态出现在背景下 2022-01-01
- 在 contenteditable 中精确拖放 2022-01-01
- Fabric JS绘制具有活动形状的多边形 2022-01-01
- 检查 HTML5 拖放文件类型 2022-01-01