[uf-dev] Displaying hidden microformat in Operator (and elsewhere)

paul_wilkins at xtra.co.nz paul_wilkins at xtra.co.nz
Wed Nov 7 14:45:42 PST 2007


From: Martin Sarsale <martin at malditainternet.com>
> IMHO it's a similar problem with screen readers and image replacement
> techniques. (
> http://www.alistapart.com/articles/fir/ )

456 Bera Street deals with the issue in todays article
http://www.456bereastreet.com/archive/200711/screen_readers_sometimes_ignore_displaynone/

<quote>
The simple workaround [. . .] is to use both display:none and visibility:hidden:

  .hidden {
    display:none;
    visibility:hidden;
  }
</quote>

-- 
Paul Wilkins





More information about the microformats-dev mailing list