Dynamic Vs Static Html Validation

Hi
I would like to know if I should - in terms of best practice - validate the dynamic Html or the Static one.
and what you are (Service) validating while using the URL as input.

Just to be sure we are talking on the same thing:
Static HTML
Is the html as it returned from the web server in response to a GET request without running any client side code.
This can be fetched by using right click - View source in the browser.

Dynamic HTML \ Rendered HTML
Is the HTML that eventually appears on the screen after the client\browser made some modifications to it usually originated by JavaScript code or just by different rendering methodologies. This can be fetched by using F12 Developer tools in IE.. and copying the Outer Html of the root node.

Thanks


Yaros, Al
Software Engineer, Sprinter
Hewlett-Packard Company
Tel: +972 3 539 7905
Mobile: +972 54 638 0540
Email: al.yaros@hp.com<mailto:al.yaros@hp.com>
5 Altalef Street, Yehud
Israel

[Description: Description: hp]<http://www.hp.com/>

Received on Tuesday, 25 October 2011 13:42:45 UTC