Skip to content

Commit 5777351

Browse files
committed
[css-grid] Fix confusing uses of 'layer'.
1 parent 4a18375 commit 5777351

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css-grid/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Introduction and Overview</h2>
7676
Grid layout contains features targeted at web application authors.
7777
The grid can be used to achieve many different layouts.
7878
It excels at dividing up space for major regions of an application,
79-
or defining the relationship in terms of size, position, and layer
79+
or defining the relationship in terms of size, position, and painting layer
8080
between parts of a control built from HTML primitives.
8181

8282
Like tables,
@@ -85,7 +85,7 @@ Introduction and Overview</h2>
8585
grid layout doesn't have content structure,
8686
and thus enables a wide variety of layouts not possible with tables.
8787
For example, the children of a grid container can position themselves
88-
such that they overlap and layer similar to positioned elements.
88+
such that they overlap similar to positioned elements.
8989

9090
In addition, the absence of content structure in grid layout helps to manage changes to layout
9191
by using fluid and source order independent layout techniques.

0 commit comments

Comments
 (0)