File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -1431,13 +1431,12 @@ <h3 id=break-decoration><span class=secno>5.4. </span> Fragmented Borders
1431
1431
< dt > < dfn id =slice > ‘< code class =css > slice</ code > ’</ dfn >
1432
1432
1433
1433
< dd >
1434
- < p > No border and no padding are inserted at a break; no box-shadow is
1435
- drawn at a broken edge; ‘< code class =property > border-radius</ code > ’
1436
- does not apply to its corners; and backgrounds and the ‘< code
1437
- class =property > border-image</ code > ’ are rendered for the whole box as
1438
- if the box were unbroken. The effect is as though the element were
1439
- rendered with no breaks present, and then sliced by the breaks
1440
- afterward.
1434
+ < p > The effect is as though the element were rendered with no breaks
1435
+ present, and then sliced by the breaks afterward: no border and no
1436
+ padding are inserted at a break; no box-shadow is drawn at a broken
1437
+ edge; and backgrounds, ‘< code class =property > border-radius</ code > ’,
1438
+ and the ‘< code class =property > border-image</ code > ’ are applied to
1439
+ the geometry of the whole box as if it were unbroken.
1441
1440
</ dl >
1442
1441
1443
1442
< div class =figure >
Original file line number Diff line number Diff line change @@ -1100,13 +1100,14 @@ <h3 id="break-decoration">
1100
1100
1101
1101
< dt > < dfn > ''slice''</ dfn >
1102
1102
< dd >
1103
- < p > No border and no padding are inserted at a break;
1104
- no box-shadow is drawn at a broken edge;
1105
- 'border-radius' does not apply to its corners;
1106
- and backgrounds and the 'border-image' are rendered for the whole box
1107
- as if the box were unbroken.
1103
+ < p >
1108
1104
The effect is as though the element were rendered with no breaks present,
1109
- and then sliced by the breaks afterward.
1105
+ and then sliced by the breaks afterward:
1106
+ no border and no padding are inserted at a break;
1107
+ no box-shadow is drawn at a broken edge;
1108
+ and backgrounds, 'border-radius', and the 'border-image'
1109
+ are applied to the geometry of the whole box
1110
+ as if it were unbroken.
1110
1111
</ dd >
1111
1112
</ dl >
1112
1113
You can’t perform that action at this time.
0 commit comments