Background clip
-ah-background-clip specifies the area within which the background image is painted. The allowed values correspond to the three parts of the CSS box model: border-box, padding-box, and content-box. The default is padding-box. Depending on the -ah-background-origin and -ah-background-position values, the specified -ah-background-clip value may cause one or more repetitions of the background image to be clipped.

In the following examples, the dotted border indicates the extent of the content box of the outer block, and the text indicates the -ah-background-clip value. All background images are the same size.

The examples use these images for repeated and non-repeated backgrounds, respectively: and

-ah-background-clip: with -ah-background-origin: border-box;
'border-box'
'padding-box’'
'content-box'
-ah-background-clip: with -ah-background-origin: padding-box;
'border-box'
'padding-box'
'content-box'
-ah-background-clip: with -ah-background-origin: content-box;
'border-box'
'padding-box'
'content-box'