Skip to content

Commit 700c9a4

Browse files
committed
[css-grid] The grid-placement props apply to absposes too, per http://lists.w3.org/Archives/Public/www-style/2014Nov/0215.html
1 parent f9cb671 commit 700c9a4

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

css-grid/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1991,7 +1991,7 @@ Line-based Placement: the 'grid-row-start', 'grid-column-start', 'grid-row-end',
19911991
Name: grid-row-start, grid-column-start, grid-row-end, grid-column-end
19921992
Value: <<grid-line>>
19931993
Initial: auto
1994-
Applies to: <a>grid items</a>
1994+
Applies to: <a>grid items</a> and absolutely-positioned boxes whose containing block is a <a>grid container</a>
19951995
Inherited: no
19961996
Percentages: n/a
19971997
Media: visual
@@ -2133,7 +2133,7 @@ Placement Shorthands: the 'grid-column', 'grid-row', and 'grid-area' properties<
21332133
Name: grid-row, grid-column
21342134
Value: <<grid-line>> [ / <<grid-line>> ]?
21352135
Initial: see individual properties
2136-
Applies to: <a>grid items</a>
2136+
Applies to: <a>grid items</a> and absolutely-positioned boxes whose containing block is a <a>grid container</a>
21372137
Inherited: see individual properties
21382138
Percentages: see individual properties
21392139
Media: visual
@@ -2155,7 +2155,7 @@ Placement Shorthands: the 'grid-column', 'grid-row', and 'grid-area' properties<
21552155
Name: grid-area
21562156
Value: <<grid-line>> [ / <<grid-line>> ]{0,3}
21572157
Initial: see individual properties
2158-
Applies to: <a>grid items</a>
2158+
Applies to: <a>grid items</a> and absolutely-positioned boxes whose containing block is a <a>grid container</a>
21592159
Inherited: see individual properties
21602160
Percentages: see individual properties
21612161
Media: visual

0 commit comments

Comments
 (0)