Skip to content

Commit e1d9764

Browse files
committed
1 parent 6e147e9 commit e1d9764

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

css3-background/Overview.src.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,18 @@ <h3 id="the-background-image">The 'background-image' property</h3>
309309
accessible in non-graphical presentations, and background images
310310
specifically might be turned off in high-contrast display modes.
311311

312+
<p class="note">Note that stylistic foreground images can be provided
313+
in CSS with the
314+
<a href="http://www.w3.org/TR/CSS21/generate.html#content">content</a>
315+
property. (Semantically-important foreground images should be provided
316+
in the document markup, e.g. with the &lt;img&gt; tag in HTML.)</p>
317+
318+
<p class="note"><a href="http://www.w3.org/TR/media-frags/#naming-space">Media fragments</a>
319+
can be used to display a portion of an image. The
320+
<a href="http://www.w3.org/TR/css3-images/">CSS Images</a> module
321+
will provide fallback syntax for image formats and include additional
322+
controls for image display.
323+
312324
<div class="example">
313325
<p>Some examples specifying background images:</p>
314326
<pre>

0 commit comments

Comments
 (0)