Figure 3.26. Terminal output from CSS LintCSSLintinspectsyourstylesheetsforfourkindsofCSSproblems:Compatibility: problemsthataffectaparticularbrowserversionPerformance: problemsthatcancauseslowpageloadsand
renderingMaintainabilityandduplication
problems:issuesthatwillmakeyourcolleaguespulltheir
hairoutandperhapsyoursaswellAccessibility: CSSthathasanegativeimpactonusersofassist-
ivesoftwareItreportseacherrorseparatelyasaseparateblockoftext,witheachblockcontaining
thefollowing:■ filename(here,that’ss.css)■ errorlocation;forexample,warning at line 92, col 1■ guidelineofwhichyou’verunafoul(forexample,“unqualifiedattributeselectors
areknowntobeslow”or“outlinesshouldonlybemodifiedusing:focus”)122 CSS Master