Skip to main content

Braille and Blind Accessible 66 Responses

Last post: 3 years ago | Thread started: Sep 4, 08, 5:22 p.m.

RespondNew TopicDisable Images

  • ribit

    Make sure people can tab through all fields and complete all tasks using only keyboard...

    Consider also just embossing the standard text as an alternative or supplemental to braille for some of the text, such as logos, main company title..

    + add note

    You must be logged in to add a note. Login now or register for an account.

    Cancel
    Dog-earSep 4, 08, 5:42 p.m. – Permalink
  • acescence

    web content accessibility guidelines..

    http://www.w3.org/TR/WCAG20/

    next note >add note

    You must be logged in to add a note. Login now or register for an account.

    Cancel
    Dog-earSep 4, 08, 6:36 p.m. – Permalink
  • styleplus

    yeah. Be sure to populate the respective title attributes of the image tags with relevant content. for example:
    <img src='sourceToImageHere' title='this_is_the_title_attribute/>'

    • whoops! the syntax here is not exactly correct. See below.styleplus
    + add note

    You must be logged in to add a note. Login now or register for an account.

    Cancel
    Dog-earMay 4, 09, 10:39 a.m. – Permalink
  • styleplus

    the code snippet above is syntactically incorrect.
    this is more correct:
    <img src='source_to_image_here' title='this_is_the_title_attribute'/>

    + add note

    You must be logged in to add a note. Login now or register for an account.

    Cancel
    Dog-earMay 4, 09, 10:40 a.m. – Permalink
  • mikotondria3

    Just a genuine thought - is there anyone here who is blind and reads this site with a screen-reader ?

    next note >add note

    You must be logged in to add a note. Login now or register for an account.

    Cancel
    Dog-earMay 4, 09, 10:45 a.m. – Permalink

Login or Register to respond to this

Skip to main content