Skip to content

Commit 14828a4

Browse files
committed
[css-regions] fix nested specified flow paragraph
1 parent 7210ce7 commit 14828a4

2 files changed

Lines changed: 13 additions & 10 deletions

File tree

css-regions/Overview.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -735,9 +735,12 @@ <h3 id=the-flow-into-property><span class=secno>3.1. </span>The ‘<a
735735
boxes and is not displayed.
736736

737737
<p>The children of an element or content with a specified flow may
738-
themselves have a specified flow. If an element or content has the same
739-
specified flow as one of its ancestors, it becomes the next sibling of its
740-
closest ancestor with the same specified flow.
738+
themselves have a specified flow, in which case they become the next
739+
sibling of the latest element or content collected in that flow. In some
740+
cases, the child can become the next sibling for one of its ancestors in
741+
the same flow.
742+
743+
<p>
741744

742745
<p>Content in a <a href="#named-flow0">named flow</a> is sequenced in
743746
document order. The visual formatting model uses the relationships between

css-regions/Overview.src.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -526,13 +526,13 @@ <h3 id="the-flow-into-property">The 'flow-into' property</h3>
526526

527527
<p>The children of an element or content
528528
with a specified flow
529-
may themselves have a specified flow.
530-
If an element or content has
531-
the same specified flow
532-
as one of its ancestors,
533-
it becomes the next sibling
534-
of its closest ancestor
535-
with the same specified flow.</p>
529+
may themselves have a specified flow,
530+
in which case they become
531+
the next sibling of the latest element
532+
or content collected in that flow.
533+
In some cases,
534+
the child can become the next sibling
535+
for one of its ancestors in the same flow.<p>
536536

537537
<p>Content in a <span>named flow</span>
538538
is sequenced in document order.

0 commit comments

Comments
 (0)