It can be inconvenient to deal with elements which resolve to position: static
. A potentially easy way to avoid this entirely is:
* { position: relative; }
Imagine a large, complex webapp which functions perfectly. What unexpected ramifications could result from introducing this rule to every page in such a webapp?