-
this page http://html5test.com/compare/browser/wp80.html doesn't work in IE9. does work in chrome.
-
http://www.opera.com/docs/specs/presto2.10/
It is said that Opera 12 has implemented full support for DeviceOrientation since Presto 2.10.258, but html5test does not detect it somehow...
-
I have tried this page:
http://html5test.com/compare/browser/index.html
First of all - it is hard to get a list of browsers when you click on three big pluses - list just does not appear always - fro…
ghost updated
12 years ago
-
**[Original report](https://bitbucket.org/chromiumembedded/cef/issues/608) by Dmitry Azaraev (Bitbucket: Mystic Artifact).**
----------------------------------------
Original [issue 608](https://cod…
-
Niels has some good ideas in here worth considering:
http://github.com/NielsLeenheer/html5test/blob/master/index.html#L1538
-
The source code looks like this, with irrelevant stuff elided:
L = this.createInput("image");
var ac="width" in L.field;
L.field.setAttribute("width","100");
S.setItem({id:"width",passed:ac&&…
-
```
var element = document.createElement('mark');
document.body.appendChild(element);
group.setItem({
title: 'mark element',
…
-
**[Original report](https://bitbucket.org/chromiumembedded/cef/issues/617) by Anonymous.**
----------------------------------------
Original [issue 617](https://code.google.com/p/chromiumembedded/is…
-
File API to allow navigation of the file system, read and write of files. This should match as closely as possible the Cordova file API.
**Acceptance Criteria**
1. Overall strategy is to use the …
-
`input.valueAsDate` doesn't seem to be implemented in any browser any more.
I'd expect this to return `Date` object:
```
$('')[0].valueAsDate
```
but I'm getting `null` in Opera 11.62, despite pass…