10.5
On each web page, are the CSS declarations for element background and font colours used correctly?
WCAG Reference
WCAG 1.4.3Tests
- 10.5.1
On each web page, is each CSS declaration of font colour (
color), of an element likely to contain text, accompanied by at least one declaration of background colour (background,background-color), inherited from a parent? - 10.5.2
On each web page, is each declaration of background colour (
background,background-color), of an element likely to contain text, accompanied by at least one declaration of font colour (color), inherited from a parent? - 10.5.3
On every web page, is every use of an image to create a background colour for an element likely to contain text, via CSS (
background,background-image), accompanied by a background colour declaration (background,background-color), at least, inherited from a parent?
WCAG Techniques
- F24