Acid3

Acid3

The "reference rendering" for Acid3
Type of site
Web standards test
Available in English
Owner The Web Standards Project
Website acid3.acidtests.org
Commercial No
Registration No
Launched March 3, 2008 (2008-03-03)
Current status Online

The Acid3 test is a web test page from the Web Standards Project that checks a web browser's compliance with elements of various web standards, particularly the Document Object Model (DOM) and JavaScript.

If the test is successful, the results of the Acid3 test will display a gradually increasing fraction counter below a series of colored rectangles. The number of subtests passed will indicate the percentage that will be displayed on the screen. This percentage does not represent an actual percentage of conformance as the test does not really keep track of the subtests that were actually started (100 is assumed). Moreover, the browser also has to render the page exactly as the reference page is rendered in the same browser. Like the text of the Acid2 test, the text of the Acid3 reference rendering is not a bitmap, in order to allow for certain differences in font rendering.

Acid3 was in development from April 2007,[1] and released on 3 March 2008.[2] The main developer was Ian Hickson, a Google employee who also wrote the Acid2 test. Acid2 focused primarily on Cascading Style Sheets (CSS), but this third Acid test also focuses on technologies used on modern, highly interactive websites characteristic of Web 2.0, such as ECMAScript and DOM Level 2. A few subtests also concern Scalable Vector Graphics (SVG), Extensible Markup Language (XML), and data URIs. Controversially, it includes several elements from the CSS2 recommendation that were later removed in CSS2.1, but reintroduced in World Wide Web Consortium (W3C) CSS3 working drafts that have not made it to candidate recommendations yet.

The test

The main part of Acid3 is written in ECMAScript (JavaScript) and consists of 100 subtests in six groups called “buckets”, including four special subtests (0, 97, 98, and 99).[3]

The compliance criteria require that the test be run with a browser's default settings. The final rendering must have a 100/100 score and must be pixel-identical with the reference rendering.[6] On browsers designed for personal computers, the animation has to be smooth (taking no more than 33 ms for each subtest on reference hardware equivalent to a top-of-the-line Apple laptop) as well,[7] though slower performance on a slow device does not imply non-conformance.[8]

Acid3 rendered by Fennec 1.0 alpha 1. Buckets 2, 4, and 6 pass all 16 subtests, buckets 1 and 3 pass more than 10 subtests while bucket 5 passes more than 5 subtests.

To pass the test the browser must also display a generic favicon in the browser toolbar, not the favicon image from the Acid3 web server. The Acid3 server when asked for favicon.ico gives a 404 response code, but with image data in the body. This tests that the web browser correctly handles the 404 error code when fetching the favicon, by treating this as a failure and displaying the generic icon instead.[9]

When the test is running, the rectangles will be added to the rendered image; the number of subtests passed in the bucket will determine the color of the rectangles.

Note that Acid3 does not display exactly how many subtests passed in a bucket. For example, 3 subtests passing and 4 subtests passing in bucket 2 would both render a black rectangle.

Detailed results

Acid3 rendered by Internet Explorer 8.0 (before the September 2011 update of the Acid3 test). 20/100, test failed.

After the Acid3 test page is completely rendered, the word Acid3 can be clicked to see an alert (or shift-click for a new window) explaining exactly which subtests have failed and what the error message was. In case some of the 100 tests passed but took too much time, the report includes timing results for that single test. The alert reports the total time of the whole Acid3 test.

Google Chrome fully passing the Acid3 test

In order to render the test correctly, user agents need to implement the CSS 3 Text Shadows and the CSS 2.x Downloadable Fonts specifications, which are currently under consideration by W3C to be standardized. This is required as the test uses a custom TrueType font, called "AcidAhemTest" to cover up a 20x20 red square. Supporting Truetype fonts however is not required by the CSS specification. A browser supporting only OpenType fonts with CFF outlines or Embedded OpenType fonts could support the CSS standard, but fail the test in the Acid3 test. The glyph, when rendered by the downloaded font, is just a square, made white with CSS, and thus invisible.[10]

In addition, the test also uses Base64 encoded images, some more advanced selectors, CSS 3 color values (HSLA) as well as bogus selectors and values that should be ignored.

Development and impact

Google employee Ian Hickson started working on the test in April 2007, but development progressed slowly. In December 2007, work restarted and the project received public attention on January 10, 2008, when it was mentioned in blogs by Anne van Kesteren.[11] At the time the project resided at a URL clearly showing its experimental nature: "http://www.hixie.ch/tests/evil/acid/003/NOT_READY_PLEASE_DO_NOT_USE.html" Despite the notice in the URL, the test received widespread attention in the web-development community. At that time only 84 subtests had been done, and on January 14 Ian Hickson announced a competition to fill in the missing 16.[12]

The following developers contributed to the final test through this competition:

Even before its official release, Acid3's impact on browser development was dramatic. In particular, WebKit's score rose from 60 to 87 in less than a month.[13]

The test was officially released on March 3, 2008.[2] A guide and commentary was expected to follow within a few months,[13] but, as of March 2011, only the commentary had been released. The announcement that the test is complete means only that it is to be considered "stable enough" for actual use. A few problems and bugs were found with the test, and it was modified to fix them.[14][15] On March 26, 2008—the day both Opera and WebKit teams announced a 100/100 score—developers of WebKit contacted Hickson about a critical bug in Acid3 that presumably allowed a violation of the SVG 1.1 standard to pass. Hickson fixed the bug with the help of Cameron McCormack, a member of W3C's SVG Working Group.[16][17]

Presto and WebKit based browsers

In 2008, development versions of the Presto[18][19] and WebKit[17][20] layout engines (used by Opera and Safari respectively) scored 100/100 on the test and rendered the test page correctly. At the time, no browser using the Presto or WebKit layout engines passed the performance aspect of the test.[21][22]

Google Chrome and Opera Mobile[23]displayed a score of 100/100.[24] Security concerns over downloadable fonts delayed Chrome from passing.[25]

Firefox

At the time of Acid3's release, Mozilla Firefox developers had been preparing for the imminent release of Firefox 3, focusing more on stability than Acid3 success. Consequently, Firefox 3 had a score of 71.[26] Firefox 3.5 scored 93/100, and Firefox 3.6 scored 94/100. Initially, Firefox 4 scored 97/100, because it did not support SVG fonts. Later, Firefox 4 scored 100/100, because the SVG font tests were removed from Acid3.

According to Mozilla employee Robert O'Callahan, Firefox did not support SVG fonts because Mozilla considered WOFF a superior alternative to SVG fonts.[27] Another Mozilla engineer, Boris Zbarsky, claimed that the subset of the specification implemented in Webkit and Opera gives no benefits to web authors or users over WOFF, and he asserted that implementing SVG Fonts fully in a web browser is hard because it was "not designed with integration with HTML in mind".[28]

On April 2, 2010, Ian Hickson made minor changes to the test after Mozilla, due to privacy concerns, altered the way Gecko handles the :visited pseudo-class.[29][30]

Internet Explorer

Microsoft said that Acid3 did not agree with the goal of Internet Explorer 8 and that IE8 would improve only some of the standards being tested by Acid3.[31] IE8 scored 20/100, which is much worse than all relevant competitors at the time of Acid3's release, and had some problems with rendering the Acid3 test page. On 18 November 2009, the Internet Explorer team posted a blog entry about the early development of Internet Explorer 9 from the PDC presentation, showing that an internal build of the browser could score 32/100.[32]

Throughout 2010, several public Developer Previews improved Internet Explorer 9's test scores from 55/100 (on 16 March[33]) to 95/100 (as of 4 August).[34][35][36] Dean Hachamovich, general manager of the IE team, argued that striving for 100/100 on the Acid3 test is neither necessary, nor desirable. He claimed that the two Acid3 failures related to features (SVG fonts and SMIL animation) that were "in transition".[37]

Criticism

Early iterations of the test were criticized for being a cherry-picked collection of features that were rarely used, as well as those that were still in a W3C working draft. Eric A. Meyer, a notable web standards advocate, wrote, "The real point here is that the Acid3 test isn't a broad-spectrum standards-support test. It's a showpiece, and something of a Potemkin village at that. Which is a shame, because what's really needed right now is exhaustive test suites for specifications—XHTML, CSS, DOM, SVG."[38]

"Implementing just enough of the standard to pass a test is disingenuous, and has nothing to do with standards compliance," argued Mozilla UX lead Alex Limi, in his article "Mythbusting: Why Firefox 4 won’t score 100 on Acid3." Limi argued that some of the tests, particularly those for SVG fonts, have no relation to real usage, and implementations in some browsers have been created solely for the point of raising scores.[39]

September 2011 test changes

On September 17, 2011, Ian Hickson announced an update to Acid3. In Hickson's words, Håkon Wium Lie (from Opera Software) and he commented out "the parts of the test that might get changed in the specs." They hoped that this change would "allow the specs to change in whatever way is best for the Web, rather than constraining the changes to only be things that happened to fit what Acid3 tested!"[40]

As a result, Firefox 4 and Internet Explorer 9 achieved a score of 100/100 on Acid3, but Internet Explorer didn't render the test properly because it did not support text-shadow until Internet Explorer 10.[41]

Standards tested

Parts of the following standards are tested by Acid3:

  • HTTP 1.1 Protocol
  • DOM Level 2 Views
  • HTML 4.01 Strict
  • DOM Level 2 Traversal (subtests 1–6)
  • DOM Level 2 Range (subtests 7–11)
  • Content-Type: image/png; text/plain (subtests 14–15)
  • ate = handling and HTTP status codes (subtest 16)
  • DOM Level 2 Core (subtests 17, 21)
  • ECMAScript GC (subtests 26–27)
  • DOM Level 2 Events (subtests 17, 30–32)
  • CSS Selectors (subtests 33–40)
  • DOM Level 2 Style (subtest 45)
  • DOM Level 2 HTML (subtest 60)
  • Unicode 5.0 UTF-16 (subtest 68)
  • Unicode 5.0 UTF-8 (subtest 70)
  • HTML 4.0 Transitional (subtest 71)
  • SVG 1.1 (subtests 74, 78)
  • SMIL 2.1 (subtests 75–76)
  • SVG 1.1 Fonts (subtests 77, 79)
  • ECMAScript Conformance (subtests 81-96)
  • Data URI scheme (subtest 97)
  • XHTML 1.0 Strict (subtest 98)

Passing conditions

A passing score is only considered valid if the browser's default settings were used.

The following browser settings and user actions may invalidate the test:

Browser Scores

Desktop browsers

Since the release of Internet Explorer 10 in 2012, the latest versions of all major desktop browsers, including Internet Explorer, Chrome, Firefox, Opera, and Safari, score 100/100 and render the test correctly. As of May 2016 the most commonly used browser that does not score 100/100 on Acid3, according to StatCounter, is Internet Explorer 8 with about 1% usage share.[42]

See also

References

  1. "HTML5 IRC logs: freenode / #whatwg / 20070422". 23 April 2007. Retrieved 2007-12-28.
  2. 1 2 "Acid3: Putting Browser Makers on Notice, Again." (Press release). Web Standards Project. 2008-03-03. Retrieved 2007-03-04.
  3. Hickson, Ian (2008-03-03). "Comments in the source code of the test page". Web Standards Project. Archived from the original on 18 February 2008. Retrieved 2008-02-16.
  4. Lie, Håkon Wium; Çelik, Tantek; Glazman, Daniel; van Kesteren, Anne (15 September 2009). "Media Queries". World Wide Web Consortium. Archived from the original on 11 February 2010. Retrieved 9 February 2010.
  5. Dahlström, Erik (2008-01-22). "Getting to the core of the web". Opera Software. Archived from the original on 2 February 2008. Retrieved 2008-02-16.
  6. Hickson, Ian. "The Acid3 Test (reference Rendering)". Web Standards Project. Archived from the original on 12 February 2010. Retrieved 9 February 2010.
  7. Ian Hickson (2008-04-01). "The performance aspect of Acid3". Archived from the original on 5 April 2008. Retrieved 2008-04-03.
  8. "Acid3 Browser Test - The Web Standards Project". Web Standards Project. Archived from the original on 19 January 2010. Retrieved 9 February 2010.
  9. Maciej Stachowiak (2008-09-26). "comment to 'Full pass of Acid3'". WebKit.org. Retrieved 2009-04-29.
  10. Hickson, Ian (2008-03-29). "The antialiasing controversy in Acid3". Archived from the original on 8 May 2009. Retrieved 2009-04-30.
  11. van Kesteren, Anne (2008-01-10). "Acid3". Archived from the original on 7 March 2008. Retrieved 2008-03-04.
  12. Hickson, Ian (2008-01-14). "The competition for you to come up with the best test for Acid3". Archived from the original on March 8, 2008. Retrieved 2008-03-04.
  13. 1 2 Hickson, Ian (2008-03-04). "Moebius (announcement of the completion of the test)". Archived from the original on 8 March 2008. Retrieved 2008-03-04.
  14. Ian Hickson. "Tests that are never quite finished". Archived from the original on March 30, 2008. Retrieved 2008-03-30.
  15. Ian Hickson (2008-04-22). "Media queries and performance in Acid3 (and an error on my part)". Archived from the original on April 25, 2008. Retrieved 2008-04-24.
  16. Ian Hickson. "Last minute changes to Acid3". Retrieved 2008-03-30.
  17. 1 2 Maciej Stachowiak (2008-03-26). "WebKit achieves Acid3 100/100 in public build". WebKit.org. Archived from the original on 28 March 2008. Retrieved 2008-03-26.
  18. Tim Altman (March 2008). "Opera and the Acid3 Test". Opera Software. Archived from the original on 28 March 2008. Retrieved 2008-03-28.
  19. Lars Erik Bolstad (March 2008). "Public Acid3 build". Opera Software. Archived from the original on 30 March 2008. Retrieved 2008-03-28. The latest post-9.5 build scores 99/100 and fails the smoothness criterion.
  20. Paul Lilly (2008-09-29). "Safari Beta 4 is the First Browser to Hit a Perfect Acid3 Test Score". Maximum PC. Retrieved 2009-11-16.
  21. Peterson, Adele (April 8, 2007). "The WebKit browser engine running under the Safari browser UI". WebKit.org. Retrieved 2010-02-09.
  22. Stachowiak, Maciej (September 25, 2008). "Full Pass of Acid3". WebKit.org. Retrieved 2010-02-09.
  23. Lund Engebø, Helene (March 26, 2009). "Opera Mobile 9.7 with Opera Turbo". Opera Software ASA. Archived from the original on June 2, 2009. Retrieved 2009-07-06.
  24. "Turbocharge your Web experience with Opera 10" (Press release). Opera Software. 2009-09-01. Retrieved 2009-09-04.
  25. "Issue 231: Acid test 3 fails on chrome". Google. 8 July 2009. Retrieved 9 February 2010.
  26. Mike Shaver (2008-03-27). "The missed opportunity of acid 3". Archived from the original on 29 March 2008. Retrieved 2008-03-30.
  27. Robert O'Callahan (2010-06-03). "Not Implementing Features Is Hard". Retrieved 2010-12-15.
  28. Limi, Alexander (2011-01-25). "Mythbusting: Why Firefox 4 won't score 100 on Acid3". Retrieved 2011-09-20.
  29. Baron, David (2010-03-09), Preventing attacks on a user's history through CSS :visited selectors, Mozilla, archived from the original on 5 April 2010, retrieved 2010-04-08
  30. Hickson, Ian (2010-04-02), Acid3 update for :link/:visited privacy changes, retrieved 2010-04-07
  31. Chris Wilson (20 March 2008). "Windows Internet Explorer 8 Expert Zone Chat (20 March 2008)". Microsoft. Archived from the original on 20 April 2008. Retrieved 2008-04-15. The ACID3 test is a collection of interesting tests, spread across a large set of standards. Some of those standards will see improvements in IE8 - in fact, IE8 already improves on IE7's score - but we are focused on the most important features and standards to make web developers' lives easier. The Acid3 test does not map directly to that goal.
  32. "An Early Look At IE9 for Developers". Microsoft. 18 November 2009. Archived from the original on 8 February 2010. Retrieved 9 February 2010.
  33. The Web Standards Project's Acid3 Test, Microsoft. For IE 9's First Developer Preview.
  34. The Web Standards Project's Acid3 Test, Microsoft. For IE 9's 2nd Developer Preview.
  35. The Web Standards Project's Acid3 Test, Microsoft. For IE 9's 3rd Developer Preview.
  36. The Web Standards Project's Acid3 Test, Microsoft. For IE 9's 4th Developer Preview.
  37. "Microsoft releases final IE9 preview, beta due in September". ZDNet. 2010-08-26. Archived from the original on 2 December 2010. Retrieved 2010-11-09.
  38. "Acid Redux". 2008-03-22. Archived from the original on 6 March 2010. Retrieved 2010-03-21.
  39. "Mythbusting: Why Firefox 4 won't score 100 on Acid3". 2011-01-25. Archived from the original on 26 January 2011. Retrieved 2011-01-25.
  40. "Ian Hickson announces Acid3 modifications". 2011-09-17. Retrieved 2011-09-17.
  41. "Acid3 Test Simplified; All Modern Browsers Score 100". 2011-09-20. Retrieved 2013-06-07.
  42. "StatCounter Global Stats Top 12 Browser Versions on May 2016".

External links

This article is issued from Wikipedia - version of the 10/25/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.