Bug: element not centred when using margin: auto

margin: auto should center an element, see Block-level, non-replaced elements in normal flow

Styles:


  DIV.example { margin: auto; }

Example:

<DIV CLASS="example">
this DIV should be centred
</DIV>