Warning, /frameworks/khtml/src/ecma/README is written in an unsupported language. File is not indexed.

0001 This module contains the ECMAScript a.k.a. JavaScript language bindings for
0002 the KHTML Part.
0003 
0004 The module is loaded into KHTML's address space on demand.
0005 
0006 To test the non-HTML DOM functions you may compile a little interactive
0007 interpreter called 'testecma' with 'make check' (see testecma.cpp for
0008 further details).
0009 
0010 Harri Porten <porten@kde.org>
0011 
0012 ========================================================================
0013 Appendix A: Web sites with useful tests
0014 
0015 http://oucsace.cs.ohiou.edu/~ywang/JavaScript
0016 https://www.quirksmode.org/
0017 
0018 Appendix B: References for HTML JavaScript bindings
0019 
0020 http://msdn.microsoft.com/workshop/author/dhtml/reference/objects.asp
0021 http://docs.sun.com/source/816-6408-10/