diff --git a/css-contain-1/Overview.bs b/css-contain-1/Overview.bs index 9a21f92d290..c4603c0ffcc 100644 --- a/css-contain-1/Overview.bs +++ b/css-contain-1/Overview.bs @@ -224,15 +224,8 @@ Layout Containment they remain part of the fragmentation context, but do not receive any content from the fragmented flow. - Specifically: - - CSS Regions following the one which traps the content - are still considered part of the region chain - as returned by the {{NamedFlow/getRegions()}} method - of the {{NamedFlow}} interface. - - the {{Region/regionOverset}} attribute of the {{Region}} interface - of the region which traps the content - is set to ''overset'' if the content doesn't fit, - even if it is not the last region in the region chain. + Note: [[CSS-REGIONS-1]] has details over how layout containment affects + regions. 3. If the contents of the element overflow the element, they must be treated as ink overflow. @@ -261,9 +254,11 @@ Style Containment Giving an element style containment has the following effects: - 1. The 'counter-increment', 'counter-set', 'flow-from', 'flow-into', and content (for the purpose of ''content/open-quote''/etc values) properties + 1. The 'counter-increment', 'counter-set', and content (for the purpose of ''content/open-quote''/etc values) properties must be scoped to the element's sub-tree. + Note: [[CSS-REGIONS-1]] has normative requirements on how style containment affects regions. + A scoped property has its effects scoped to a particular element or subtree. It must act as if the scoping element was the root of the document for the purpose of evaluating the property's effects: @@ -416,6 +411,7 @@ This appendix is informative.
bookmark-* and string-set properties to [[CSS-CONTENT-3]]
Node
in the named flow
and the startOffset is zero.
- If the region is the last region
+ If the region is the last usable region
in the region chain
(but not the first and only one),
the startContainer
@@ -1501,7 +1517,7 @@ Multi-column regions
the remaining region chain.
However,
if a multicol region
- is the last region
+ is the last usable region
in a region chain,
then the multicol region must follow the
overflow column rules
@@ -2136,6 +2152,7 @@ Changes from Febr