Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[css-grid][css-flex] Terminology clean up
Grid and Flexbox used to need a sentence to say what kind of formatting
context grid/flex items would establish. Since that is now part of the
definition of "establishing a [new] formatting context", just link to
it.

This change is editorial.
  • Loading branch information
frivoal committed May 2, 2018
commit 8cf55bef616b7e7fab36e1e5716a5dd4a65453f8
3 changes: 1 addition & 2 deletions css-flexbox-1/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -638,8 +638,7 @@ Flex Items</h2>
Its contents will however inherit styles (such as font settings) from the flex container.
</div>

A <a>flex item</a> establishes a new formatting context for its contents.
The type of this formatting context is determined by its 'display' value, as usual.
A <a>flex item</a> <a>establishes a new formatting context</a> for its contents.
However, flex items themselves are <dfn>flex-level</dfn> boxes, not block-level boxes:
they participate in their container's flex formatting context,
not in a block formatting context.
Expand Down
3 changes: 1 addition & 2 deletions css-grid-1/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1034,8 +1034,7 @@ Grid Items</h2>

<h3 id="grid-item-display">
Grid Item Display</h3>
A <a>grid item</a> establishes a new formatting context for its contents.
The type of this formatting context is determined by its 'display' value, as usual.
A <a>grid item</a> <a>establishes a new formatting context</a> for its contents.
However, grid items are <dfn>grid-level</dfn> boxes, not block-level boxes:
they participate in their container's <a>grid formatting context</a>,
not in a block formatting context.
Expand Down