KHTML

From Wikipedia, the free encyclopedia

Jump to: navigation, search
KHTML

Konqueror using KHTML to render the Wikipedia front page.
Developed by KDE Team, Apple Inc., Nokia, Google, others.
Written in C++
Operating system Cross-platform
Type Layout engine
License GNU Lesser General Public License

KHTML is the HTML layout engine developed by the KDE project. It is the engine used by the Konqueror web browser. A forked version of KHTML called WebKit is used by several web browsers, among them Safari and Google Chrome. Distributed under the terms of the GNU Lesser General Public License, KHTML is free software.

Built on the KPart framework and written in C++, KHTML has relatively good support for Web standards. To render as many pages as possible, some extra abilities and quirks from Internet Explorer are also supported, even though those are non-standard.

Contents

[edit] History

[edit] Origins

KHTML was preceded by an earlier engine called khtmlw or the KDE HTML Widget, developed by Torben Weis and Martin Jones,[1] which implemented support for HTML 3.2, HTTP 1.0, and HTML frames, but not the W3C DOM, CSS, or scripting.

KHTML came into existence in November 4, 1998,[2] as a copy of the khtmlw library, with some slight refactoring and the addition of Unicode support and changes to support the move to Qt 2. Waldo Bastian[3] was among those who did the work of creating that early version of KHTML.[4]

[edit] Re-write and improvement

The real work on KHTML actually started between May and October 1999, with the realization that the choice facing the project was "either do a significant effort to move KHTML forward or to use Mozilla"[5] and with adding support for scripting as the highest priority. So in May 1999, Lars Knoll[6] began doing research with an eye toward implementing the W3C DOM specification, finally announcing[7] on August 16, 1999 that he had checked in[8] what amounted to a complete rewrite of the KHTML library — changing KHTML to use the standard W3C DOM as its internal document representation. That in turn allowed the beginnings of Javascript support to be added in October 1999,[9] with the integration of Harri Porten's KJS following shortly afterward.

In the closing months of 1999 and first few months of 2000, Knoll did further work[10] with Antti Koivisto[11] and Dirk Mueller[12] to add CSS support and to refine and stabilize the KHTML architecture,[13] with most of that work being completed by March 2000. Among other things, those changes enabled KHTML to become the second browser after Internet Explorer to correctly support Hebrew and Arabic and languages written right-to-left[14] — before Mozilla had such support.

KDE 2.0 was the first KDE release (on October 23, 2000) to include KHTML[15] (as the rendering engine of the new Konqueror file and web browser, which replaced the monolithic KDE File Manager).

[edit] Other modules

KSVG was first developed in 2001 by Nikolas Zimmermann and Rob Buis; however, by 2003, it was decided to fork the then-current KSVG implementation into two new projects: KDOM/KSVG2 (to improve the state of DOM rendering in KHTML underneath a more formidable SVG 1.0 render state) and Kcanvas (to abstract any rendering done within khtml/ksvg2 in a single shared library, with multiple backends for ie. Cairo/Qt etc.)[16].

[edit] KWQ

KWQ (pronounced "quack") is an implementation of the subset of Qt required to make KHTML work on Mac OS X. It is written in Objective C++.

[edit] Standards compliance

The following standards are supported by the KHTML engine:

[edit] KHTML and Apple

KHTML and KJS were adopted by Apple in 2002 for use in the Safari web browser. Apple publishes the source code for their fork of the KHTML engine, called WebKit, as required by the LGPL.

[edit] Browser version summary

KHTML version Konqueror Safari Google Chrome iCab OmniWeb Web Browser for S60 Android Shiira Arora Midori ABrowse Sunrise
85 3.2 1.0 4.5 0.4
125 1.2 5.1 0.677
312 1.3 4.0
412 2.0 4.1 3.0 0.5 1.1 0.3
522 4.2 3.0 0.2 2.2 8.0A 1.6
525 3.1 4.2 5.8 1.0
526 4.0B 0.3 0.4
528+ 1.0

[edit] See also

[edit] References

[edit] External links

Personal tools