-
В общем, у меня gentoo (2.6.34-gentoo-r6 #1 SMP Sat Aug 28 11:39:45 KRAST 2010 x86_64 Intel(R) Core(TM)2 Duo CPU E6550 @ 2.33GHz GenuineIntel GNU/Linux), с собранным www-client/chromium-6.0.472.62.
…
-
These are supported by Firefox and Chrome. They don't appear to be support by Safari, except possibly on iOS.
http://www.khronos.org/registry/typedarray/specs/latest/
-
The HTML5 specification describes shared workers as workers which function independently from the tab they were opened from. May I suggest adding a test to the workers area which checks the !!window.S…
-
Per http://www.w3.org/TR/html5/webappapis.html#event-handlers-on-elements-document-objects-and-window-objects
Per http://html5.org/tools/web-apps-tracker?from=5927&to=5928
These events are no longer …
-
Like contenteditable, iOS has the draggable attribute, but it doesn't support it.
Reference: http://developer.apple.com/library/safari/#documentation/AppleApplications/Reference/SafariWebContent/Han…
-
Per http://www.w3.org/TR/html5/the-input-element.html#the-input-element
Per http://www.w3.org/TR/html5/common-input-element-attributes.html#attr-input-dirname
Currently no popular browser supports di…
-
The tag has been dropped from the spec in favor of the Media Stream API. It should be removed from this test, and replaced with a Media Stream API test.
-
`passed: 'localStorage' in window` is not a correct test for localStorage.
Because window.localStorage is set to null value in kdewebkit for me, but not undefined.
It does not work, of course, but…
-
Was testing beta.html5test.com with nightly webkit which shows a custom spinbox for type=number inputs but reports no custom UI in the test.
-
http://dev.w3.org/html5/eventsource/ is supported by Opera (at least)