Skip to content

Commit 524a831

Browse files
committed
[css-grid] Clarify context in early mention of grid areas
1 parent 7d832c6 commit 524a831

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css-grid/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Background and Motivation</h3>
116116
It provides a mechanism for authors to divide available space for layout into columns and rows
117117
using a set of predictable sizing behaviors.
118118
Authors can then precisely position and size the building block elements of their application
119-
into <a>grid areas</a> defined by these columns and rows.
119+
into <a>grid areas</a> defined by the intersection of these columns and rows.
120120
Figure 1 illustrates a basic layout which can be achieved with grid layout.
121121

122122
<h3 id='adapting-to-available-space'>

0 commit comments

Comments
 (0)