Mental model: 9 slices and the border area
The browser divides the source into a 3x3 grid: four corners, four edges and a center region. Most of the time you only render the perimeter, but the center can be kept with `fill`.
Always create the border area first with `border`, then layer `border-image` on top. If you skip that first step, it can look as if the property is broken.