Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions techniques/failures/F24.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,6 @@ <h3>Specifying foreground color of link text with CSS</h3>
<p>
Color and background color may be specified at any level in the cascade of preceding selectors, by external stylesheets or through inheritance rules.
</p>
<p>
Background color may also be specified using a background image with the CSS property 'background-image' or with the CSS property 'background' (with the URI of the image, e.g., 'background: url("images/bg.gif")'). With background images, it is still necessary to specify a background color, because users may have images turned off in their browser. But the background image and the background color need to be checked. </p>
</div>
</section>
<section class="results"><h3>Expected Results</h3>
Expand Down