hee hee... the validator is not involved is serving the page, it's an additional check that we use to 'validate', it doesn't do javascript, that's how we all get the monkey patching!
Any browser can act as a screen reader... so they might do the javascript... they don't do css except the aural styles. to validate we have to code vanilla (x)html, then jquery it up! On 11/2/06, Philippe Jadin <[EMAIL PROTECTED]> wrote: > On 11/2/06, Ⓙⓐⓚⓔ <[EMAIL PROTECTED]> wrote: > > sure, slip in a different namespace and you can make your own tags > > .... but it won't validate unless you do the dtd for it too. > > I'm wondering, about validation, does a page must validate before or > after it is parsed by javascript? Curently, w3c validator and others > do not understand javascript. The only way to see a "finished page" is > to use "source code of the selection" in firefox. What happens if we > decide that a page should validate after jquery/javascript opperations > ? In this case, we could add exotic attributes to html tags, and > remove them with jquery. The result would be valid. > > Do screen readers have a javascript engine ? > Should the online validators understand this javascript "monkey patching" ? > > ;-) > > > > -- > Philippe Jadin > Thinkedit, a flexible > data and content > management system : > http://www.thinkedit.org > _______________________________________________ > jQuery mailing list > [email protected] > http://jquery.com/discuss/ > -- Ⓙⓐⓚⓔ - יעקב ʝǡǩȩ ᎫᎪᏦᎬ _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
