Het gaat erom dat je eenvoudiger CSS kan schrijven door de in CSS toegelaten verkortingen te gebruiken.
CSS lang
list-style: #fff; list-style-type: disc; list-style-position: outside; list-style-image: url(image.gif)
CSS shorthand
list-style: disc outside url(image.gif)