Re: Please give feedback on a bobby approved site

Thomas is right - problem one is that there are users who are completely
excluded (like me, when I first tried to get to the site - I don't have
javascript on Lynx).

A couple of comments about the content inside the site:

Grouping things in red by using a font element instead of either a class, or
div/table grouping markup, violates checkpoints of WCAG.

Although it is not trivial to do, it is not very complex to  to provide an
interface through a database system that allows the user to customise the
presentation - a sort of wizard-based stylesheet generator can apply ACSS,
colours, different fonts, or whatever. Since you use cookies it is not hard
to track that and provide an approproiate stylesheet link.

The tables that specify the actual times should be laid out horizontally
insted of vertically - that way the reader gets

Stop x   9am  10am  11am  12.15pm
stop y  9.02  10.02 11.15  1pm

read out instead of

stop x stop y stop z
               9am
               902am
               905am
               10am
               1002am
               1011am
               1100am
              1110am
               1115am
               12am
               1209am

etc.

Alternatively, you could provide a link to the tablin service at
http://jigsaw.w3.org:8000/tablin or download it and use it to test /
linearise tables yourself - http://www.w3.org/WAI/References/tablin

(Note that thesee comments apply to the noshock version - I ahve not looked
at the other yet.

cheers

Charles McCathieNevile

On Mon, 19 Jun 2000, Thomas Dowling wrote:

  
  ----- Original Message -----
  From: "Brockbank, Leslie" <LBrockbank@uta.cog.ut.us>
  To: <w3c-wai-ig@w3.org>
  Sent: Monday, June 19, 2000 4:20 PM
  Subject: Please give feedback on a bobby approved site
  
  
  > I have designed my site to meet with the Bobby approval. I have been
  an avid
  > voyeur of your conversations over the past year and recognize that my
  site
  > may not be as good as I hope.  Please spend some time around our site
  and
  > offer any comments to me at:
  >
  > lbrockbank@uta.cog.ut.us
  >
  > The URL is www.rideuta.com.
  >
  > I strongly believe in the importance of designing information that is
  > accessible by all.  I hope to eventually see more transit agencies hop
  on
  > board.
  >
  
  You should check the site with Javascript turned off.  This doesn't bode
  well for many users:
  
      <body onLoad="CheckBrowser()">
      </body>
      </html>
  
  Thomas Dowling
  OhioLINK - Ohio Library and Information Network
  tdowling@ohiolink.edu
  
  

--
Charles McCathieNevile    mailto:charles@w3.org    phone: +61 (0) 409 134 136
W3C Web Accessibility Initiative                      http://www.w3.org/WAI
Location: I-cubed, 110 Victoria Street, Carlton VIC 3053
Postal: GPO Box 2476V, Melbourne 3001,  Australia 

Received on Tuesday, 20 June 2000 00:21:38 UTC