Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

9
  • I'm trying to make DOM compatibility table for different browsers. Commented Feb 20, 2010 at 21:23
  • 2
    How do you expect a DOM node to be serialized? What information do you want from a DOM node? Commented Feb 20, 2010 at 22:01
  • Gumbo, I just added example. Is it clear now? Commented Feb 20, 2010 at 22:03
  • FWIW, I still don't understand how serializing to JSON helps you with the "generic way" of testing compatibility. Commented Feb 20, 2010 at 23:51
  • I need to diff whole window object of different browsers. I don't know how to do it without serializing window to something like JSON. Commented Feb 21, 2010 at 0:02