In article <[email protected]>, D'Arcy J.M. Cain <[email protected]> wrote: >On 20 Jul 2009 17:10:55 -0700 >[email protected] (Aahz) wrote: >>>I understand what you want but I can't see how a toolkit can do that. >>>How do you program "graceful?" It seems pretty application specific. >> >> Presumably the JS toolkit generates both code and HTML. Actions that >> normally get executed by JS should degrade to plain HTML links and form >> submits (or possibly not display at all if it's a pure convenience). > >As I said, I do understand what you are after but I still think it is a >judgement call. What defines "convenience?" How does the library know >what is essential and what is pretty?
Presumably a JS toolkit designed for this purpose would have an API to specify the handling of such issues. -- Aahz ([email protected]) <*> http://www.pythoncraft.com/ "The volume of a pizza of thickness 'a' and radius 'z' is given by pi*z*z*a" -- http://mail.python.org/mailman/listinfo/python-list
