HTML Diff
0 added 0 removed
Original 2026-01-01
Modified 2026-03-09
1 <p>The background-clip property controls how the background is cropped. Moreover, not only are the background images cropped, but the background color is cropped as well.</p>
1 <p>The background-clip property controls how the background is cropped. Moreover, not only are the background images cropped, but the background color is cropped as well.</p>
2 <p>The property values are the same as for background-origin: padding-box, border-box, and content-box.</p>
2 <p>The property values are the same as for background-origin: padding-box, border-box, and content-box.</p>
3 <p>The border-box value is set by default, and the background image is not cropped at all.</p>
3 <p>The border-box value is set by default, and the background image is not cropped at all.</p>
4 <p>The value of padding-box slices the background along the inner edge of the frame area.</p>
4 <p>The value of padding-box slices the background along the inner edge of the frame area.</p>
5 <p>The value of content-box slices the background along the edge of the content area.</p>
5 <p>The value of content-box slices the background along the edge of the content area.</p>