Are CSS selectors case-sensitive?

前端 未结 4 991
借酒劲吻你
借酒劲吻你 2020-12-01 12:02

I was recently updating a CMS site and a tab-navigation plugin had inserted the following markup:

  • ...
  • I\'ve alway

    4条回答
    •  萌比男神i
      2020-12-01 12:30

      CSS itself is case insensitive, but selectors from HTML (class and id) are case sensitive:

      CSS recommendation on case sensitivity

      HTML recommendation, id attribute (note the [CS])

    提交回复
    热议问题