1. CSS “-x-” prefix

    Why not have:

    -x-border-radius: 5px;
    

    instead of:

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;