Strict Rendering Mode
From CSS Discuss
The strict rendering mode is the Rendering Mode where a browser will try its best at rendering a page as per the W3C specifications, including CSS.
This mode can be activated by the Doctype Switch .
This mode is now usually called "Standard Mode", mainly to avoid possible misconceptions about the scope of "strict" mode and the scope of (X)HTML "Strict" Doctypes.
