On 5/4/06, Daniel Champion <[EMAIL PROTECTED]> wrote:
There's a "View Generated Source" function in the Web Developer Extension [1] which provides the current DOM tree source. You could copy and paste that into a validator. Beyond that I'm not aware of a 'validate generated source' option in any FF extension.
This actually isn't a reliable technique, because the "generated source" is not equivalent to the actual HTML Firefox received; instead, it's a serialization of the error-corrected DOM Firefox used internally to render the page. -- "May the forces of evil become confused on the way to your house." -- George Carlin ****************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
