Skip to content

Commit 0e8f82d

Browse files
committed
[css-break] s/block-end/block-start/ fixes #5070 transcription error
1 parent 49181f0 commit 0e8f82d

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

css-break-3/Overview.bs

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -731,10 +731,10 @@ Unforced Breaks</h3>
731731
<p>
732732
If even that does not lead to sufficient break points,
733733
<a href="#valdef-box-decoration-break-clone">cloned margins/border/padding</a>
734-
at the block-end side are truncated;
734+
at the [=block-end=] side are truncated;
735735
and if more room is still needed,
736736
<a href="#valdef-box-decoration-break-clone">cloned margins/border/padding</a>
737-
are truncated at the block-end side as well.
737+
are truncated at the [=block-start=] side as well.
738738
</p>
739739

740740
<p>
@@ -1170,6 +1170,16 @@ Transforms, Positioning, and Pagination</h3>
11701170
<h2 class="no-num" id="changes">
11711171
Changes</h2>
11721172

1173+
<p>The following significant changes were made since the
1174+
<a href="https://www.w3.org/TR/2018/CR-css-break-3-20181204/'>4 December 2018 Candidate Recommendation</a>:
1175+
1176+
<ul>
1177+
<li id="bugfix-2018-drop-cloned">
1178+
Fixed mistaken reference to “block-end” to “block-start”
1179+
in rules for dropping cloned margins/border/padding.
1180+
(<a href="https://github.com/w3c/csswg-drafts/issues/5070">Issue 5070</a>)
1181+
</ul>
1182+
11731183
<p>The following significant changes were made since the
11741184
<a href="https://www.w3.org/TR/2016/CR-css-break-3-20160114/">14 January 2016 Candidate Recommendation</a>:
11751185

@@ -1323,4 +1333,4 @@ Acknowledgments</h2>
13231333
<h2 class="no-num" id="priv-sec">
13241334
Privacy and Security Considerations</h2>
13251335

1326-
This specification introduces no new privacy or security considerations over CSS in general.
1336+
This specification introduces no new privacy or security considerations over CSS in general.

css-break-4/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -702,10 +702,10 @@ Unforced Breaks</h3>
702702

703703
If even that does not lead to sufficient break points,
704704
<a href="#valdef-box-decoration-break-clone">cloned margins/border/padding</a>
705-
at on the block-end side are truncated;
705+
at on the [=block-end=] side are truncated;
706706
and if more room is still needed,
707707
<a href="#valdef-box-decoration-break-clone">cloned margins/border/padding</a>
708-
are truncated at the block-end side as well.
708+
are truncated at the [=block-start=] side as well.
709709

710710
Finally, if there are no possible break points below the top of the fragmentainer,
711711
and not all the content fits, the UA may break anywhere

0 commit comments

Comments
 (0)