I test the new properties including background-clip and background-size. Please see the spec for reference.
These new properties will give incredible control over backgrounds. CSS3 will give you incredible control over [X]HTML documents in general.
Below there are two divs: one with background-clip: padding and the second with background-clip: border. The Spec does a better job of explaining how this should work than I do.
background-clip: padding.background-clip: border.Supported: No browser…Safari 1.2 pending.
With this property you can [suprise!!] control the size of the background.
background-size: 15px. The background image should be really small.Support: None.
This property is long overdue. It specifies how many times the background image should repeat. The below div has this testsheet:
div.bgquant {
background-image: url(qtest.gif);
background-repeat: repeat-y;
background-quantity: 3;
height: 5%;
border: 3px solid #333;
padding: 6px;
}
background-quantity: 3).Support: None.
With this property you can specify a space between images.
The test image: 
background-spacing: 1px. There should be a 1 pixel space between images.