fix logic
[personal-kdelibs.git] / khtml / ecma / README
blob4c341699a749dd1612f9d39fbb6290e9b07f4651
1 This module contains the ECMAScript a.k.a. JavaScript language bindings for
2 the KHTML Part.
4 The module is loaded into KHTML's address space on demand.
6 To test the non-HTML DOM functions you may compile a little interactive
7 interpreter called 'testecma' with 'make check' (see testecma.cpp for
8 further details).
10 Harri Porten <porten@kde.org>
12 ========================================================================
13 Appendix A: Web sites with useful tests
15 http://oucsace.cs.ohiou.edu/~ywang/JavaScript
16 http://www.xs4all.nl/~ppk/js/index.html?version5.html
18 Appendix B: References for HTML JavaScript bindings
20 http://msdn.microsoft.com/workshop/author/dhtml/reference/objects.asp
21 http://docs.sun.com/source/816-6408-10/