Skip to content

Commit 43ba8c3

Browse files
committed
1 parent 3a18bdd commit 43ba8c3

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

css-break/Overview.bs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1057,11 +1057,13 @@ Fragmented Borders and Backgrounds: the 'box-decoration-break' property</h3>
10571057
<dl dfn-type=value dfn-for=box-decoration-break>
10581058
<dt><dfn>clone</dfn>
10591059
<dd>
1060-
Each box fragment is independently wrapped with the border and padding.
1060+
Each box fragment is independently wrapped with the border, padding, and margin.
10611061
The 'border-radius' and 'border-image' and 'box-shadow', if any,
10621062
are applied to each fragment independently.
10631063
The background is drawn independently in each fragment of the element.
10641064
A no-repeat background image will thus be rendered once in each fragment of the element.
1065+
1066+
Note: Cloned margins can be <a href="#break-margins">truncated</a>
10651067
</dd>
10661068

10671069
<dt><dfn>slice</dfn>

css-break/Overview.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1761,11 +1761,15 @@ <h3 class="heading settled" data-level="5.4" id="break-decoration"><span class="
17611761
<dt><dfn class="css" data-dfn-for="box-decoration-break" data-dfn-type="value" data-export="" id="valdef-box-decoration-break-clone">clone<a class="self-link" href="#valdef-box-decoration-break-clone"></a></dfn>
17621762

17631763
<dd>
1764-
Each box fragment is independently wrapped with the border and padding.
1764+
Each box fragment is independently wrapped with the border, padding, and margin.
17651765
The <a class="property" data-link-type="propdesc" href="http://dev.w3.org/csswg/css-backgrounds-3/#border-radius">border-radius</a> and <a class="property" data-link-type="propdesc" href="http://dev.w3.org/csswg/css-backgrounds-3/#border-image">border-image</a> and <a class="property" data-link-type="propdesc" href="http://dev.w3.org/csswg/css-backgrounds-3/#box-shadow">box-shadow</a>, if any,
17661766
are applied to each fragment independently.
17671767
The background is drawn independently in each fragment of the element.
17681768
A no-repeat background image will thus be rendered once in each fragment of the element.
1769+
1770+
1771+
<p class="note" role="note">Note: Cloned margins can be <a href="#break-margins">truncated</a></p>
1772+
17691773

17701774

17711775

0 commit comments

Comments
 (0)