Skip to content

id-class-value

Id and class value must meet some rules: underline, dash, hump.

Level: Warning

  1. underline: underline mode ( aaa_bb )
  2. dash: enable rule ( aaa-bbb )
  3. hump: enable rule ( aaaBbb )
  4. false: disable rule

The following patterns are not considered rule violations

Section titled “The following patterns are not considered rule violations”
underline: <div id="aaa_bbb">
dash: <div id="aaa-bbb">
hump: <div id="aaaBbb">