fix logic
[personal-kdelibs.git] / khtml / design.h
blob8c0cfa6d15d3f1028005031b9e710d58c0fb87e1
1 /* This file is part of the KDE project
3 Copyright (C) 1997 Martin Jones (mjones@kde.org)
4 (C) 1998 Waldo Bastian (bastian@kde.org)
5 (C) 1998, 1999 Torben Weis (weis@kde.org)
6 (C) 1999 Lars Knoll (knoll@kde.org)
8 This library is free software; you can redistribute it and/or
9 modify it under the terms of the GNU Library General Public
10 License as published by the Free Software Foundation; either
11 version 2 of the License, or (at your option) any later version.
13 This library is distributed in the hope that it will be useful,
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 Library General Public License for more details.
18 You should have received a copy of the GNU Library General Public License
19 along with this library; see the file COPYING.LIB. If not, write to
20 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
21 Boston, MA 02110-1301, USA.
25 /**
26 * This library provides a full-featured HTML parser and widget. It is
27 * used for rendering in all KDE applications which allow HTML viewing,
28 * including the Konqueror browser/file manager, KMail, and the KDE Help
29 * system.
31 * This library provides support for HTML4/XHTML, embedded Java applets,
32 * cascading style sheets (CSS2), and JavaScript.
34 * If you want to add to your application a widget that only needs simple text
35 * browsing, you can also use the KTextBrowser widget in kdeui.
37 * KHTMLPart :
38 * The main part/widget for using khtml.
40 * DOM :
41 * The dom implementation used in khtml.
45 /**
47 * The Document Object Model (DOM) is divided into two parts, the
48 * COREDOM core
49 * DOM, specifying some core functionality, and the HTMLDOM HTML DOM,
50 * which deals with the extensions needed for HTML.
54 namespace DOM