In Firefox, if you select some text and then choose the "View Selection Source" option in the context menu, it *does* show you the current DOM and not the original HTML.
~Jon On Feb 18, 3:01 am, Bertilo Wennergren <[email protected]> wrote: > On Fri, Feb 18, 2011 at 06:16, RobG <[email protected]> wrote: > > View source shows the original HTML used to create a document, > > subsequent changes to the document do not modify that. > > > It's just how browsrs work, they could show an HTML representation of > > the current document (the innerHTML property of the HTML element goes > > pretty close) if they wished. > > The Firefox extension Web Developer has the option "View generated > source", which actually does that. It can be quite handy at times. > > -- > Bertilo Wennergren > [email protected]http://bertilow.com -- You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/prototype-scriptaculous?hl=en.
