Skip to content

Commit

Permalink
Docs: LibWebFromLoadingToPainting.md fix grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeCroise committed Dec 19, 2024
1 parent 66a5028 commit 3dfc5ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/LibWebFromLoadingToPainting.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ A number of tree fix-ups are also performed:
Layout starts at the ICB (initial containing block), which is the layout node that corresponds to the DOM document node.
CSS says that the ICB should be the size of the viewport, so the very first thing layout does is assign these dimensions.

Layout works through a mechanism that calls formatting contexts. CSS defines a number of different formatting contexts:
Layout works through a mechanism called formatting contexts. CSS defines a number of different formatting contexts:
- Block Formatting Context (BFC)
- Inline Formatting Context (IFC)
- Table Formatting Context (TFC)
Expand Down

0 comments on commit 3dfc5ed

Please sign in to comment.