quirks mode | full standards mode |
Here we have two <div>
objects with fixed width of 400 pixels. The first one has specified units, the second doesnt.
In standards mode the second object has 100% width (default value).
In compatibility mode both objects have equal width because the value is automatically assumed to be measured in pixels.