UNPKG

axe-core

Version:

Accessibility engine for automated Web UI testing

10 lines (8 loc) 440 B
<object id="pass1">This object has text.</object> <object id="pass2" title="This object has text"></object> <object id="pass3" aria-label="this object has text"></object> <span id="label1">this object has text</span> <object id="pass4" aria-labelledby="label1"></object> <object id="violation1"></object> <object id="violation2"><div> </div></object> <object id="violation3"><p style="display: none;">This object has no text.</p></object>