Skip to content

Commit 3dd3bbe

Browse files
committed
[css-text-3][css-break-3] Clarify aliasing mechanisms w3c#866
Closes w3c#866
1 parent 25b93d5 commit 3dd3bbe

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

css-break-3/Overview.bs

+11-1
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ Page Break Aliases: the 'page-break-before', 'page-break-after', and 'page-break
479479
UAs that conform to [[!CSS21]] must alias the
480480
'page-break-before', 'page-break-after', and 'page-break-inside' properties
481481
to 'break-before', 'break-after', and 'break-inside'
482-
by treating the 'page-break-*' properties as shorthands for the 'break-*' properties
482+
by treating the 'page-break-*' properties as [=legacy shorthands=] for the 'break-*' properties
483483
with the following value mappings:
484484

485485
<table class="data">
@@ -1154,6 +1154,16 @@ Transforms, Positioning, and Pagination</h3>
11541154
<h2 class="no-num" id="changes">
11551155
Changes</h2>
11561156

1157+
<p>The following significant changes were made since the
1158+
<a href="https://www.w3.org/TR/2017/CR-css-break-3-20170209/">9 February 2017 Candidate Recommendation</a>:
1159+
1160+
<ul>
1161+
<li id="change-2018-aliasing">Clarify the mechanism of aliasing for the page-break-* properties
1162+
<blockquote>
1163+
<p>by treating the 'page-break-*' properties as <del>shorthands</del> <ins>[=legacy shorthands=]</ins> for the 'break-*' properties
1164+
</blockquote>
1165+
</ul>
1166+
11571167
<p>The following significant changes were made since the
11581168
<a href="https://www.w3.org/TR/2016/CR-css-break-3-20160114/">14 January 2016 Candidate Recommendation</a>:
11591169

css-text-3/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1284,8 +1284,8 @@ Line Breaking Details</h3>
12841284
<p><a>Soft wrap opportunities</a> introduced by ''overflow-wrap: break-word''
12851285
<em>are</em> considered when calculating <a lt="min-content size">min-content intrinsic sizes</a>.
12861286

1287-
<p>For legacy reasons, UAs must treat 'word-wrap' as an alternate name
1288-
for the 'overflow-wrap' property, as if it were a <a>shorthand</a> of 'overflow-wrap'.
1287+
<p>For legacy reasons, UAs must treat 'word-wrap' as an [=legacy name alias=]
1288+
of the 'overflow-wrap' property.
12891289

12901290
<h3 id="word-break-shaping">
12911291
Shaping Across Intra-word Breaks</h3>

0 commit comments

Comments
 (0)