Skip to content

Commit 11c5eea

Browse files
committed
[css-break] Clarify that border-radius is applied to the unbroken box.
1 parent 978bc4c commit 11c5eea

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

css-break/Overview.html

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1431,13 +1431,12 @@ <h3 id=break-decoration><span class=secno>5.4. </span> Fragmented Borders
14311431
<dt><dfn id=slice><code class=css>slice</code></dfn>
14321432

14331433
<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.
14411440
</dl>
14421441

14431442
<div class=figure>

css-break/Overview.src.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1100,13 +1100,14 @@ <h3 id="break-decoration">
11001100

11011101
<dt><dfn>''slice''</dfn>
11021102
<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>
11081104
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.
11101111
</dd>
11111112
</dl>
11121113

0 commit comments

Comments
 (0)