📜 ⬆️ ⬇️

Acid for mobile browsers

The W3C offered the public a test for mobile browsers , which can be called “Acid for mobile browsers”.

A free translation of the “introductory word” is about
The task of this test is the same as for all well-known Acid tests. On one page you can verify compliance with the 12 technologies and standards. These standards are widely known, and in most cases are quite adequately perceived by browsers on computers, but mobile browsers cannot boast with this. We believe that these technologies will be in great demand in a year or two.

The test results are shown visually, with the help of three lines of squares. The lines are sorted by the complexity of the tests performed. The first line is well-known and successfully implemented technologies and standards. The second - those that are being introduced, roughly speaking, today. The third is the standards and technologies of tomorrow. If the test is passed, then the square will be green. If not, then red, purple or even be a rectangle. As far as we know, not a single browser (whether mobile or any other) does not pass the test to “excellent”.


1. CSS2 min-width
On mobile browsers, min- and max-width may be incorrectly processed.
')
2. Transparent PNG
Check for such useful buns as transparency and support for alpha channels.

3. GZIP support
HTTP protocol allows you to send data with gzip-compression.

4. HTTPS
I think in decoding does not need?

5. iframe inclusing of XHTML-served-as-XML content
XML support for loading XHTML documents with content-type application / xhtml + xml.

6. Static SVG
Static SVG support.

7. XMLHTTPRequest
I think everything is clear too :)

8. CSS Media Queries
Allows you to control the display of the page on specific devices.

9. Dynamic SVG
Dynamic SVG support.

10. The canvas element
Canvas support (ability to draw an image using JS)

11. contenteditable
Contenteditable provides rich text editing capabilities. Bun from HTML5.

12. CSS3 selectors
Check nth-child () selector.

Pictures:

Screenshot of the test in Blazer 4.3.2.1
Blazer 4.3.2.1

Screenshot of test Opera Mini 4.1 beta 1
Opera Mini 4.1 beta 1

Screenshot of the test in Netfront on the PSP
PSP's Netfront

Screenshot of the Android webkit-based emulator test
Android emulation on Webkit'e

Screenshot of the test in Firefox 3, beta 3
Firefox 3 beta 3

Screenshot of the test in IE6
Internet Explorer 6

Related Links:

The test itself is http://dev.w3.org/2008/mobile-test/test.html or a short link is http://1ink.ru/a8w
Acid tests website - http://www.acidtests.org/
Original review - http://www.w3.org/QA/2008/04/is_your_mobile_browser_ready_f.html

Cross post from my blog .

Source: https://habr.com/ru/post/24076/


All Articles