Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which web browsers support the HTML5 <device> tag? [closed]

Tags:

html

I read some time ago about the possibility to use media stream from a USB or rs232 device with the <device> tag such as a webcam with HTML5.

Is there a web browser that supports this right now? (i.e. nighty builds of Chrome, Webkit...)

like image 882
Felix Avatar asked Jun 10 '10 06:06

Felix


People also ask

Which browser does not support HTML5 tags?

HTML5 supports in all modern except IE8 and it is not allowed for styling of unknown elements. If you have HTML5shiv then it provides the compatibility for IE Browsers older than IE 9.

How do I know my browser support HTML5?

The getContext method is checked by accessing it on the created input object. The result of this expression is checked with an if-statement. If the result is true, it means that HTML5 is supported by the browser.

Which of the following browsers are supporting the future of HTML5?

Which browsers support HTML5? All the latest versions of major browsers — including Google Chrome, Opera, Mozilla Firefox, Apple Safari, and Internet Explorer — support many HTML5 features but not all. Currently, Chrome and Opera are the most compatible with HTML5, with Firefox and Safari following closely behind.


1 Answers

Now we have released our modified WebKit library so that you can test these features yourself. Note that the "device" element is no longer available in the WhatWG spec, it has been replaced with a JavaScript API (navigator.getUserMedia(...)).

You can read more at: https://labs.ericsson.com/developer-community/blog/beyond-html5-experiment-real-time-communication-browser

like image 72
Stefan Ålund Avatar answered Sep 28 '22 17:09

Stefan Ålund