id-class-ad-disabled
Id and class can not use ad keyword, it will blocked by adblock software.
Level: Warning
Config value
Section titled “Config value”true
: enable rulefalse
: disable rule
The following patterns are not considered rule violations
Section titled “The following patterns are not considered rule violations”<div id="adcontainer"></div>
The following patterns are considered rule violations
Section titled “The following patterns are considered rule violations”<div id="ad-container"></div><div id="ad_container"></div>
Why this rule is important
Section titled “Why this rule is important”Using ad
in id
or class
attributes can cause elements to be hidden by ad-blocking software, which may break the layout or hide important content.