Skip to content

Commit c54cda7

Browse files
committed
[css-multicol] Fix link to formatting contexts. Fix grammar in note.
1 parent c9f1bb1 commit c54cda7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-multicol/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -952,10 +952,10 @@ Spanning columns</h2>
952952
Content in the normal flow that appears before the
953953
element is automatically balanced across all columns before the
954954
element appears.
955-
The element <a>becomes a formatting context</a>.
955+
The element establishes a new <a>formatting context</a>.
956956

957-
Note: The element establishing a formatting content does not
958-
depend of whether the element is a descendent of a multicol or not.
957+
Note: Whether the element establishes a new <a>formatting context</a>
958+
does not depend on whether the element is a descendent of a multicol or not.
959959
When 'column-span' is ''column-span/all'', it always does.
960960
This helps with robustness of designs to later revisions
961961
that remove the multicol,

0 commit comments

Comments
 (0)