@@ -283,7 +283,7 @@ Breaking gap decorations into segments: The 'column-rule-break', 'row-rule-break
283283 <pre>
284284 .break-intersection {
285285 gap-rule-break: intersection;
286- grap -rule-outset: 0px;
286+ gap -rule-outset: 0px;
287287 }
288288 </pre>
289289 <img src="images/example-break-intersection.png">
@@ -296,7 +296,7 @@ Breaking gap decorations into segments: The 'column-rule-break', 'row-rule-break
296296 <pre>
297297 .break-spanning-item {
298298 gap-rule-break: spanning-item;
299- grap -rule-outset: 0px;
299+ gap -rule-outset: 0px;
300300 }
301301 </pre>
302302 <img src="images/example-break-spanning-item.png">
@@ -310,7 +310,7 @@ Breaking gap decorations into segments: The 'column-rule-break', 'row-rule-break
310310 <pre>
311311 .break-none {
312312 gap-rule-break: none;
313- grap -rule-outset: 0px;
313+ gap -rule-outset: 0px;
314314 }
315315 </pre>
316316 <img src="images/example-break-none.png">
@@ -354,6 +354,7 @@ Adjusting gap decoration endpoints: The 'column-rule-outset', 'row-rule-outset',
354354 <pre>
355355 .outset-0px {
356356 column-rule-outset: 0px;
357+ column-rule-break: intersection;
357358 }
358359 </pre>
359360 <img src="images/example-column-outset-0px.png">
@@ -366,6 +367,7 @@ Adjusting gap decoration endpoints: The 'column-rule-outset', 'row-rule-outset',
366367 <pre>
367368 .outset-5px {
368369 column-rule-outset: 5px;
370+ column-rule-break: intersection;
369371 }
370372 </pre>
371373 <img src="images/example-column-outset-5px.png">
@@ -379,6 +381,7 @@ Adjusting gap decoration endpoints: The 'column-rule-outset', 'row-rule-outset',
379381 <pre>
380382 .outset-50percent {
381383 column-rule-outset: 50%;
384+ column-rule-break: intersection;
382385 }
383386 </pre>
384387 <img src="images/example-column-outset-50percent.png">
@@ -397,6 +400,7 @@ Adjusting gap decoration endpoints: The 'column-rule-outset', 'row-rule-outset',
397400 <pre>
398401 .outset-negative-5px {
399402 column-rule-outset: -5px;
403+ column-rule-break: intersection;
400404 }
401405 </pre>
402406 <img src="images/example-column-outset-minus-5px.png">
0 commit comments