- From: Daniel Dardailler <danield@w3.org>
- Date: Tue, 10 Nov 1998 15:10:55 +0100
- To: fidev <fidev@wanadoo.fr>
- cc: "'w3c-wai-ua@w3.org'" <w3c-wai-ua@w3.org>
> - the links : very often, it is possible to navigate from link to
> link. But, when you read a text, according to the terminal braille
> or the voice synthetizer used, the link will be not identified a s a
> link. Therefore, it is necessary to precise it in front of the
> link. Exemple : [LINK]Fidev
We already say that UA should support the ":before" pseudo element of
CSS2, and if they do, then users can declare a client-side CSS such
as:
A:before { content: "[LINK]" }
which would give you what you want.
Received on Tuesday, 10 November 1998 09:11:05 UTC