W3: F3-1: Failure of Success Criterion 1.1.1 due to using CSS to include images that convey important information
This code example is taken from the Failures for WCAG 2.0
Example Begin
Where else would you find a better interest rate?
Example End
Code for this Example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<p id="bestinterest"> | |
Where else would you find a better interest rate? | |
</p> |