Skip to content

Commit 8eec1da

Browse files
committed
[css-grid][css-flexbox] Cross-link fragmentation terminology>
1 parent 9e919ca commit 8eec1da

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

css-flexbox/Overview.bs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2842,13 +2842,13 @@ Fragmenting Flex Layout</h2>
28422842
and the contents of flex items.
28432843

28442844
<p>
2845-
The following breaking rules refer to the fragmentation container as the “page”.
2846-
The same rules apply to any other fragmenters.
2847-
(Substitute “page” with the appropriate fragmenter type as needed.)
2845+
The following breaking rules refer to the <a>fragmentation container</a> as the “page”.
2846+
The same rules apply in any other <a>fragmentation context</a>.
2847+
(Substitute “page” with the appropriate <a>fragmentation container</a> type as needed.)
28482848
See the CSS3 Fragmentation Module [[!CSS3-BREAK]].
28492849
For readability, in this section the terms "row" and "column" refer to the relative orientation
2850-
of the flex container with respect to the block flow direction of the fragmentation context,
2851-
rather than to that of the flex container itself.
2850+
of the <a>flex container</a> with respect to the block flow direction of the <a>fragmentation context</a>,
2851+
rather than to that of the <a>flex container</a> itself.
28522852

28532853
<p>
28542854
The exact layout of a fragmented flex container is not defined in this level of Flexible Box Layout.

css-grid/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3998,9 +3998,9 @@ Fragmenting Grid Layout</h2>
39983998
and the contents of grid items.
39993999

40004000
<p>
4001-
The following breaking rules refer to the fragmentation container as the “page”.
4002-
The same rules apply to any other fragmentation containers.
4003-
(Substitute “page” with the appropriate fragmentation container type as needed.)
4001+
The following breaking rules refer to the <a>fragmentation container</a> as the “page”.
4002+
The same rules apply in any other <a>fragmentation context</a>.
4003+
(Substitute “page” with the appropriate <a>fragmentation container</a> type as needed.)
40044004
See the <a href="http://www.w3.org/TR/css-break/">CSS Fragmentation Module</a> [[!CSS3-BREAK]].
40054005

40064006
<p>

0 commit comments

Comments
 (0)