Forum Moderators: open
I'm optimising websites since 2000, and at the moment I'm doing an online workshop reg. Accesibility (German).
In which I am now confronted with following statement:
---------------
In Germany we have a law reg. accesibility, that says:
"Hyperlinks next to eachother have to be seperated by printable signs, which have a space on each side"
In Germay the "printable" sign that has become common is the "pipe" ¦
The Code to use this:
<a href="#">Linktext</a> <span style="display:none;">¦</span> <br>
---------------
I could imagine, using this code too much, would be a risk reg. spamming. Or is it ok, as long as there's no text inside it?
Reg,
Birthe
<style type="text/css">
.separator {visibility: hidden;}
</style>
<a href="a">a</a> <span class="separator">¦</span>
That way, at least you will not get your code filled with the visibility tags, as you probably use them often.
/claus
<edit>Oh, you can still use "display:none" of course... </edit>
@claus: even if I use a css-file, it still has "hidden" or display:none... And still has my concerns...
@waldemar: yes, that's it.
At the moment I'm trying to look at other possibilities that fit into the design - unfortunately until now nothing worked without "breaking" the layout. But that's an issue for another forum, I guess ;-)
Sorry about forgetting that part. The thing is that there seems to be some understanding that, well, stylesheets are just not the kind of food that spiders prefer to eat, as there's not enough vitamins in them. External css files, that is.
/claus
<edit>i'll correct that. Spiders do read external stylesheets, but still, there is some understanding that they will not necessarily punish for that kind of action. Anyway, i think you have a strong case, after all it's not hidden keywords or anything like that.
My original point was only that the more times you repeat the "invisible" tag on a page, the easier it is for an automated process to conclude that you might be doing something unwanted.
</edit>
stuijts: Have you heard about the current BIENE award in Germany?
Even though spiders do not put a penality on things like that right now, they might in future.
@waldemar: yes, I know the BIENE. But I doubt I'll be able to join the contest already after this workshop ;-)