'critical', // 深刻度(最も重大) nodes: [{ // 違反が見つかった要素 html: '<img src="./images/city-logo.png">', // 問題のあったHTML any: [ // any 配列:どれか1 つpass すればOK { id: 'has-alt', message: 'Element does not have an alt attribute' }, { id: 'aria-label', message: 'aria-label attribute does not exist...' }, { id: 'aria-labelledby', message: 'aria-labelledby attribute does not exist...' }, { id: 'non-empty-title', message: 'Element has no title attribute' }, { id: 'presentational-role', message: "Element's default semantics were not overridden..." } ] // → しかし5 つ全部fail = 違反! }] }