diff --git a/css-break-3/Overview.bs b/css-break-3/Overview.bs index f3cab08ef2e..e2c73437c3c 100644 --- a/css-break-3/Overview.bs +++ b/css-break-3/Overview.bs @@ -479,7 +479,7 @@ Page Break Aliases: the 'page-break-before', 'page-break-after', and 'page-break UAs that conform to [[!CSS21]] must alias the 'page-break-before', 'page-break-after', and 'page-break-inside' properties to 'break-before', 'break-after', and 'break-inside' - by treating the 'page-break-*' properties as shorthands for the 'break-*' properties + by treating the 'page-break-*' properties as [=legacy shorthands=] for the 'break-*' properties with the following value mappings: @@ -1154,6 +1154,16 @@ Transforms, Positioning, and Pagination

Changes

+

The following significant changes were made since the + 9 February 2017 Candidate Recommendation: + +

+

The following significant changes were made since the 14 January 2016 Candidate Recommendation: diff --git a/css-text-3/Overview.bs b/css-text-3/Overview.bs index b3bba5e697f..e96fc2fdf56 100644 --- a/css-text-3/Overview.bs +++ b/css-text-3/Overview.bs @@ -1284,8 +1284,8 @@ Line Breaking Details

Soft wrap opportunities introduced by ''overflow-wrap: break-word'' are considered when calculating min-content intrinsic sizes. -

For legacy reasons, UAs must treat 'word-wrap' as an alternate name - for the 'overflow-wrap' property, as if it were a shorthand of 'overflow-wrap'. +

For legacy reasons, UAs must treat 'word-wrap' as an [=legacy name alias=] + of the 'overflow-wrap' property.

Shaping Across Intra-word Breaks