Skip to content
Closed
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-overflow] Reuse "establishes a formatting context" terminology
instead of using correct-but-unique phrasing to do the same thing.

This change is editorial.
  • Loading branch information
frivoal committed May 2, 2018
commit db3075f7803754abf6b59d801d6a5f1db63a3717
4 changes: 2 additions & 2 deletions css-overflow-3/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -383,9 +383,9 @@ Scrolling and Clipping Overflow: the 'overflow-x', 'overflow-y', and 'overflow'
if there is overflow.
</dl>

If the computed value of 'overflow' on a <a>block box</a>
If the computed value of 'overflow' on a box
is neither ''overflow/visible'' nor ''overflow/clip'' nor a combination thereof,
it creates a new <a>block formatting context</a> for its content.
it <a>establishes a new formatting context</a> for its content.


<h3 id="static-media">
Expand Down