Comparison of layout engines (HTML5 media)
HTML |
---|
HTML5.svg |
|
Comparisons |
---|
|
|
The HTML5 draft specification defines several tags which allow video and audio to be included natively and semantically in HTML markup. This page compares support for aspects of this specification among layout engines.
Explanation of the tables
Engine nomenclature
Rather than the names of web browsers and HTML to PDF converters, the names of the underlying engines are used. Some of the software and online converters that use the various engines are listed below.
Layout engine |
Release version |
Preview version |
Used by |
Amaya |
11.4.7[1] |
N/A |
No longer developed; Amaya |
Blink |
537.36 |
source code[note 1] |
Chromium/Chrome (28+), Opera (15+), Sleipnir, Vivaldi, Yandex, Liebao and Samsung Browser . |
EdgeHTML |
13.10586 [2] |
N/A |
Microsoft Edge, Universal Windows Platform (UWP) JavaScript apps |
Gecko |
Standard |
50.0.2 / November 30, 2016 (2016-11-30)[3] |
---|
ESR |
45.5.1 / November 30, 2016 (2016-11-30)[4] |
---|
|
Beta |
51.0beta / November 16, 2016 (2016-11-16)[5][6] semiweekly release |
---|
Developer Edition |
52.0a2 / November 18, 2016 (2016-11-18)[7][8] daily release |
---|
Nightly |
53.0a1 / November 14, 2016 (2016-11-14)[9][10] daily release |
---|
|
All Mozilla software, including Firefox; SeaMonkey and Galeon; Camino; K-Meleon; Flock (up to 2.x); Debian IceWeasel; GNU IceCat (formerly GNU IceWeasel); Cyberfox; Icedove, Iceape and Iceowl; Firefox for mobile ("Fennec"). Also used by the Maple platform in 2010 and 2011 Samsung "SmartTV" devices which are based on the build used in Firefox 2.5. The Nokia Asha platform also uses Gecko for web apps rendering. |
Goanna |
27.0.2 (December 2, 2016 (2016-12-02)[11]) [±] |
27 public beta 3 (October 27, 2016 (2016-10-27)[12]) [±] |
Pale Moon and FossaMail |
KHTML |
4.12.3[13] |
N/A |
Konqueror[note 2] |
Martha |
? |
? |
PDFreactor, Nimbudocs Editor and edit-on NG |
Presto |
2.12.388 |
N/A |
No longer developed; Opera and Opera Mobile use Blink now; Nintendo DS & DSi Browser; Internet Channel |
Prince |
10 |
20160810 |
HTML to PDF converters: Prince (previously called PrinceXML), DocRaptor. The information in the Prince columns is also true of Prince for Books, a related layout engine. |
Tasman |
(IE 5.2.3 for Mac) |
N/A |
No longer developed (aborted in 2003); Internet Explorer 5+ for Mac OS X |
Trident |
7.0 (IE 11) |
N/A |
Internet Explorer and other Internet Explorer shells like Maxthon (Microsoft Windows operating systems only), Windows Phone 8 |
WebKit |
534.20 |
nightly build[note 3] |
Tizen (both OS and browser), Safari (both desktop and mobile), Google Chrome (before 28), Maxthon 3, Shiira, iCab 4, OmniWeb 5.5+, Web, Adobe AIR, Midori, surf, Adobe Dreamweaver CS4 and CS5, Android browser, Palm webOS browser, Symbian S60 browser, OWB, Steam, Rekonq, Arora, Flock (version 3+), RockMelt, Dolphin Browser, Konqueror[note 2]. Used by the LG Smart TV platform to enable web content on TVs. HTML to PDF converters: wkhtmltopdf, PhantomJS, Pdfcrowd[14], http://www.online-convert.com/[15]. |
Values
Values indicate the level of support in the most recent version of the layout engine, or (if a version number is given) in the specified version. Version numbers without any other value indicate the version at which the layout engine first fully supported the feature.
Value |
Meaning |
Yes |
Indicates that the layout engine fully supports this property/element when valid values are used. |
No |
Indicates that the property/element is completely ignored. |
Partial |
Indicates that the property/element is understood, but that not all values are supported. Supported values are implemented correctly. |
Incorrect |
Indicates that the property/element is understood, but that it is not implemented correctly in all cases. |
Experimental |
Indicates that the property/element is understood, but supported under an alternate name. May be incomplete or buggy. |
Dropped |
Indicates that the property/element is no longer supported. |
Nightly build |
Indicates that the property/element is supported to some extent in an experimental/nightly build. Future support is expected. |
Depends |
Indicates that the property/element is supported only on certain platforms, or if certain settings are configured. |
Element attributes
Media elements allow some attributes to be set directly in the tag.
DOM attributes
Some attributes related to media elements are exposed in the DOM.
|
Trident |
Gecko |
WebKit |
Presto[p 1] |
Error state |
MediaError |
5.0 [t 3] |
1.9.1 |
? |
2.5 |
Network state |
src |
5.0[t 1] |
1.9.1 |
? |
2.5 |
currentSrc |
networkState |
preload |
2.0[note 1][g 1] |
No |
buffered |
2.0[g 6] |
load() |
1.9.1 |
2.5 |
canPlayType() |
533[w 3] |
Ready state |
readyState |
5.0[t 1] |
1.9.1 |
? |
2.5 |
seeking |
Playback state |
currentTime |
5.0[t 1] |
1.9.1 |
? |
2.5 |
startTime |
No |
duration |
1.9.1 |
paused |
defaultPlaybackRate |
20.0[g 7] |
No |
playbackRate |
played |
15.0[g 8] |
seekable |
8.0[g 9] |
ended |
1.9.1 |
2.5 |
autoplay |
loop |
11.0[g 2] |
play() |
1.9.1 |
pause() |
Controls |
controls |
5.0[t 1] |
1.9.1 |
? |
2.5 |
volume |
muted |
DOM events
Media elements introduce new events to handle conditions which apply only to those elements, such as pausing/resuming.
|
Trident |
Gecko[g 10] |
WebKit |
Presto |
loadstart |
5.0[t 4] |
1.9.1 |
? |
? |
progress |
suspend |
1.9.2 |
abort |
1.9.1 |
error |
emptied |
stalled |
8.0[g 11] |
play |
1.9.1 |
pause |
loadedmetadata |
loadeddata |
waiting |
playing |
No |
canplay |
1.9.1 |
canplaythrough |
seeking |
seeked |
timeupdate |
ended |
ratechange |
durationchange |
volumechange |
Video format support
This table documents support for video codecs by the <video>
element.
Audio format support
This table documents support for audio codecs by the <audio>
element.
See also
Notes
- 1 2 3 4 5 Supports
preload
under the older name autobuffer
. - 1 2 3 4 Google released a WebM component for Media Foundation to allow the playback of WebM files in IE9 through the standard HTML5 <video> tag.[t 5] Xiph.org distributes OpenCodecs package, which amends Google's VP8 decoder with DirectShow-based codecs for Ogg Theora and Ogg Vorbis. VLC media player comes with "Web plugin" that uses VLC for playing multimedia from
<video>
and <audio>
tags, enabling support for all formats VLC supports. - 1 2 3 4 5 6 WebKit on Mac OS X uses QuickTime, and supports whatever formats that does.[w 4] By default, this includes H.264, MP3, AAC and WAV PCM, but not Ogg Theora or Vorbis. These are supported only if installed as third-party codecs, such as XiphQT. Google Chrome supports Theora, Vorbis, WebM, and MP3.[w 5] Chromium can be compiled to support anything that FFmpeg supports, and may or may not support patented formats such as H.264 and MP3.[w 6] Origyn Web Browser for MorphOS uses also FFmpeg for playing HTML5 media content.[w 7][w 8]
- 1 2 On Linux and FreeBSD, Presto 2.5 uses the system version of the GStreamer library, and is able to play any formats supported by GStreamer (including H.264, MP3, AAC and others, if codecs are installed). On other platforms, it only supports Ogg Theora for video; and Ogg Vorbis and WAVE PCM for sound.[p 2]
References
Trident references
- 1 2 3 4 5 6 7 Internet Explorer Platform Preview Guide for Developers, Microsoft
- ↑ "track element - track object (Internet Explorer)". Microsoft. Retrieved 12 July 2013.
- ↑ MSDN HTMLMediaError Object for Internet Explorer 9, Microsoft
- ↑ "video object". Microsoft. Retrieved 12 July 2013.
- ↑ Jazayeri, Mike (2011-01-14), More about the Chrome HTML Video Codec Change, Google
- ↑ McCracken, Harry (2010-03-16), Microsoft Previews the Revamped Internet Explorer 9 Platform, Technologizer
- ↑ Branscombe, Mary (2010-03-16), Microsoft previews Internet Explorer 9, TechRadar UK
Gecko references
- 1 2 3 Bug 548523 - HTML 5 media attribute 'autobuffer' has been renamed to 'preload', Mozilla
- 1 2 3 Bug 449157 - Implement the looping attributes in media elements, Mozilla
- ↑ Bug 449156 - Implement the poster attribute for the <video> element, Mozilla
- ↑ Bug 449363 - Support media attribute of <source> elements, Mozilla
- ↑ Bug 629350 - Implement the track element, Mozilla
- ↑ Bug 462957 - Implement nsIDOMHTMLMediaElement::GetBuffered(), Mozilla
- ↑ Bug 495040 - Implement playbackRate, Mozilla
- ↑ Bug 462959 - Implement nsIDOMHTMLMediaElement::GetPlayed(), Mozilla
- ↑ Bug 462960 - Implement nsIDOMHTMLMediaElement::GetSeekable(), Mozilla
- ↑ Using audio and video in Firefox - Media events, Mozilla
- ↑ Bug 481082 - Video controls should listen for |stalled| event, Mozilla
- 1 2 Shepherd, Eric (2010-01-28), Media formats supported by the audio and video elements, Mozilla, retrieved 2009-10-11
- ↑ Bug 799318 - [meta] Support H.264/AAC/MP3 video/audio playback on desktop Firefox, Mozilla
- ↑ Bug 566243 - Merge mozilla-webmedia repository to mozilla-central, Mozilla
- ↑ Firefox WebM Builds, Mozilla
- ↑ Bug 562730 - Reproducing Mp3 files with html5, Mozilla
- ↑ Bug 476752 - support the speex voice codec in <audio> and <video> elements, Mozilla
- ↑ Bringing Interoperable Real-Time Communications to the Web, Skype
- ↑ Bug 674225 - support the Opus voice codec in <audio> and <video> elements, Mozilla
WebKit references
- ↑ Pfeiffer, Silvia (2009-12-13), [whatwg] Quality Values for Media Source Elements
- ↑ April 2012 HTML5 Media Element & WebAudio – WebKit
- ↑ Bug 24364 - Add HTMLMediaElement canPlayType method, WebKit
- ↑ Koivisto, Antti (2007-11-12), HTML5 Media Support, WebKit
- ↑ Look for "GOOGLE_CHROME_BUILD"
- ↑ DiBona, Chris (2009-06-01), [whatwg] Google's use of FFmpeg in Chromium and Chrome Was: Re: MPEG-1 subset proposal for HTML5 video codec, Google
- ↑ Origyn Web Browser for MorphOS, Fabian Coeurjoly, retrieved 2010-01-04
- ↑ Holwerda, Thom (2010-03-08), Origyn Web Browser 1.7 Supports HTML5 Media, More, OSNews, retrieved 2010-03-08
- ↑ HTML Video Codec Support in Chrome, retrieved 2010-01-22
- ↑ Bankoski, Jim (2010-05-19), WebM and VP8 land in Chromium, Google
Presto references
- ↑ Pieters, Simon (2010-03-10), Everything you need to know about HTML5 video and audio, Opera
- ↑ Jägenstedt, Philip (2009-12-31), (re-)Introducing <video>, Opera, archived from the original on 2010-01-04
- ↑ Lie, Håkon Wium (2010-05-19), Welcome, WebM <video>!, Opera
- ↑ Mills, Chris (2010-05-19), Opera supports the WebM video format, Opera
- ↑ Kleinhout, Huib (2010-07-01), Opera 10.60 goes final, Opera, archived from the original on 2010-07-02
External links