Acid2: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
current rendition of the product in beta uses this,
m →‎Acid3: was linked in the subsequent ref, but this is far more convenient.
Line 270: Line 270:
An Acid3 test has been in development since [[April 2007]]<ref>{{cite web|url=http://krijnhoetmer.nl/irc-logs/whatwg/20070422#l-284| title=HTML5 IRC logs: freenode / #whatwg / 20070422| accessdate=2007-12-28}}</ref>, also by Ian Hickson. Unlike Acid2, the third Acid test focuses primarily on the [[Document Object Model|DOM]] and [[JavaScript]], including only elements from specifications as of [[2004]] <ref>{{cite web|url=http://krijnhoetmer.nl/irc-logs/whatwg/20071228#l-160| title=HTML5 IRC logs: freenode / #whatwg / 20071228| accessdate=2007-12-28}}</ref>.
An Acid3 test has been in development since [[April 2007]]<ref>{{cite web|url=http://krijnhoetmer.nl/irc-logs/whatwg/20070422#l-284| title=HTML5 IRC logs: freenode / #whatwg / 20070422| accessdate=2007-12-28}}</ref>, also by Ian Hickson. Unlike Acid2, the third Acid test focuses primarily on the [[Document Object Model|DOM]] and [[JavaScript]], including only elements from specifications as of [[2004]] <ref>{{cite web|url=http://krijnhoetmer.nl/irc-logs/whatwg/20071228#l-160| title=HTML5 IRC logs: freenode / #whatwg / 20071228| accessdate=2007-12-28}}</ref>.


While the test is still under development, it is publicly accessible in its current form <ref>{{cite web|url=http://www.hixie.ch/tests/evil/acid/003/|title=Acid3 disclaimer page | accessdate=2007-12-28}}</ref>, together with a reference rendering<ref>{{cite web|url=http://www.hixie.ch/tests/evil/acid/003/reference.html| title=The Acid3 Test| accessdate=2007-12-28}}</ref>. When successful, the page will display a gradually increasing percentage counter with colored rectangles in the background. The percentage displayed is based on the amount of sub-tests passed.
While [http://www.hixie.ch/tests/evil/acid/003/ the test] is still under development, it is publicly accessible in its current form <ref>{{cite web|url=http://www.hixie.ch/tests/evil/acid/003/|title=Acid3 disclaimer page | accessdate=2007-12-28}}</ref>, together with a reference rendering<ref>{{cite web|url=http://www.hixie.ch/tests/evil/acid/003/reference.html| title=The Acid3 Test| accessdate=2007-12-28}}</ref>. When successful, the page will display a gradually increasing percentage counter with colored rectangles in the background. The percentage displayed is based on the amount of sub-tests passed.


An official release date for the Acid3 test has yet to be determined.
An official release date for the Acid3 test has yet to be determined.

Revision as of 00:10, 3 January 2008

The reference image for Acid2. In the real test, the nose will light up blue when pointing over it with the cursor.

Acid2 is a test case designed by the Web Standards Project to identify web page rendering flaws in browsers and authoring tools. Acid2 was released on April 12, 2005.[1] It is a modern take-off of the Box Acid Test, also known as Acid1, from 1997.[2] On April 23, 2005, Acid2 was updated to fix a bug.[3]

Acid2 employs certain features of HTML and, more prominently, CSS. The purpose of employing such features is to highlight the problems with browsers that do not display it correctly. The Acid2 test should render correctly on any browser that follows the W3C HTML and CSS 2.0 specifications. Because Acid2 tests how web browsers deal with faulty code, the test is intentionally not written to W3C CSS standard specifications, and fails validation.[4] This is expected and was the intention of its designers.[5]

Safari was the first web browser to pass the test, with the passing version 2.02 released on October 31, 2005.

Overview of standards tested

Acid2 tests the following web standards:[6]

  • Alpha transparency on PNG images – the eyes are transparent PNGs
  • The object element
  • Absolute, relative and fixed positioning using CSS
  • The CSS box model
  • CSS tables
  • CSS margins
  • CSS generated content
  • CSS parsing – Acid2 includes a number of illegal CSS statements to test error handling
  • Paint order
  • CSS line heights
  • Hovering effects

Because Acid2 is not a comprehensive test, it does not guarantee total conformance with any particular standard.[6]

The Web Standards Project has created a special version of Acid2 test,[7] because the data: URIs used in the original test have never been formally standardized.

Compliant applications

Acid2 as rendered by compliant applications

If rendered correctly, Acid2 will appear as a smiley face below the text "Hello World!" in the user's browser, with the nose turning blue when the mouse cursor hovers over it. At the time of the test's release, no browsers could render Acid2 correctly, but now a number of applications pass the test by rendering it correctly:

Officially released

In development

Non-compliant applications

Although Internet Explorer has also been moving towards better CSS compliance, the current version of Internet Explorer, Internet Explorer 7, does not pass the test. Chris Wilson, the Internet Explorer Platform Architect, described Acid2 as a "wish list" of features rather than a true test of standards compliance.[8] Nonetheless, Internet Explorer 8 will include a new rendering mode known as "IE8 standards mode".[9] IE8 standards mode is not enabled by default, but can be triggered by inserting a special flag into a web page.[9] In IE8 standards mode, IE8 passes the Acid2 test,[10] but since IE8 standards mode is not enabled by default,[11] IE8 cannot be considered to truly pass the test.[12][13]

Browsers based on the current version of the Gecko layout engine, such as Firefox, Camino, and SeaMonkey, do not pass. However, Acid2 support is planned for Gecko 1.9, and so these browsers are expected to pass Acid2 once Gecko version 1.9 is finished. This includes Mozilla Firefox 3.0, and Mozilla Firefox 3 beta 2 release passes Acid2 test successfully.

The PlayStation 3 web browser, based on NetFront, also fails the test.

Passing conditions

A passing score is only considered valid if the browser's default settings were used. Changing font sizes, zoom level, applying user stylesheets, etc. can break the display of the test. This is expected and is not relevant to a browser's compliance.[14]

Ian Hickson, the author of the test, has provided WaSP with clarifications about the Acid2 test and how things should behave.[15]

The following browser settings and user actions may affect the rendering of Acid2 page without bearing on the browser's compliance:

  • Scrolling. A part of the face remains fixed when you scroll.
  • Zooming to any level other than 100% (default).
  • Disabling images.
  • Opera's Fit to width and SSR (Small Screen Rendering) modes. These are off by default, and the test is not valid when they are enabled.
  • User colors, fonts etc.
  • User style sheets, Opera's user mode for styling.
  • User JavaScripts.

Timeline of successful browsers

The Acid2 test was officially released on April 13, 2005. On April 23, 2005 a bug in the test was discovered, after which the test received an update. The following is a list of releases noting significant builds of applications that passed the test.

Date Browser Type Notes
April 27, 2005 Safari non-public build[16]
May 18, 2005 iCab non-public build
June 4, 2005 Konqueror non-public build[17]
June 6, 2005 iCab public build This version of iCab displays a scrollbar on the viewport. Although some states that a correctly rendered test should not have a scrollbar,[18] that feature is not part of the test, and merely a way to prevent the user from scrolling.
June 7, 2005 WebKit public build The underpinnings of Safari were first made available as open source on June 7, 2005. A script was provided to run Safari against the updated WebKit, allowing it to pass the Acid2 test.
October 31, 2005 Safari 2.02 official release Included in Mac OS X 10.4.3. First official browser to pass test.
November 29, 2005 Konqueror official release[19] Available with KDE 3.5. First Linux-compatible browser to pass the test, except for hiding the scrollbar.
December 7, 2005 Prince 5.1 official release[20] First non-web browser to pass test
March 10, 2006 Opera public weekly build[21] First Windows-compatible browser to pass the test and also the first Linux-compatible browser to fully pass the test. A public beta was released on April 20, also successful.
March 14, 2006 Shiira official release
March 28, 2006 Konqueror 3.5.2 official release[22] Although previous releases passed, their compliance was questioned. This version did not show scrollbars.
April 12, 2006 Firefox semi-public build[23] The "reflow branch" nightly builds, whose code was branched from the Gecko 1.9/Firefox 3.0 trunk and was merged back into the trunk on December 8, 2006.
May 24, 2006 Opera Mobile non-public build[24] First mobile browser to pass test
June 20, 2006 Opera 9.0 official release[25]
June 30, 2006 Obigo Browser non-public build[26] Second mobile browser to pass test
August 17, 2006 iCab 3.0.3 official release First public release that hides the scrollbars
September 6, 2006 OmniWeb 5.5 official release
September 7, 2006 Tkhtml Html Viewer 3 Alpha 10 public build Alpha release
December 8, 2006 Mozilla Firefox, Camino, SeaMonkey public nightly build[27] Firefox 3 reflow-refactoring branch lands on main Gecko trunk. Firefox/Camino/SeaMonkey trunk builds now pass Acid2, barring other regressions.
April 11, 2007 Internet Channel official release
October 24, 2007 Prism 0.8 prototype[28]
December 19, 2007 Internet Explorer 8 non-public build[29] Requires the test to be rendered in "IE8 Standards mode", which is not enabled by default and can be activated by the author of the web page. Technically this does not pass the test.

Acid3

An Acid3 test has been in development since April 2007[30], also by Ian Hickson. Unlike Acid2, the third Acid test focuses primarily on the DOM and JavaScript, including only elements from specifications as of 2004 [31].

While the test is still under development, it is publicly accessible in its current form [32], together with a reference rendering[33]. When successful, the page will display a gradually increasing percentage counter with colored rectangles in the background. The percentage displayed is based on the amount of sub-tests passed.

An official release date for the Acid3 test has yet to be determined.

See also

References

  1. ^ Hyatt, Dave (2005-04-12). "The Acid2 Test". Surfin' Safari. Retrieved 2007-12-24. {{cite web}}: Unknown parameter |publsher= ignored (|publisher= suggested) (help)
  2. ^ "CSS1 Test Suite: 5.5.26 clear". Retrieved 2006-05-16.
  3. ^ Hyatt, Dave (2005-04-23). "Acid2: Version 1.1 Posted". Surfin' Safari. Retrieved 2007-12-24. {{cite web}}: Unknown parameter |publsher= ignored (|publisher= suggested) (help)
  4. ^ "W3C CSS Validator output". Retrieved 2007-12-20.
  5. ^ "Acid2 website". Retrieved 2007-12-20.
  6. ^ a b "Acid2: The Guided Tour". The Web Standards Project. Retrieved 2007-12-24.
  7. ^ "Molly Says: March 3rd, 2006 at 2:24 am". Microsoft IE7 Progress: Sneak Preview of MIX06 Release. Molly.com. 1 March 2006. Retrieved 2006-05-16.
  8. ^ Wilson, Chris (July 29, 2005). "Standards and CSS in IE". IEBlog. Retrieved 2006-05-16.
  9. ^ a b Vasudev (2007-12-20). "Internet Explorer 8 Q&A". meraTechPort. Retrieved 2007-12-28.
  10. ^ "Internet Explorer 8 and Acid2: A Milestone". IEBlog. Retrieved 2007-12-19.
  11. ^ Wilson, Chris (2007). "IE7 Past, Present, and Future". Microsoft. Retrieved 2007-12-28. 37 minutes and 40 seconds through the presentation, Chris Wilson states "The adoption of any such opt-in switch today is zero."
  12. ^ Lie, Håkon Wium (2007-12-20). "Acid2 in IE8!". Retrieved 2007-12-24.
  13. ^ Wilton-Jones, Mark "Tarquin". "Acid 2 in major browsers". Retrieved 2007-12-28.
  14. ^ Altman, Tim (2006-07-19). "Tim's Opera Bits v1.1". Tim's blog. Retrieved 2007-11-15.
  15. ^ "Acid2 and Opera 9 Clarifications: Yes, Opera 9 Passes the Test". Retrieved 2006-07-22.
  16. ^ "Safari Passes the Acid2 Test (Updated)". Retrieved 2006-06-14.
  17. ^ carewolf (06/04/2005). "Konqueror now passes Acid2". Retrieved 2006-05-16. {{cite web}}: Check date values in: |year= (help)
  18. ^ "Overflow: the 'Overflow' Property". W3C CSS working draft. World Wide Web Consortium. Retrieved 2006-05-15.
  19. ^ "K Desktop Environment 3.5 Released". November 29, 2005. Retrieved 2006-05-16.
  20. ^ "The Acid2 Test". Retrieved 2006-05-16.
  21. ^ "Acid2 - Rows 4 and 5 AKA Opera passes the Acid2 test!". Tim's blog. 2006-03-10. Retrieved 2006-05-16.
  22. ^ "KDE 3.5.2 Release Announcement". March 28, 2006. Retrieved 2006-05-16.
  23. ^ Braniecki, Zbigniew (2006-04-12). "Meet Mr. Face". Stream of Thoughts. Retrieved 2006-05-16.
  24. ^ "Opera for Symbian passes Acid2". Retrieved 2006-05-24.
  25. ^ "Welcome to Opera 9.0". Retrieved 2006-06-20.
  26. ^ "Obigo Browser". Retrieved 2006-06-30.
  27. ^ "Mozilla Bug 289480". Retrieved 2006-12-08.
  28. ^ "Mozilla Labs blog". Retrieved 2007-10-24.
  29. ^ "Internet explorer blog". Retrieved 2007-12-19.
  30. ^ "HTML5 IRC logs: freenode / #whatwg / 20070422". Retrieved 2007-12-28.
  31. ^ "HTML5 IRC logs: freenode / #whatwg / 20071228". Retrieved 2007-12-28.
  32. ^ "Acid3 disclaimer page". Retrieved 2007-12-28.
  33. ^ "The Acid3 Test". Retrieved 2007-12-28.

External links