I am drafting an article for the RI:Technology blog on Screen readers and Search Engines, and was reviewing a paper a colleague wrote about Search. He mentioned sIFR as a technique “to bring content to search engines”. I asked another colleague about this, as I’d always just considered sIFR as a “stylability” technique.
We started talking about the weight factor of search engines, whether content written to a page and then sIFRized would be weighted more heavily than the alt text of an image. I hadn’t really thought about that before. I then mentioned a habit I have of placing images within a heading tag, i.e.<h1><img alt="descriptive text" /></h1>. Toby asked if this really worked, if the alt text would be considered the header. I realized that I’d never really verified it before.
So I took a quick look at an example using FANGS, and learned that alternate text, really isn’t. Turning off images would cause the alt text to display as the appropriate heading level, but at least for FANGS, the alt text does not get surfaced as the heading (the text should show up before the colon in the screen shot below)
Now, obviously FANGS is an emulator, and it’s possible that a screen reader would access that alt text. But this gave me something to consider..




















Send me a link to something and I’ll see how JAWS handles it - we’ve got 7-9 at work now.
Note to self - learn how to spell own name.
Before I used sIFR and sometimes still I generally just set my h1, h2, whatever style with -9999px text-indent and replace the background with the image I’d prefer to show.
Thanks Brandon! I found my notes from the session I attended at Access U - sounds like you’re referring to what’s known as “phark image replacement.” My notes state:
Fahrer Image Replacement —
put image as background to h1, text in span, then display: none on span. Doesn’t work if you have images turned off.
Phark Image Replacement —
text-indent negative. Still doesn’t work if images are off.
Shea Enhancement –
puts empty span inside h1, put background over text.
sIFR –
ok, but has alot of dependencies
(the presentation was by Marla Erwin and her notes are available at http://www.10sharpdesign.com/accessibility
That’s a great resource thanks!
I don’t know how long it will be up there — Marla is presenting at this year’s Access U as well (which is going on right now), I’m not sure if she’ll replace those notes with new ones.