You can edit almost every page by Creating an account. Otherwise, see the FAQ.

Comparison of web browser engines (typography support)

From EverybodyWiki Bios & Wiki

This article compares web typography support for several web browser engines.

Explanation of the tables[edit]

Engine Status Embedded in
WebKit Active Safari browser, plus all browsers hosted on the iOS App Store
Blink Active Google Chrome and all other Chromium-based browsers like Opera and Microsoft Edge
Gecko Active Firefox browser and Thunderbird email client, plus forks like SeaMonkey and Waterfox
KHTML Discontinued Konqueror browser
Presto Discontinued formerly in the Opera browser
EdgeHTML Discontinued formerly in the Microsoft Edge browser
Trident Discontinued Internet Explorer browser and Microsoft Outlook email client

Values[edit]

These indicate the level of support for the given item in each engine. By default, the most recent version of the engine is implied. However, a specific version number can be listed; when this indicates full support, it's the initial version of the engine fully supporting the item.

Value Meaning
Yes Fully supported
No Has never been supported
Partial Only some values are supported
Incorrect Not implemented correctly in all cases
Experimental May be incomplete or buggy
Nightly build Currently in development; full support is expected
Depends Only supported for the specified conditions
Dropped No longer supported

Support for CSS font resources[edit]

CSS3 specified a mechanism for downloading and displaying fonts within a web page.[spec 1] This table compare support for that mechanism. Note that Embedded OpenType (EOT)[spec 2] font download does not bring in the entire OpenType font and therefore, the most prominent feature of Open Type, ligature support, does not come with EOT. Trident before version 5.0 supports only EOT. EOT is not sufficient for smartfonts that rely on ligatures.

Trident[t 1] Gecko[g 1] WebKit[w 1] Presto[p 1][p 2]
Grammar and rules
CSS3 @font-face <3.1[IE 4.0] 1.9.1 525[note 1] 2.2
Descriptors
CSS3 font-family <3.1[IE 4.0] 1.9.1 525 2.2
src Partial[note 2]
font-style <3.1[IE 4.0]
font-weight
font-stretch 5.0[t 3] 9.0[g 2] No[w 6] No
unicode-range Experimental[g 3] Partial[note 3]
font-variant No 24.0[g 4] No No
font-feature-settings 6.0[t 4] Experimental[g 5]

Support in HTML and XML documents[edit]

This table compares support for font formats applied with the @font-face rule in HTML and XML documents.

Format Trident Gecko WebKit Presto
Embedded OpenType (EOT)[spec 2] <3.1[IE 4.0] No[g 6] No[w 8] No
TrueType (TTF)[spec 3] 5.0[t 3] 1.9.1 525 2.2
OpenType (OTF)[spec 4]
Scalable Vector Graphics (SVG)[spec 5] No No[g 7]
Web Open Font Format (WOFF)[spec 6][spec 7] 5.0[t 5] 1.9.2 533[w 9][w 10][w 11] 2.7

Support in SVG documents[edit]

This table compares support for font formats applied with the @font-face rule in SVG documents.

Format Trident Gecko[g 8] WebKit Presto
Embedded OpenType (EOT)[spec 2] No No[g 6] No[w 8] No
TrueType (TTF)[spec 3] Yes Yes 2.2
OpenType (OTF)[spec 4] 18.0 No
Scalable Vector Graphics (SVG)[spec 5] No[g 7] 525
Web Open Font Format (WOFF)[spec 6][spec 7] No No[w 9] 2.7.81

Smart font features support[edit]

Format Trident Gecko WebKit Presto
OpenType liga ligatures[spec 8] No 2.0 Partial[w 12] No
OpenType rlig ligatures[spec 9] No
ZWNJ and ZWJ (Unicode characters used for ligature control) Yes Yes No[p 3]

Notes[edit]

  1. Prior to version 4.0, Google Chrome had font support disabled.[w 2][w 3][w 4][w 5]
  2. Doesn't understand the format() or local() identifiers.[t 2]
  3. Doesn't understand multiple, comma-separated ranges.[w 7]

References[edit]

Specifications
  1. CSS Fonts Module Level 3 - Font resources, W3C
  2. 2.0 2.1 2.2 Nelson, Paul (2008-03-05), Embedded OpenType (EOT) File Format, Microsoft, Monotype Imaging
  3. 3.0 3.1 TrueType Reference Manual, Apple
  4. 4.0 4.1 OpenType specification, Microsoft
  5. 5.0 5.1 Scalable Vector Graphics (SVG) 1.1 Specification - Fonts, W3C
  6. 6.0 6.1 Kew, Jonathan; Leming, Tal; van Blokland, Erik (2010-04-08), WOFF File Format 1.0, W3C, Mozilla, Type Supply, LettError
  7. 7.0 7.1 Kew, Jonathan; Leming, Tal; van Blokland, Erik (2009-10-23), WOFF File Format, Mozilla, Type Supply, LettError
  8. OpenType Layout tag registry, Tag: 'liga', Microsoft
  9. OpenType Layout tag registry, Tag: 'rlig', Microsoft
Trident
  1. About Font Embedding, Microsoft
  2. @font-face support in Internet Explorer, archived from the original on 2010-07-19
  3. 3.0 3.1 Internet Explorer Platform Preview Guide for Developers, Microsoft
  4. "font-feature-settings property". Microsoft. Retrieved 8 November 2013.
  5. Galineau, Sylvain (2010-04-23), Meet WOFF, The Standard Web Font Format, Microsoft
Gecko
WebKit
  1. Hyatt, Dave (2007-10-03), Downloadable Fonts, Apple
  2. Issue 9633: Disable web fonts by default, Google, 2009-04-01
  3. Full pass of acid3 - Chromium-dev, Google, 2009-07-03
  4. Issue 17818: Enabled dynamic / web font support in a secure manner, Google, 2009-07-27
  5. Irish, Paul (2010-01-25), Chrome and @font-face: It's here!
  6. Bug 12530 - CSS3: Support the font-stretch property, WebKit
  7. @font-face support in Safari
  8. 8.0 8.1 Bug 20542 - Adding EOT Font Rendering capability, WebKit
  9. 9.0 9.1 Bug 31302 - Add WOFF support for @font-face, WebKit
  10. Bug 38217 - [chromium] Add WOFF support, WebKit
  11. Irish, Paul (2010-08-02), Quick Guide to Implement Webfonts via @font-face, HTML5Rocks
  12. On Safari, ligatures may be switched on with the CSS setting text-rendering, but then, they are used indiscriminately even when letter-spacing is increased (see Fraktur letterspacing); on Google Chrome, ligatures do not work.
Presto
  1. Mills, Chris (2008-12-04), Opera Presto 2.2 and Opera 10 — a first look, Opera
  2. Seven Web Fonts showcases, Opera, 2009-09-01
  3. When letter-spacing is increased, these characters are spacing.


This article "Comparison of web browser engines (typography support)" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:Comparison of web browser engines (typography support). Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.