[TYPO3-content-rendering] Email - Spam and accessibility

Sacha Vorbeck sachav at gmx.net
Tue Aug 16 21:32:18 CEST 2005


Hi,

> robert<span style="display:none">who needs spam</span>@<span
> style="display:none">more text</span>typo3.org
> 
> That should be accessible, too or am I wrong with that?

unfortunately some screen readers ignore text wrapped with <sometag
style="display:none" while others don`t. An alternative would be to use

.hidethis
{
	position: absolute;
	left: -2000px;
}

But as this is also used for search engine cheating the folks at google
could decide to not like this someday (rather unlikely I guess).

Apart from that I like the idea. You need quite some logic for your
crawler to crack this nut.

-- 
Ciao,
Sacha



More information about the TYPO3-project-content-rendering mailing list