[css3-content] [css21-content] Syntax for adding alternative text for inserted image

Given the CSS

..new:before {
	content: url("/images/new.gif") " ";
}

where new.gif is the word "New!" appearing as an image on a gif.  The class is being applied to a p tag:  <p class="new">paragraph goes here</p> 

http://www.w3.org/TR/css3-content/#inserting3
and
http://www.w3.org/TR/CSS2/generate.html#content
would be improved by an example as to how to add an alt attribute with a text value, for example "New!" onto the image brought in by the uri.

In the meantime, would someone be kind enough to tell me how this would be accomplished in the style sheet in CSS2.1?  I'm concerned that adding a title attribute to the p tag would cause some screen readers to read that attribute instead of the paragraph.

Hope this helps, and thanks.
Charles Belov

Received on Friday, 19 November 2010 08:45:01 UTC