I was thinking of using a CSS technique to create a drop shadow effect on some titles. This would result in the html having what amounts to duplicate text:
So what I'm wondering is, is there some technique via CSS or HTML to tell accessibilty tools like text-to-speach readers or such to ignore certain text (in this case, ignore the <h1 class=shadow>Some Title</h1> line)?Code:<h1 class=shadow>Some Title</h1> <h1 class=top>Some Title</1>


Reply With Quote
Bookmarks