Future technology will better handle image-replacement
- CSS3 generated content module
- Replace content with the content property:
h2 {content:url("hello_world.gif");}
- Replace content with the content property:
- CSS3 “reader” media type
- Demanded by screen reader manufacturers
- Hidden text for "screen" type...
can be re-specified for "reader" type asdisplay:block;