Visualizzazione dei risultati da 1 a 6 su 6
  1. #1

    Link e accessibilità (WCAG1.0 > 10.5)

    Ho notato - utilizzando il "validatore di accessibilità" Bobby - un errore un po' strano. Il punto è non inserire una serie di link senza separarli l'uno dall'altro ( http://www.w3.org/TR/WCAG10/wai-page...h-divide-links ).

    Pertanto questo risulterebbe valido:
    codice:
    Ciao, Miao
    Se proviamo a mettere i link del menù nella classica lista non ordinata, nuovamente otteniamo la validazione (giustamente).

    Tuttavia, se provate a utilizzare una struttura simile alla seguente, il validatore dice che i link sono consecutivi: :master:
    codice:
    <dl>
       <dt>Archivio 1984</dt>
          <dd>Gennaio</dd>
          <dd>Febbraio</dd>
    </dl>
    Non ne afferro il senso. Voi avete qualche opinione in merito? Grazie.

  2. #2
    si per me non è una novità: se noti infatti su molti siti accessibili hanno risolto con dei semplici caratteri che separano i collegamenti: | o [] per intenderci...
    6.2 Grouping and bypassing links

    Checkpoints in this section:

    * 13.6 Group related links, identify the group (for user agents), and, until user agents do so, provide a way to bypass the group. [Priority 3]
    * 10.5 Until user agents (including assistive technologies) render adjacent links distinctly, include non-link, printable characters (surrounded by spaces) between adjacent links. [Priority 3]

    When links are grouped into logical sets (for example, in a navigation bar that appears on every page in a site) they should be marked up as a unit. Navigation bars are usually the first thing someone encounters on a page. For users with speech synthesizers, this means having to hear a number of links on every page before reaching the interesting content of a page. There are several ways to allow users to bypass groups of links (as users with vision do when they see the same set on each page):

    * Include a link that allows users to skip over the set of navigation links.
    * Provide a style sheet that allows users to hide the set of navigation links.
    * Use the HTML 4.01 MAP element to group links, then identify the group with the "title" attribute.

    In the future, user agents may allow users to skip over elements such as navigation bars.

    Example.

    In this example, the MAP element groups a set of links, the "title" attribute identifies it as a navigation bar , and a link at the beginning of the group links to the anchor after the group. Also, note that the links are separated by non-link, printable characters (surrounded by spaces).

    <BODY>
    <MAP title="Navigation Bar">



    [Bypass navigation bar]
    [Home]
    [Search]
    [New and highlighted]
    [Site map]
    </P>
    </MAP>
    <H1><A name="how">How to use our site</A></H1>

    </BODY>
    l'ho fatto anche sul mio sito...
    l'importante è che ci siano dei caratteri separatori (anche gli spazi sono caratteri ti ricordo)

  3. #3
    No, gli spazi non bastano.

    Comunque, quello che non riesco a capire, è come mai se i link vengono inseriti in una lista non ordinata sono ritenuti separati, se inseriti in una struttura dl-dt-dd invece no.

    Come mai???

  4. #4
    guarda che Bobby non è perfetto...
    non dare troppa peso ai tool automatici di accessibilità: segui piuttosto la checklist

  5. #5
    Ok che non è perfetto, ma vorrei assicurarmi che sia un errore suo e non un cavillo (che non riesco a comprendere).

  6. #6

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.