Posted by Rasti | Apr 11th, 2009
The DOM Test Suites (DOM TS) will consist of a number of tests for each level of the DOM specification. The tests will be represented in an XML grammar which ensures that tests can easily be ported from the description format to a number of specific language bindings. This grammar will be specified in XML Schema and DTD form. The grammar will be automatically generated from the DOM specifications themselves,...
Posted by Rasti | Mar 29th, 2009
Acid Tests is a test page from the Web Standards Project that checks how well a web browser follows certain web standards, especially relating to the Document Object Model and JavaScript.
When successful, the latest Acid3 test displays a gradually increasing percentage counter with colored rectangles in the background. The percentage displayed is based on the number of sub-tests passed. In addition to these...
Posted by Rasti | Mar 28th, 2009
Mozilla supports a number of extensions to CSS that are prefixed with ‘-moz’. These include a number of capabilities, including rounded borders, and the ability to specify different box width and height calculations to more easily support browers that perform such calculations in a non-standard way.
Some of these properties have subsequently been proposed for inclusion in the CSS specification, though...
Posted by Rasti | Mar 25th, 2009
Every web developer knows a cross-browser nightmares. Ignoring W3C standards by some browser development companies leads to incorrect display of pages. You probably know that feeling when you have your web design almost done but flash look at your work in other browser scares you. To eliminate these annoyances you are welcome to use the Browsershots – an online tool for checking browser compatibility.
Browsershots...