Archive for the 'Accessibility' Category

23
rd June, 2008

SVG, Canvas and… making life richer for majority while keeping life easy for screen-readers

Slipped under Accessibility, Ramblings, Web

SVG, Canvas and all sorts of browser based graphical implementations are becoming more and more advanced. With this in mind, it is only a matter of time until the likes of Adobe’s Flash, Microsoft’s Silverlight and Browser based SVG, Canvas etc… will truly start competiting with each other.

However, while a lot of developers are running wild with SVG and Canvas already. What does this mean to screen reader users? The government in the UK and US has laws against discremination against disabled users.

So developers in the UK and US should not simply be running wild with these new technologies without thinking how best to make use of these features while keeping the page easy to use for screen readers.

To be perfectly honest, I would like to lobby the government to put an exception to websites once and for all. The web is evolving, the world itself is evolving. Disabled users should be taking advantage of the newest physical technology that can restore their ability. Rather than requiring us developers to architect such websites to work around such ill-lucked individuals.

UK and US’s disability laws and accessibility guidelines are simply driving up cost of development of websites and restricting the full potential growth of Rich Internet Applications.

If someone can come up with a way to make accessibility work while keeping the cost of development low. Then I personally own’t mind, but I’m sick of keeping that 1% of users happy and usable (if it is 1% at all! It’s more like 0.025%!)

I’ve always tried to optimise for screen-readers, but there comes a point when it is simply not feasible to do so and the government should recognise that and grant such websites immunity.

If anything, I feel a little discriminated against by the government as I of all other type of profession have to make information on the web easy to use for screen readers. It is like asking a hair dresser cut hair in a way that blind people knows what they look like!

It is unfair, it is a waste of time and it shouldn’t be done!

Don’t get me wrong, I’m all for accessibility and standards compliances! But this will become a major problem in 5 years time and needs to be addressed.

Furthermore developers in countries without such laws will gain an unfair advantage and will ultimately gain more business than developers in US and UK particularly when you take into mind that the web is essentially a global village and that business dealings can happen over it very easily.

05
th June, 2008

HTML Text Links in Flash and Accessibility

Slipped under Accessibility, Flash, Ramblings, Web

I’m currently trying to make beijing.100percentme.co.uk accessible. It is a flash website. Certain parts however utilises html text links, and while I’m testing with JAWs I can read and “click” on buttons. I can’t seem to do so with html text links in Flash (AS3, Flash Player 9).

I can’t find any resources or references on the net on whether I can make html text links in flash keyboard accessible.

I’ve been reading up various accessible flash tips and looking at other accessible Flash site. Such as the JKRowling site by LightMakers - I noticed they don’t have html text links thereby avoiding this problem I’m having…

Therefore… I conclude… it is impossible.

Correct me if I’m wrong. Please!

Update: Hey I found a work around. http://www.majordan.net/test/inlinelinksapp/. Next time I got to read Niqui Merret’s blog comments more carefully… >.>