Re: technique to overcome meaningful link text

This is an incorrect use of b element due that b is used for set bold text (visual information). Have bold as hidden hasn't sense. Instead eventually use span.

----- Messaggio originale -----
    Da: "donaldfevans@aol.com"<donaldfevans@aol.com>
    Inviato: 13/01/06 16.58.23
    A: "lguarino@adobe.com"<lguarino@adobe.com>, "befree@magma.ca"<befree@magma.ca>, "w3c-wai-gl@w3.org"<w3c-wai-gl@w3.org>
    Oggetto: Re: technique to overcome meaningful link text
    
    I find this works well.
     
    <style type="text/css">
    a b.hidden {
    height: 1px;
    width: 1px;
    position: absolute;
    overflow: hidden;
    top: -10px;
    }
    </style>
    <a href="#">Edit <b class="hidden">Hidden Information</b></a>
    
     
     Donald F. Evans 
    Accessibility Architect
    American Online
    donaldfevans@aol.com
    (703) 265-5952
     
     
    -----Original Message-----
    From: Loretta Guarino Reid <lguarino@adobe.com>
    To: David MacDonald <befree@magma.ca>; WCAG <w3c-wai-gl@w3.org>
    Sent: Fri, 13 Jan 2006 07:43:04 -0800
    Subject: Re: technique to overcome meaningful link text
    
    
    As a technique, I don't really like this much. Images of text can't satisfy lots of UA requirements for text, like the ability to resize the text or control the font used.
    
    Fundamentally, though, I get the sense that the group is converging on requiring meaningful link text, directly associated with the link, not in its  surrounding context. We would opt for having a verbose reading of the links as the page is being read (which is what would happen with this technique).
    
    In that case, shouldn't we recommend using the title of the link to specify the complete text? (In PDF, we can provide Alt text for the link, but we need an HTML technique, too). AT would need to provide an option to use the title text in lists of links, to make this most effective.
    
    Loretta
    
    
    On 1/12/06 4:06 PM, "David MacDonald" <befree@magma.ca> wrote:
    
    
    
    I think this technique (below) could also be used for single word links like "more" and "click here" in those instances when one word links might be appropriate. 
     
    If this is ok with the group I think we could overcome the "justified" exceptions for meaningful links.
     
    This is a proposed technique for how to create meaningful link text for SC 2.4.5. when there is an array of links to multiple versions of the same conte    

[Messaggio troncato. Toccare Modifica->Segna per il download per recuperare la restante parte.]

Received on Friday, 13 January 2006 16:45:26 UTC