A Brisbane man is taking budget airline Virgin Blue to court over claims its website unfairly discriminates against people with visual impairments.
http://www.brisbanetimes.com.au/articles/2009/01/15/1231608875569.html
The guy making the suit says
The guy making the suit says there's not enough contrast and the text size is too small. I'm not sure he'll get very far pursuing those arguments. Using the colour contrast analyser on the home page reveals a few problems, but far more passes than fails (the fails would probably be easily fixed) and I'm not sure text size problems will get much of a run in court when there's so many modern browsers that you can use to zoom text size nowadays.
What I did find interesting is that the Virgin Blue site has this in their reset.css:
:focus { outline : 0; }
Not sure why someone thought that was a good idea. :shrug:
I can guess why, it threw up
I can guess why, it threw up a nasty looking dashed border around a link that upset the design!
So better to selectively
So better to selectively remove the :focus on that link and put something less ugly for the :focus there. I do this on image-replaced menus-- so long as I have something just as eye-catching as the ugly border, I'm free to remove the ugly border-- on that element only.
*lawlz, drank some coffee, now I see the humour. : )
Yes exactly Poes, thanks
Yes exactly Poes, thanks for clarifying that
I always try to have at least three strong coffees before turning my machines on
Yeah I have heard about a
Yeah I have heard about a number of related cases. The best solution is to hire an expensive http://www.johnson-law.com/dallas-personal-injury-lawyer.htm (dallas personal injury attorneys) once and win the case for sure.
<bod> <HEADLINE> <BYLINE> <D
<bod> <HEADLINE> <BYLINE> <Destination> <Photographer>
Is is just me, or does brisbanetimes have a three-year-old writing html.
Hardly. It's part of Fairfax
Hardly. It's part of Fairfax Digital, the biggest online media player in Australia, so it's no doubt built on a custom-made CMS, but like with any enterprise-level CMS that runs a myriad of sites, bug inevitably creep into them.