On Thu, Feb 5, 2009 at 4:55 AM, Iain Campbell <[email protected]> wrote:
>
> 2009/2/5 Kumar McMillan <[email protected]>:
>>
>> validation, as in, security of how it does the message passing?
>
> Not so much that, but from an accessibility standpoint.
>
> The same is true (i believe) for RIA frameworks in general. Making an
> RIA that's usable by a blind person seems almost impossible. From what
> I can see, the only alternative is to have a 'standard' application
> too that can be suitably parsed by, say, a screen reader.
good point, I see what you mean now. I have stuggled with this in my
own custom ajax applications, mainly for compatibility with search
engines. I found some interesting ways to do this by sharing Dojo
templates with Mako templates. Coincidentally, they use the same
formatting, i.e. "<ul><li>${item}</li></ul>" so I was able to make an
ajax site partially degrade to a static HTML site by having a mako
view and a dojo view coexist in the same URL.
>
> I.
>
>
> --
> www.kandaba.com
>
> web | iptv | mobile
> development & consultancy
>
> t: +44 (0) 203 051 7792
> m: +44 (0) 7815 821 678
> gtalk: [email protected]
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pylons-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---