Validating DHTML against a schema
- From: Jim Higson <jh@xxxxxxx>
- Date: Mon, 19 Dec 2005 11:56:23 +0000
Debugging scrited sites would be easier if I could check my HTML stays
valid.
I've used various HTML validators that grab the (X)HTML and run it against a
schema, but what about validating the 'live' HTML once the DOMs been
modified by a script?
Is there any (reasonably easy) way to tell a browser to send the current
state of a page to a validator?
Ta,
Jim
.
Relevant Pages
- Re: Tab symbol
... attribute values "Why attribute values should always be quoted in HTML, ... special concern was the confusion in reports from validators, ... With simple letters-only attribute values, the quotes were never needed, ... 1997 by David E. Ross ... (comp.infosystems.www.authoring.html) - .Net validators broken by client-side script (cloneNode does not copy onchange handler)
... I am doing some some HTML manipulation in client-side script. ... I was hoping that calling cloneNode on the table I was working on would capture the event handlers but it also skips those. ... Onchange event handlers generated by .Net validators are applied to page elements in client-side script. ... (microsoft.public.scripting.jscript) - .Net validators broken by client-side script (cloneNode does not copy onchange handler)
... I am doing some some HTML manipulation in client-side script. ... I was hoping that calling cloneNode on the table I was working on would capture the event handlers but it also skips those. ... Onchange event handlers generated by .Net validators are applied to page elements in client-side script. ... (microsoft.public.dotnet.framework.aspnet) - .Net validators broken by client-side script (cloneNode does not copy onchange handler)
... I am doing some some HTML manipulation in client-side script. ... I was hoping that calling cloneNode on the table I was working on would capture the event handlers but it also skips those. ... Onchange event handlers generated by .Net validators are applied to page elements in client-side script. ... (microsoft.public.dotnet.general) - Re: Validating Dynamically Loaded User Controls
... I'd check the span tag or whatever html is created for the validators ... and make sure their controltovalidate ID values match the textbox ID ... Bascially you can debug the validation javascript yourself and see ... (microsoft.public.dotnet.framework.aspnet) |
|