You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hanxing Yang edited this page Jul 9, 2016
·
1 revision
name
id-class-ad-disabled
description
Value of attribute id or class should not contain ad-relative keyword, which may cause the element blocked by adblock software. If found so, it reports.
sample
<!-- Bad --><divid="ad-test"></div><divid="test-ad"></div><divclass="test-ad-test"></div><divclass="ad_test"></div><!-- Good --><divid="test"></div><divid="add-test"></div><divid="test_add"></div>
code
031
Keyword (ad) found in value of attribute id or class.