Trident (layout engine)

From Wikipedia, the free encyclopedia

Jump to: navigation, search
Trident
Developer(s) Microsoft
Operating system Microsoft Windows
Mac OS System 7 to OS X (discontinued)
Solaris and HP-UX (discontinued)

Windows 3.1 to Me (discontinued)
Type Application framework / Software component
License Proprietary MS-EULA
Website msdn.microsoft.com

Trident (also known as MSHTML) is the name of the layout engine for the Microsoft Windows version of Internet Explorer. It was first introduced with the release of Internet Explorer version 4.0 in October 1997; it has been steadily upgraded and remains in use today. For versions 7 and 8 of Internet Explorer, Microsoft made significant changes to the Trident layout engine to improve compliance with web standards and add support for new technologies.

Contents

[edit] Use in software development

Trident was designed as a software component to allow software developers to easily add web browsing functionality to their own applications. It presents a COM interface for accessing and editing web pages in any COM-supported environment, like C++ and .NET. For instance, a web browser control can be added to a C++ program and Trident can then be used to access the page currently displayed in the web browser and retrieve element values. Events from the web browser control can also be captured. Trident functionality becomes available by connecting the file mshtml.dll to the software project.

[edit] Versions

Trident version MSHTML.dll version Internet Explorer version Notes
unversioned 4.0.x 4 initial version
unversioned 5.0.x 5 improved CSS 1 support and had sweeping changes in CSS 2 rendering
unversioned 5.5.x 5.5 corrected issues with CSS handling
unversioned 6.0.x 6 corrected the box model and added quirks mode with DTD switching
unversioned 7.0.x 7 fixed many CSS rendering issues and added partial PNG alpha support
4.0 [1] 8.0.x 8 first version to pass the Acid 2 test[2]

Internet Explorer 8 is the first version to include the Trident version in the user agent string. Before that, the Trident engines weren't independently versioned.

[edit] Trident-based applications

All versions of Internet Explorer for Windows from 4.0 onwards use Trident, and it is also used by various other web browsers and software components (see Internet Explorer shells). In Windows 98, Windows Me, and Windows 2000, it is also used for the Windows file manager/shell, Windows Explorer. The Add/Remove Programs tool in Windows 2000 and Windows XP uses Trident to render the list of installed programs and in Windows XP, it is also used for the User Accounts Control Panel, which is an HTML Application. Trident however was not used by the Internet Explorer for Mac (which uses Tasman), nor by Internet Explorer Mobile.

Some other Trident-based applications include:

[edit] Standards compliance

Although each version of IE has improved standards support, including the introduction of a "standards-compliant mode" in version 6, the core standards that are used to build web pages (HTML and CSS) are sometimes implemented in an incomplete fashion. For example, there was no support for the <abbr> element which is part of the HTML 4.01 standard prior to IE 8. There are also some CSS attributes missing from Trident, like min-height, etc. as of IE 6. As of Internet Explorer 8 CSS 2.1 will be fully supported as well as some CSS 3.0 attributes.[3]

[edit] Microsoft alternatives

Apart from Trident, Microsoft also has several other layout engines. One of them, known as Tasman, was used in Internet Explorer 5 for Mac. Development of Internet Explorer for Mac was halted in roughly 2003, but development of Tasman continued to a limited extent, and was later included in Office 2004 for Mac. Microsoft's new web design product, Expression Web does not use Internet Explorer's Trident engine, but rather its own engine, which Microsoft claims is more standards-compliant than Trident. [4]

[edit] See also

[edit] References

[edit] External links

Personal tools