File tree 9 files changed +31
-18
lines changed
9 files changed +31
-18
lines changed Original file line number Diff line number Diff line change 3
3
< head >
4
4
< title > CSS Grid Layout Test: Minimum size of grid items</ title >
5
5
< link rel ="author " title ="Manuel Rego Casasnovas " href ="mailto:rego@igalia.com " />
6
- < link rel ="help " href ="http://www.w3.org/TR/css-grid-1/#min-size-auto " title ="6.5 . Implied Minimum Size of Grid Items " />
6
+ < link rel ="help " href ="http://www.w3.org/TR/css-grid-1/#min-size-auto " title ="6.6 . Implied Minimum Size of Grid Items " />
7
7
< link rel ="match " href ="../../css21/reference/ref-filled-green-100px-square.xht " />
8
8
< meta name ="flags " content ="ahem " />
9
9
< meta name ="assert " content ="Checks that minimum size for grid items is the content size. " />
18
18
19
19
# constrained-grid {
20
20
dis play: grid;
21
- grid: 10px / 10px;
21
+ width: 10px;
22
+ height: 10px;
22
23
}
23
24
24
25
# test-grid-item-overlapping-green {
Original file line number Diff line number Diff line change 3
3
< head >
4
4
< title > CSS Grid Layout Test: Minimum size of grid items</ title >
5
5
< link rel ="author " title ="Manuel Rego Casasnovas " href ="mailto:rego@igalia.com " />
6
- < link rel ="help " href ="http://www.w3.org/TR/css-grid-1/#min-size-auto " title ="6.5 . Implied Minimum Size of Grid Items " />
6
+ < link rel ="help " href ="http://www.w3.org/TR/css-grid-1/#min-size-auto " title ="6.6 . Implied Minimum Size of Grid Items " />
7
7
< link rel ="match " href ="../../css21/reference/ref-filled-green-100px-square.xht " />
8
8
< meta name ="assert " content ="Checks that minimum size for grid items is the content size. " />
9
9
< style type ="text/css "> <![CDATA [
17
17
18
18
# constrained-grid {
19
19
dis play: grid;
20
- grid: 10px / 10px;
20
+ width: 10px;
21
+ height: 10px;
21
22
}
22
23
23
24
# test-grid-item-overlapping-green {
Original file line number Diff line number Diff line change 3
3
< head >
4
4
< title > CSS Grid Layout Test: Minimum size of grid items</ title >
5
5
< link rel ="author " title ="Manuel Rego Casasnovas " href ="mailto:rego@igalia.com " />
6
- < link rel ="help " href ="http://www.w3.org/TR/css-grid-1/#min-size-auto " title ="6.5 . Implied Minimum Size of Grid Items " />
6
+ < link rel ="help " href ="http://www.w3.org/TR/css-grid-1/#min-size-auto " title ="6.6 . Implied Minimum Size of Grid Items " />
7
7
< link rel ="match " href ="../../css21/reference/ref-filled-green-100px-square.xht " />
8
8
< meta name ="assert " content ="Checks that minimum size for grid items is the specified size regardless of the content size. " />
9
9
< style type ="text/css "> <![CDATA [
17
17
18
18
# constrained-grid {
19
19
dis play: grid;
20
- grid: 10px / 10px;
20
+ width: 10px;
21
+ height: 10px;
21
22
}
22
23
23
24
# test-grid-item-overlapping-green {
Original file line number Diff line number Diff line change 3
3
< head >
4
4
< title > CSS Grid Layout Test: Minimum size of grid items</ title >
5
5
< link rel ="author " title ="Manuel Rego Casasnovas " href ="mailto:rego@igalia.com " />
6
- < link rel ="help " href ="http://www.w3.org/TR/css-grid-1/#min-size-auto " title ="6.5 . Implied Minimum Size of Grid Items " />
6
+ < link rel ="help " href ="http://www.w3.org/TR/css-grid-1/#min-size-auto " title ="6.6 . Implied Minimum Size of Grid Items " />
7
7
< link rel ="match " href ="../../css21/reference/ref-filled-green-100px-square.xht " />
8
8
< meta name ="assert " content ="Checks that minimum size for grid items is the specified size regardless of the content size. " />
9
9
< style type ="text/css "> <![CDATA [
17
17
18
18
# constrained-grid {
19
19
dis play: grid;
20
- grid: 10px / 10px;
20
+ width: 10px;
21
+ height: 10px;
21
22
}
22
23
23
24
# test-grid-item-overlapping-green {
Original file line number Diff line number Diff line change 3
3
< head >
4
4
< title > CSS Grid Layout Test: Minimum size of grid items</ title >
5
5
< link rel ="author " title ="Manuel Rego Casasnovas " href ="mailto:rego@igalia.com " />
6
- < link rel ="help " href ="http://www.w3.org/TR/css-grid-1/#min-size-auto " title ="6.5 . Implied Minimum Size of Grid Items " />
6
+ < link rel ="help " href ="http://www.w3.org/TR/css-grid-1/#min-size-auto " title ="6.6 . Implied Minimum Size of Grid Items " />
7
7
< link rel ="match " href ="../../css21/reference/ref-filled-green-100px-square.xht " />
8
8
< meta name ="flags " content ="image " />
9
9
< meta name ="assert " content ="Checks that minimum size for grid items is the content size. " />
18
18
19
19
# constrained-grid {
20
20
dis play: grid;
21
- grid: 10px / 10px;
21
+ width: 10px;
22
+ height: 10px;
22
23
}
23
24
]]> </ style >
24
25
</ head >
Original file line number Diff line number Diff line change 3
3
< head >
4
4
< title > CSS Grid Layout Test: Minimum size of grid items</ title >
5
5
< link rel ="author " title ="Manuel Rego Casasnovas " href ="mailto:rego@igalia.com " />
6
- < link rel ="help " href ="http://www.w3.org/TR/css-grid-1/#min-size-auto " title ="6.5 . Implied Minimum Size of Grid Items " />
6
+ < link rel ="help " href ="http://www.w3.org/TR/css-grid-1/#min-size-auto " title ="6.6 . Implied Minimum Size of Grid Items " />
7
7
< link rel ="match " href ="../../css21/reference/ref-filled-green-100px-square.xht " />
8
8
< meta name ="flags " content ="image " />
9
9
< meta name ="assert " content ="Checks that minimum size for grid items is the specified size for width (regardless the content size) and the transferred size for height (as it's smaller than the content size of the image). " />
18
18
19
19
# constrained-grid {
20
20
dis play: grid;
21
- grid: 10px / 10px;
21
+ width: 10px;
22
+ height: 10px;
22
23
}
23
24
24
25
# test-grid-item-overlapping-green {
Original file line number Diff line number Diff line change 3
3
< head >
4
4
< title > CSS Grid Layout Test: Minimum size of grid items</ title >
5
5
< link rel ="author " title ="Manuel Rego Casasnovas " href ="mailto:rego@igalia.com " />
6
- < link rel ="help " href ="http://www.w3.org/TR/css-grid-1/#min-size-auto " title ="6.5 . Implied Minimum Size of Grid Items " />
6
+ < link rel ="help " href ="http://www.w3.org/TR/css-grid-1/#min-size-auto " title ="6.6 . Implied Minimum Size of Grid Items " />
7
7
< link rel ="match " href ="../../css21/reference/ref-filled-green-100px-square.xht " />
8
8
< meta name ="flags " content ="image " />
9
9
< meta name ="assert " content ="Checks that minimum size for grid items is the specified size for width (regardless the content size) and the content size for height (as it's smaller than the transferred size of the image). " />
18
18
19
19
# constrained-grid {
20
20
dis play: grid;
21
- grid: 10px / 10px;
21
+ width: 10px;
22
+ height: 10px;
22
23
}
23
24
24
25
# test-grid-item-overlapping-green {
25
26
width: 100px;
27
+ justify- self: stretch;
28
+ align- self: stretch;
26
29
}
27
30
]]> </ style >
28
31
</ head >
Original file line number Diff line number Diff line change 3
3
< head >
4
4
< title > CSS Grid Layout Test: Minimum size of grid items</ title >
5
5
< link rel ="author " title ="Manuel Rego Casasnovas " href ="mailto:rego@igalia.com " />
6
- < link rel ="help " href ="http://www.w3.org/TR/css-grid-1/#min-size-auto " title ="6.5 . Implied Minimum Size of Grid Items " />
6
+ < link rel ="help " href ="http://www.w3.org/TR/css-grid-1/#min-size-auto " title ="6.6 . Implied Minimum Size of Grid Items " />
7
7
< link rel ="match " href ="../../css21/reference/ref-filled-green-100px-square.xht " />
8
8
< meta name ="flags " content ="image " />
9
9
< meta name ="assert " content ="Checks that minimum size for grid items is the specified size for height (regardless the content size) and the transferred size for width (as it's smaller than the content size of the image). " />
18
18
19
19
# constrained-grid {
20
20
dis play: grid;
21
- grid: 10px / 10px;
21
+ width: 10px;
22
+ height: 10px;
22
23
}
23
24
24
25
# test-grid-item-overlapping-green {
Original file line number Diff line number Diff line change 3
3
< head >
4
4
< title > CSS Grid Layout Test: Minimum size of grid items</ title >
5
5
< link rel ="author " title ="Manuel Rego Casasnovas " href ="mailto:rego@igalia.com " />
6
- < link rel ="help " href ="http://www.w3.org/TR/css-grid-1/#min-size-auto " title ="6.5 . Implied Minimum Size of Grid Items " />
6
+ < link rel ="help " href ="http://www.w3.org/TR/css-grid-1/#min-size-auto " title ="6.6 . Implied Minimum Size of Grid Items " />
7
7
< link rel ="match " href ="../../css21/reference/ref-filled-green-100px-square.xht " />
8
8
< meta name ="flags " content ="image " />
9
9
< meta name ="assert " content ="Checks that minimum size for grid items is the specified size for height (regardless the content size) and the content size for width (as it's smaller than the transferred size of the image). " />
18
18
19
19
# constrained-grid {
20
20
dis play: grid;
21
- grid: 10px / 10px;
21
+ width: 10px;
22
+ height: 10px;
22
23
}
23
24
24
25
# test-grid-item-overlapping-green {
25
26
height: 100px;
27
+ justify- self: stretch;
28
+ align- self: stretch;
26
29
}
27
30
]]> </ style >
28
31
</ head >
You can’t perform that action at this time.
0 commit comments