- From: Brad Neuberg <bkn3@columbia.edu>
- Date: Tue, 08 Jun 2004 09:45:50 -0700
> >a more general observation about explorer. the main (technical) problem is >not extending the interfaces of (x)html elements - behaviors are good at >that. the problem is supporting the proposed css enhancements. the only >way to do that (that i know of) is to load and parse the style sheets your >self. any one have a better idea how to support the proposed css >enhancements on a microsoft platform? >hello? > >-dean One possibility might be to transform the web app specs on the serverside into something that IE 6 can run, rather than attempt to create an emulation layer on the client side, which could be buggy and slow. We could release opensource modules that do this for many of the popular server side systems, such as a set of JSP taglibs for JSP, tags for PHP, etc. We could also release a good set of unit tests to ensure that what is generated is consistent across the different implementations. Brad Neuberg
Received on Tuesday, 8 June 2004 09:45:50 UTC